send_email
Send a one-off email directly from your connected account. Confirm to send; each send costs 1 credit. For volume, use campaigns.
Instructions
Send a one-off email through your connected email account. Costs 1 credit per send. For bulk sending, use campaigns instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Recipient email address. | |
| body | No | Email body (plain text — will be auto-converted to HTML). | |
| subject | Yes | Email subject line. | |
| confirmed | No | Must be true to send the email. | |
| html_body | No | Email body as raw HTML. Use this instead of 'body' for rich formatting. | |
| from_email | No | Optional. Which connected email account to send from. If not specified, uses the default connected account. | |
| idempotency_key | No | Optional stable key to prevent duplicate email sends on retries. |