sendgrid_send_email
Send transactional emails via SendGrid. Requires API key, recipient, sender, and subject; supports plain text, HTML, and templates.
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 |