send_email
Send transactional emails through Brevo by specifying recipients, subject, and content in HTML or plain text.
Instructions
Send a transactional email using Brevo
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Array of recipient objects with email and optional name | |
| subject | No | Email subject line | |
| htmlContent | No | HTML content of the email | |
| textContent | No | Plain text content of the email | |
| templateId | No | ID of Brevo template to use | |
| params | No | Template parameters | |
| from | No | Sender information | |
| replyTo | No | Reply-to address | |
| tags | No | Tags for the email |