Send a notification to an admin when someone unsubscribes

Kentico User asked on July 1, 2016 18:48

Is there a way to send a notification to an admin whenever someone unsubscribes from any email newsletters?

Thank you,

Correct Answer

Bryan Soltis answered on July 1, 2016 19:21

Not out of the box. You could easily make a global event handler and capture the SubscriberUnsubscribes event. In the handler, you could send an email to a role or user.

https://docs.kentico.com/display/K9/Reference+-+Global+system+events#Reference-Globalsystemevents-NewsletterEvents

  • Bryan
1 votesVote for this answer Unmark Correct answer

Recent Answers


Virgil Carroll answered on July 1, 2016 19:23

Out of the Box I do not believe so, but you could do this through some custom code.

0 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.