- Welcome emails,
- Purchase confirmations,
- Password resets, or
- any other service-related message.
- you’ll have fewer email products to manage,
- you can see all communications to your users in one place, and
- you can create visual automation with Journeys that can include marketing and transactional messaging.
Transactional vs marketing
Transactional emails typically are emails as a result of an action that a user has taken. It is not necessary for transactional emails to contain anunsubscribe link
because the message itself is considered necessary to the delivery of your organization’s services.
Marketing messages are all other messages that are not required as part of the delivery of your services. You should make sure you have consent to send marketing messages and include an unsubscribe link in every email. Read more about Email Regulatory Compliance.
Sending transactional emails
Enable sending to unsubscribed users if desired.Dashboard or templates
If using the dashboard or Templates, toggle open Advanced Settings then check Include sending to unsubscribed users.
Example shows a template's Advanced Settings.
If you send via a third-party ESP like Mandrill, Mailgun, or SendGrid, you might need to clear unsubscribed emails from your suppression list to enable sending to those recipients and improve your deliverability.
API
The most common way to send transactional messages is through our Create message API. To send to unsubscribed email subscriptions, setinclude_unsubscribed
to true
.
Migrate your existing transactional emails
You can import your existing email templates using our Email Template Forwarding or Create template API. Otherwise, you can inject your HTML into theemail_body
on our Create message API.