send_email
Send emails programmatically using SendGrid, with support for dynamic templates, HTML content, and plain text, ensuring verified sender addresses and recipient details.
Instructions
Send an email using SendGrid
Input Schema
Name | Required | Description | Default |
---|---|---|---|
dynamic_template_data | No | Dynamic data for template variables (optional) | |
from | Yes | Sender email address (must be verified with SendGrid) | |
html | No | HTML content of the email (optional) | |
subject | Yes | Email subject line | |
template_id | No | SendGrid template ID (optional) | |
text | Yes | Plain text content of the email | |
to | Yes | Recipient email address |
Input Schema (JSON Schema)
You must be authenticated.
Other Tools from SendGrid MCP Server
- add_contact
- add_contacts_to_list
- create_contact_list
- create_template
- delete_contacts
- delete_list
- delete_template
- get_contacts_by_list
- get_single_send
- get_stats
- get_template
- list_contact_lists
- list_contacts
- list_single_sends
- list_suppression_groups
- list_templates
- list_verified_senders
- remove_contacts_from_list
- send_email
- send_to_list
- validate_email
Related Tools
- @rishipradeep-think41/gsuite-mcp
- @Garoth/sendgrid-mcp
- @resend/mcp-send-email
- @Garoth/sendgrid-mcp
- @Garoth/sendgrid-mcp