SendGrid MCP connector
SendGrid is a cloud-based email delivery platform that helps organizations send transactional and marketing emails at scale. The SendGrid MCP connector allows AI agents to send single-send email campaigns and manage contacts, including creating, updating, searching, and deleting contact records. It also supports organizing marketing lists, allowing agents to create, retrieve, and update lists for targeted email campaigns.
Authentication type
- API Key - Requires a static API key to be configured before the agent can connect to the service.
Uses
Use the SendGrid MCP connector to perform the following actions:
- Send targeted marketing campaigns to segmented contact lists
- Sync contact records between workflows and SendGrid databases
- Automate transactional email delivery triggered by workflow events
- Organize contacts into marketing lists for campaign segmentation
- Search and filter contacts based on custom field values
- Retrieve email templates for consistent transactional messaging
- Maintain clean contact data by removing outdated records
- Track custom field definitions across the contact database
Example prompts
Use the following example prompts to invoke SendGrid MCP connector tools from your AI assistant or Boomi Connect workflow:
Send a Single Send email to my newsletter subscribers in SendGrid.Show me all contacts in my SendGrid account.Add this new customer to my SendGrid contact list.Remove inactive contacts from SendGrid.Find all contacts in SendGrid with a Gmail address.Look up a specific contact's details in SendGrid.List all my marketing lists in SendGrid.Create a new marketing list called VIP Customers in SendGrid.Send a welcome email through SendGrid to a new signup.What email templates do I have available in SendGrid?
SendGrid MCP connector tools
The SendGrid MCP connector provides the following tools. Each tool maps to a specific action you can invoke from your AI agent or automation.
| Tool | Description |
|---|---|
| sendgrid_sendgridsendemail_invoke | Create and send a Single Send email to a list or segment of contacts via SendGrid Marketing Campaigns. |
| getAllContacts | Get all contacts |
| upsertContacts | Create or update contacts |
| deleteContacts | Delete contacts |
| searchContacts | Search contacts |
| getContact | Get a contact by ID |
| getAllLists | Get all marketing lists |
| createList | Create a marketing list |
| getList | Get a marketing list |
| updateList | Update a marketing list |
| deleteList | Delete a marketing list |
| sendMail | Send an email |
| getFieldDefinitions | Get custom field definitions |
| getTemplates | Get email templates |