Send bulk email
send_bulk_emailSend the same email to up to 500 recipients in one request. Specify recipients, subject, and optional HTML or plain-text content.
Instructions
Send the same email to many recipients (max 500). High-impact: confirm the list before calling.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| from | No | Verified sender address. | |
| html | No | HTML body. Optional if text or template_id is provided. | |
| text | No | Plain-text body. Optional if html or template_id is provided. | |
| subject | Yes | Email subject line. | |
| from_name | No | Display name for the sender (optional). | |
| recipients | Yes | Recipient email addresses. | |
| template_id | No | ID of a saved email template. |