Check Email Deliverability
check_email_deliverabilityRun the same deliverability and abuse-safety checks used by send_email, without sending or consuming quota. Use this before authentication, payment, onboarding, or high-volume messages. API: POST /api/emails/{address}/deliverability-check.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| html | No | HTML body | |
| slug | Yes | Sender mailbox slug, e.g. hello | |
| text | No | Plain-text body | |
| domain | Yes | Sender mailbox domain, e.g. mysite.com or domani.run | |
| subject | No | Email subject line | |
| attachments | No | Attachment metadata only; content is not required for preflight | |
| idempotency_key | No | Stable idempotency key for this logical message | |
| allow_risky_content | No | Deprecated compatibility field. Public HTTPS third-party auth links are allowed with a warning; objective safety blocks cannot be overridden |