Currently we are using UMBRACO v 4.11.3, and we would like to manage notifications which are opted by an user. In this case we would like to capture Notification event fired whenever any publish, sent to publish events are completed.
Could you please let me know if this is achievable or not?
When you say user do you mean website user or umbraco backend user? If backend then there is umbraco notifications if you have setup writer / editor workflow, so writer creates content then does send to publish and that sends email notification to editor. If some mean website user then you need to create class and implement on publish event see
You need to login to the site as that user then pick the node you want to edit notifications for then right click and click notifications you can then set things there.
How to manage notifications?
Hi All,
Currently we are using UMBRACO v 4.11.3, and we would like to manage notifications which are opted by an user. In this case we would like to capture Notification event fired whenever any publish, sent to publish events are completed.
Could you please let me know if this is achievable or not?
Thanks in advance
Harshil,
When you say user do you mean website user or umbraco backend user? If backend then there is umbraco notifications if you have setup writer / editor workflow, so writer creates content then does send to publish and that sends email notification to editor. If some mean website user then you need to create class and implement on publish event see
http://our.umbraco.org/documentation/Reference/Events/
http://our.umbraco.org/documentation/Reference/Events/application-startup
http://our.umbraco.org/documentation/Reference/Events/Document-Events
Regards
Ismail
Hi Ismail,
I mean by umbraco backend user. And I would like to manage email notifications sent to editor/writer/admin user.
Regards,
Harshil Shukla
Harhsil,
You need to login to the site as that user then pick the node you want to edit notifications for then right click and click notifications you can then set things there.
Regards
Ismail
Hi Ismail,
Thanks for your reply but I would like to capture event when notifications are being sent. I know how to setup them.
Regards,
Harshil
Harshil,
AfterSendToPublish event see http://our.umbraco.org/documentation/Reference/Events/Document-Events for full list.
Regards
Ismail
is working on a reply...