Send approved email draft
mail_draft_sendSend an approved email draft after explicit user confirmation. Requires the revision, confirmation token, and idempotency key to guarantee secure, idempotent submission.
Instructions
Use this only after the user explicitly approves the exact current preview. Requires its revision and confirmation token plus a new stable idempotency key. SMTP acceptance is reported separately from final delivery.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| draftId | Yes | ||
| revision | Yes | ||
| confirmed | Yes | ||
| idempotencyKey | Yes | ||
| confirmationToken | Yes |