Buy sending capacity
setup_sendingProvision warmed sending capacity (domains, mailboxes, DNS and warmup). An unconfirmed request returns a free quote, confirmation_token, and approval_url. After signed-in human approval, a request with that token and a stable idempotency_key executes the purchase. Requires assets:purchase. Successful execution returns an operation_id whose status is available from get_operation. dry_run: true returns an advisory estimate as of evaluated_at, reserves nothing, and may differ from a later execution plan.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sender | No | ||
| dry_run | No | ||
| brand_hint | No | ||
| approval_url | No | ||
| emails_per_week | Yes | ||
| idempotency_key | No | Stable retry key; the same value identifies retries of the same request after timeout or approval. | |
| prefer_prewarmed | No | ||
| confirmation_token | No |