SendGrid MCP Server
by Garoth
send_email
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
- 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