Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Harshil Shukla 18 posts 68 karma points
    Mar 12, 2014 @ 06:43
    Harshil Shukla
    0

    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

  • Ismail Mayat 4511 posts 10059 karma points MVP 2x admin c-trib
    Mar 12, 2014 @ 09:13
    Ismail Mayat
    0

    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

  • Harshil Shukla 18 posts 68 karma points
    Mar 12, 2014 @ 09:52
    Harshil Shukla
    0

    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

  • Ismail Mayat 4511 posts 10059 karma points MVP 2x admin c-trib
    Mar 12, 2014 @ 10:06
    Ismail Mayat
    0

    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

  • Harshil Shukla 18 posts 68 karma points
    Mar 13, 2014 @ 12:25
    Harshil Shukla
    0

    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

  • Ismail Mayat 4511 posts 10059 karma points MVP 2x admin c-trib
    Mar 13, 2014 @ 12:34
    Ismail Mayat
    0

    Harshil,

    AfterSendToPublish event see http://our.umbraco.org/documentation/Reference/Events/Document-Events for full list.

    Regards

    Ismail

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies