Skip to main content
Glama

MCP Mailtrap Server

Official
by mailtrap

update-template

Modify existing email templates by updating name, subject, HTML content, text version, or category for transactional emails and testing.

Instructions

Update an existing email template

Input Schema

NameRequiredDescriptionDefault
categoryNoNew category for the template
htmlNoNew HTML content of the template
nameNoNew name for the template
subjectNoNew email subject line
template_idYesID of the template to update
textNoNew plain text version of the template

Input Schema (JSON Schema)

{ "properties": { "category": { "description": "New category for the template", "type": "string" }, "html": { "description": "New HTML content of the template", "type": "string" }, "name": { "description": "New name for the template", "type": "string" }, "subject": { "description": "New email subject line", "type": "string" }, "template_id": { "description": "ID of the template to update", "type": "number" }, "text": { "description": "New plain text version of the template", "type": "string" } }, "required": [ "template_id" ], "type": "object" }

Other Tools from MCP Mailtrap Server

Related Tools

    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/mailtrap/mailtrap-mcp'

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