Skip to main content
Feedback

SendGrid MCP connector

Updated 

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.

ToolDescription
sendgrid_sendgridsendemail_invokeCreate and send a Single Send email to a list or segment of contacts via SendGrid Marketing Campaigns.
getAllContactsGet all contacts
upsertContactsCreate or update contacts
deleteContactsDelete contacts
searchContactsSearch contacts
getContactGet a contact by ID
getAllListsGet all marketing lists
createListCreate a marketing list
getListGet a marketing list
updateListUpdate a marketing list
deleteListDelete a marketing list
sendMailSend an email
getFieldDefinitionsGet custom field definitions
getTemplatesGet email templates
On this Page