MESSAGE, NEWSLETTER). Nothing is a global shared sender—every brand keeps its own reputation boundary.
What you configure in the product
- Sender and domain
- Message types
- Templates
You provide display name, from address, and complete domain authentication (SPF, DKIM, DMARC) as required by your provider path. Until the domain is verified, production sends for that channel may be blocked or limited.
Deliverability features
The email channel is built for scale and reputation:| Area | Behavior |
|---|---|
| Suppression | Bounces and complaints feed suppression lists; pre-send checks avoid sending to bad addresses. |
| Provider events | Delivered, bounced, opened, clicked, complained—surfaced in logs, analytics, and optionally developer webhooks. |
| Unsubscribe | Marketing mail includes compliant one-click unsubscribe where required; flows respect opt-out state. |
Billing
Email is billed as Basic Message units for both MESSAGE and NEWSLETTER—there is no separate “long email” tier like RCS Single vs Basic. See Billing (Email) and Billing (RCS) for the contrast.API surface
Programmatic sends usePOST /v1/messages with email-specific fields documented at Action-based email and Subscription email. Status and timeline use GET /v1/messages/{id} the same as RCS.
Action-based (MESSAGE)
API examples for action-based email sends.
Subscription (NEWSLETTER)
API examples for subscription and campaign sends.