Is there a way to pause and resume notifications via the API or some other external way without logging in


Article Comments

Hi Will,

This can be done with

/api/pause.htm?id=objectid&action=0 

to pause the notification, and

/api/pause.htm?id=objectid&action=1

to resume the notification, where objectid is the id of the notification. If you browse to the notification, you can get it's ID from the URI.

Regards,


Mar, 2012 - Permalink

Perfect!

Thank you very much for the help


Mar, 2012 - Permalink