| name | sendgrid-automation |
| description | Automate SendGrid email delivery workflows including marketing campaigns (Single Sends), contact and list management, sender identity setup, and email analytics through Composio's SendGrid toolkit. |
| type | skill |
| created | 2026-02-27T00:00:00.000Z |
| domain | communication-content |
| category | email-comms |
| risk | critical |
| source | community |
| tags | ["skill","communication-content","email-comms","sendgrid","automation"] |
SendGrid Automation via Rube MCP
Automate SendGrid email delivery workflows including marketing campaigns (Single Sends), contact and list management, sender identity setup, and email analytics through Composio's SendGrid toolkit.
Prerequisites
- Rube MCP must be connected (RUBE_SEARCH_TOOLS available)
- Active SendGrid connection via
RUBE_MANAGE_CONNECTIONS with toolkit sendgrid
- Always call
RUBE_SEARCH_TOOLS first to get current tool schemas
Setup
Get Rube MCP: Add https://rube.app/mcp as an MCP server in your client configuration. No API keys needed — just add the endpoint and it works.
- Verify Rube MCP is available by confirming
RUBE_SEARCH_TOOLS responds
- Call
RUBE_MANAGE_CONNECTIONS with toolkit sendgrid
- If connection is not ACTIVE, follow the returned auth link to complete SendGrid API key authentication
- Confirm connection status shows ACTIVE before running any workflows
Core Workflows
1. Create and Send Marketing Campaigns (Single Sends)
When to use: User wants to create and send a marketing email campaign to a contact list or segment.
Tool sequence:
SENDGRID_RETRIEVE_ALL_LISTS - List available marketing lists to target [Prerequisite]
SENDGRID_CREATE_A_LIST - Create a new list if needed [Optional]
SENDGRID_ADD_OR_UPDATE_A_CONTACT - Add contacts to the list [Optional]
SENDGRID_GET_ALL_SENDER_IDENTITIES - Get verified sender ID [Prerequisite]
SENDGRID_CREATE_SINGLE_SEND - Create the campaign with content, sender, and recipients [Required]
Key parameters for SENDGRID_CREATE_SINGLE_SEND:
name: Campaign name (required)
email__config__subject: Email subject line
email__config__html__content: HTML body content
email__config__plain__content: Plain text version
email__config__sender__id: Verified sender identity ID
email__config__design__id: Use instead of html_content for pre-built designs
- : Array of list UUIDs to send to