The e-mail block in Flow leverages the SendGrid API to send an e-mail to reach out to wallet owners.
Last updated
The e-mail block in Flow leverages the SendGrid API to send an e-mail to reach out to wallet owners.
Last updated
Note: You will need to upload your e-mail/wallet pairs before the flow can be functional. Please reach out to your Customer Success manager to assist with that process.
Note: Steps 1 & 2 are available only for customer team admins.
Pre-requisites: To send emails using flow, you need to set up a SendGrid account. Read more about how to do that here.
Navigate to the My team settings by selecting Settings in the top-right corner.
Add a SendGrid API key in the Email section.
Add a Sender E-mail. For better delivery, use an email verified on your SendGrid account.
You can also pass a custom sender name by using the following format in the field:
Your Name <some@email.com>
Go to the Flows module.
Drag and drop the E-mail block and click on the ‘Edit’ button.
Choose the template and fill in the value of variables where necessary.
Important - To handle unsubscribe links, you have 2 options:
Use an Unsubscribe group ID from your Unsubscribe Groups in SendGrid. Copy the numerical group ID into the value field for the 'unsubscribe' variable. Your template's unsubscribe block will automatically generate unique unsubscribe links for each email recipient
Use custom Unsubscribe URLs: you can type them into the unsubscribe and unsubscribe preferences fields.
Save the block.