For a client i've created a workflow in which a member can add a node via the website build on umbraco. After doing so, the editor reads the content and, if suitable, publishes it. However i'm looking for a way to automate an email being send after the node is published as you've guessed, to the member. Anyone got any idea on how to determine if a node is published and automate an action like mailing?
Send an email on after node is published!
For a client i've created a workflow in which a member can add a node via the website build on umbraco. After doing so, the editor reads the content and, if suitable, publishes it. However i'm looking for a way to automate an email being send after the node is published as you've guessed, to the member. Anyone got any idea on how to determine if a node is published and automate an action like mailing?
Hi Bram,
How about an ActionHandler with ActionPublish.Instance ?
is working on a reply...