send_email
Send an email using SendGrid with support for plain text, HTML, and dynamic templates.
Instructions
Send an email using SendGrid
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Recipient email address | |
| from | Yes | Sender email address (must be verified with SendGrid) | |
| html | No | HTML content of the email (optional) | |
| text | Yes | Plain text content of the email | |
| subject | Yes | Email subject line | |
| template_id | No | SendGrid template ID (optional) | |
| dynamic_template_data | No | Dynamic data for template variables (optional) |