Email campaigns events

The Email campaigns module exposes events related to users' subscriptions to your email campaign or newsletter. When a user subscribes for your newsletter or email campaign, he is added to your mailing list.

INewsletterSubscriptionCompletedEvent

This interface is implemented by all events that fire after a email campaign subscription is created. There is only one such built-in event and you must subscribe to the interface rather than the class that implements it. Subscribe using the following code:

In the event handler, you can access the following information:

  • Email – the email of the subscribed user
  • ListId – the subscription list ID

INewsletterSubscriptionDeletedEvent

This interface is implemented by all events that fire after a email campaign subscription is deleted. There is only one such built-in event and you must subscribe to the interface rather than the class that implements it. Subscribe using the following code:

In the event handler, you can access the following information:

  • Email – the email of the subscribed user
  • ListId – the subscription list ID
  • CampaignId – the email campaign ID

Increase your Sitefinity skills by signing up for our free trainings. Get Sitefinity-certified at Progress Education Community to boost your credentials.

Web Security for Sitefinity Administrators

The free standalone Web Security lesson teaches administrators how to protect your websites and Sitefinity instance from external threats. Learn to configure HTTPS, SSL, allow lists for trusted sites, and cookie security, among others.

Foundations of Sitefinity ASP.NET Core Development

The free on-demand video course teaches developers how to use Sitefinity .NET Core and leverage its decoupled architecture and new way of coding against the platform.

Was this article helpful?