send_email
Send a verified email after preview, using a single-use confirm token that expires in 10 minutes. Dry-run mode simulates and audits the send without delivering it.
Instructions
Send the email previously rendered by preview_email. Accepts ONLY a confirm token — the payload cannot be altered between preview and send. Tokens are single-use and expire after 10 minutes. In dry-run mode (the default) this simulates and audits but sends nothing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm_token | Yes |