Skip to main content
Glama

SendGrid MCP Server

by deyikong

update_template

Modify the name of an existing email template to better organize and identify your email campaigns and communications.

Instructions

Update the name of an existing template

Input Schema

NameRequiredDescriptionDefault
nameYesNew name for the template
template_idYesID of the template to update

Input Schema (JSON Schema)

{ "properties": { "name": { "description": "New name for the template", "type": "string" }, "template_id": { "description": "ID of the template to update", "type": "string" } }, "required": [ "template_id", "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