SendGrid MCP Server
by Garoth
send_to_list
Send an email to a contact list using SendGrid Single Sends
Input Schema
Name | Required | Description | Default |
---|---|---|---|
custom_unsubscribe_url | No | Custom URL for unsubscribes (required if suppression_group_id not provided) | |
html_content | Yes | HTML content of the email | |
list_ids | Yes | Array of list IDs to send to | |
name | Yes | Name of the single send | |
plain_content | Yes | Plain text content of the email | |
sender_id | Yes | ID of the verified sender | |
subject | Yes | Email subject line | |
suppression_group_id | No | ID of the suppression group for unsubscribes (required if custom_unsubscribe_url not provided) |
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