Channels & ProvidersEmail
Send email notifications through various providers
Email is a channel type for sending transactional and marketing emails.
Supported Providers
Amazon SES
Cost-effective email built on AWS infrastructure
SendGrid
Email delivery with analytics and tracking
Resend
Modern email API for developers
Mailgun
Email API with US and EU regions
Notiflows Email
Built-in email for quick setup
Templates
Email templates 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 }}
Best,
{{ actor.first_name }}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