Creating an unsubscribed contact
We will start by creating a contact that is unsubscribed. You can do this by triggering an event and setting thesubscribed
property to false
.
Setting up a double opt-in template & action
Next, we will create a template and action that will be used to send the double opt-in email. For the template there are two possible options:- Use Plunk’s subscription page, which is available for each contact at
- Build your own subscription page and use the contacts API to subscribe the contact.
subscribed
event is triggered.
It is important to use a transactional template and not a marketing template. Marketing templates will not be sent to unsubscribed contacts.