Getting Started
To use the MailerSend provider in the email channel, you will need to create a MailerSend account and add your API key to the MailerSend integration on the Novu platform. To generate the API token go visit the MailerSend API Tokens page.Creating the MailerSend integration with Novu
- Visit the Integrations page on Novu.
- Click on Add a Provider.
- Select MailerSend service.
- Enter the API key.
- Click on the
Disabledbutton and mark it asActive. - Click on the Update button.
- You should now be able to send notifications using MailerSend in Novu.
Using MailerSend template
Novu has its own email editor for writing email template. If you want to use pre made template from MailerSend, you can usecustomData filed of email overrides to send template details. Make sure your Api Key has enough permission to read and process the template.
sending
customData field in overrides to send mailersend template will work only in following cases:- if workflow is triggered to only one subscriber
- if workflow is triggered to multiple subscribers or topic but mailersend template does not have any dynamic variables related to subscriber attributes like
firstName,lastName,email, etc as same overrides will be applied to all subscribers or topic
- Node.js
- cURL
Next Steps
Configure bcc, cc, and reply-to
Learn how to configure bcc, cc, and reply-to for your email notifications using email overrides
Sending email attachments
Learn how to send attachments with email notifications
Use different email integration
Learn how to use different email provider integrations to be used to send emails