sendcraft_batch_send
Send up to 100 distinct emails in a single API call, each with its own recipient, subject, and body, to reduce API usage and handle bulk email tasks efficiently.
Instructions
Send up to 100 distinct emails in a single API call. Each email can have a different recipient, subject, and body. More efficient than calling send_email 100 times.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| emails | Yes | Array of email objects. Each must have to, subject, and html. |