Skip to main content
Glama

SendGrid MCP Server

by deyikong

get_template_version

Retrieve specific template version details from SendGrid to access email template content, structure, and configuration for email marketing and transactional campaigns.

Instructions

Retrieve details of a specific template version

Input Schema

NameRequiredDescriptionDefault
template_idYesID of the template
version_idYesID of the version to retrieve

Input Schema (JSON Schema)

{ "properties": { "template_id": { "description": "ID of the template", "type": "string" }, "version_id": { "description": "ID of the version to retrieve", "type": "string" } }, "required": [ "template_id", "version_id" ], "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