Send Novu email notifications with Loops SMTP.
Field | Value |
---|---|
User | loops |
Password | An API key copied from your API settings in Loops |
Host | smtp.loops.so |
Port | 587 |
{{ subscriber.email }}
and {{ payload.loginUrl }}
variables from Novu were added.
You can add any custom data to the payload
object when triggering emails from Novu. We need to pass those same values to your Loops transactional email via the dataVariables
data.
addToAudience
flag to your template as below. This will create a contact in Loops using the {{ subscriber.email }}
value.
firstName
here) into your Loops transactional email.
to.email
value to send notifications to a specific email address.