I saw on your website that you want to integrate this with privatemsg so you can send out PMs as easy as email. Where is this in your schedule?
I saw on your website that you want to integrate this with privatemsg so you can send out PMs as easy as email. Where is this in your schedule?
Comments
Comment #1
amitaibuI guess this messaging module is the direction we need, no?
Comment #2
phazer commentedWow - That looks to be exactly what we need. How will their notificaition module overlap your workflow module?
Comment #3
JacobSingh commentedCheck out my workflow / workflow-ng integration. It's in the contrib dir of workflow. Basically, it just exposes workflow information through tokens to workflow-ng and it also adds an event handler for workflow state changing.
I also made a new module Workflow Owner Which lets you assign Owners to workflow states. Using this, you can assign an owner to each state, fire an event when the state changes to workflow-ng, and then use the tokens provided in workflow-owner to send a notification to the concerned party!
This work was sponsored by Amnesty International, and I'm writing a longer how-to on it which will be out end of this month.
Best,
Jacob
Comment #4
fago@jacobSingh: that's interesting, thanks for sharing that!
@topic: private message integration: http://drupal.org/node/212519
Comment #5
mitchell commentedI did this on a site by making a private message content type, and used a Node Access User Reference field as the "To:" field. Then I made an inbox view of messages with a user argument and Rules for the email stuff and some permissions sanity.
I'll turn this into a documentation page down the line.
Comment #6
mitchell commentedI need to find the site I built this on and then I'll publish a recipe. Feel free to bug me in the meantime.
Comment #7
Melot commentedAnything new on this?
Comment #8
mitchell commentedSorry for not getting to this. It shouldn't be too difficult to make if you want to use entities, views, vbo, rules, tokens, etc without a use case specific module. If someone makes this, please featurize it and post it as a sandbox project and update this issue.