- Your organization has an active From identity (domain + DKIM). The API uses this by default.
- Configure in dashboard → Deliverability.
- Send: idempotent unit of work
{ sendId, subject, toEmail, status } - Message: rendered content + provider response (
providerMessageId,Feedback-ID) - Events: normalized
sent,delivered,bounced,complained,opened,clicked
- Provide
Idempotency-Keyper request; duplicates return the originalsendId(per org)
- Per‑minute per‑key. On
429, retry afterRetry-Afterseconds.
- Public
POST /api/unsubscriberecords suppression (token/email) GET/POST /api/v1/preferencesto read/update category subscriptions
- Events are managed by Fluxomail and correlated via
Feedback-ID(preferred) or provider messageId
