Transactional, marketing, and operational email — orchestrated.
The Email connector supports both SMTP and REST-based providers (SendGrid, Mailgun, Amazon SES, Postmark) and normalizes them behind a single API. Template rendering, bounce handling, and deliverability reporting are built in.
From a single transactional "reset password" email to million-recipient campaigns, the same API handles it all. Provider failover, per-domain warm-up, and delivery analytics come included.
Send a templated email as part of a flow:
# Declarative flow snippet flow: welcome-email trigger: user.signup steps: - channel: email to: {{ user.email }} template: welcome variables: name: {{ user.name }} activation_url: {{ links.activate }} provider: sendgrid fallback: [mailgun, ses]