Channels & ProvidersEmail
Resend
Configure Resend as an email provider in Notiflows
Resend is a modern email API designed for developers with a clean, intuitive interface.
Configuration
To create an email channel with Resend, you'll need to provide the following configuration:
| Field | Required | Description |
|---|---|---|
| API Key | Yes | Your Resend API key |
| From Email | Yes | Verified sender email address |
| From Name | No | Display name for the sender |
Prerequisites
Before configuring Resend in Notiflows:
- A Resend account
- A verified domain
- An API key
Setup in Notiflows
- Navigate to Channels in your project
- Click Create Channel
- Select Email as the channel type
- Select Resend as the provider
- Enter your API key and sender details
- Save the channel
Templates
Email templates in Notiflows support three content types:
- Visual - Drag-and-drop editor for rich HTML emails
- HTML - Raw HTML with full control
- Plaintext - Simple text emails
Use Liquid templating for dynamic content:
Hi {{ recipient.first_name }},
{{ data.message }}Available variable contexts:
recipient.*- Recipient user data (first_name, last_name, email, etc.)actor.*- User who triggered the notificationdata.*- Custom payload passed when triggering the notiflow