sendgrid_send_email
Send transactional emails through SendGrid by specifying recipient, sender, subject, and content, with optional HTML, template, and display names.
Instructions
Send a transactional email via SendGrid.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| api_key | Yes | SendGrid API key from app.sendgrid.com | |
| to | Yes | Recipient email address | |
| from | Yes | Sender email address (must be verified in SendGrid) | |
| subject | Yes | Email subject line | |
| text | No | Plain text content | |
| html | No | HTML content | |
| to_name | No | Recipient display name | |
| from_name | No | Sender display name | |
| reply_to | No | Reply-to email address | |
| template_id | No | SendGrid dynamic template ID |