Skip to main content
Glama

SendGrid MCP Server

by deyikong

create_template

Create dynamic transactional email templates for automated email campaigns and personalized communications using SendGrid's API.

Instructions

Create a new dynamic transactional template

Input Schema

NameRequiredDescriptionDefault
generationNoTemplate generation typedynamic
nameYesName of the template

Input Schema (JSON Schema)

{ "properties": { "generation": { "default": "dynamic", "description": "Template generation type", "enum": [ "legacy", "dynamic" ], "type": "string" }, "name": { "description": "Name of the template", "type": "string" } }, "required": [ "name" ], "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/deyikong/sendgrid-mcp'

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