Skip to main content
Glama

SendGrid MCP Server

by Garoth

create_template

Generate and configure email templates in SendGrid by defining HTML and plain text content, subject line, and template name for streamlined email marketing campaigns.

Instructions

Create a new email template in SendGrid

Input Schema

NameRequiredDescriptionDefault
html_contentYesHTML content of the template
nameYesName of the template
plain_contentYesPlain text content of the template
subjectYesDefault subject line for the template

Input Schema (JSON Schema)

{ "properties": { "html_content": { "description": "HTML content of the template", "type": "string" }, "name": { "description": "Name of the template", "type": "string" }, "plain_content": { "description": "Plain text content of the template", "type": "string" }, "subject": { "description": "Default subject line for the template", "type": "string" } }, "required": [ "name", "subject", "html_content", "plain_content" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Garoth/sendgrid-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server