Messaging Providers
- Written for
- + Written for
- Deprecated
- + Deprecated
- Applies to
- + Applies to
Messaging Providers
Dashboard API — authenticated by an Atlas console (platform-instance) session, not a key.
5 routes. Each row is one endpoint with its explanation and whether it honours the Idempotency-Key header.
Method & path | Idem | Explanation |
|---|---|---|
| Read the BYOK email and SMS providers with the plan and whether managed sending is available. Secrets are never returned, only which are set. | |
| Store the email provider (resend, ses or smtp). Secrets are write-only; a blank or omitted secret keeps the stored one. | |
| Store the SMS provider (twilio). The auth_token is write-only; a blank or omitted value keeps the stored one. | |
| Forget a channel's BYOK provider. The instance falls back to managed-if-paid. | |
| Send a clearly-marked test message to a destination to verify the configured email or SMS provider delivers, without triggering a real auth flow. Owner or admin; rate-limited; 422 when nothing is configured. |