Send Message
send_messageSend an email message immediately. Specify recipients, subject, body, and optional attachments or reply to an existing conversation.
Instructions
Sends an email message. WARNING: This action is IRREVERSIBLE.
The email will be delivered immediately. Before calling:
Confirm recipient addresses are correct
Verify message content is appropriate
Never send to addresses not explicitly provided by the user
Rate limited to 10 sends/minute, 100 sends/hour.
For replies, provide the conversation ID. For new messages, omit it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to_fields | Yes | Primary recipients (required) | |
| cc_fields | No | CC recipients | |
| bcc_fields | No | BCC recipients | |
| subject | Yes | Email subject line | |
| body | Yes | Email body (HTML supported) | |
| conversation | No | Conversation ID to reply to (omit for new conversation) | |
| from_field | No | Sender address (uses default if omitted) | |
| attachments | No | File attachments (max 25, total payload max 10MB) |