Skip to main content
Glama

MCP Mailtrap Server

Official
by mailtrap

create-template

Create email templates with subject lines and optional HTML/text content for transactional emails and testing workflows.

Instructions

Create a new email template

Input Schema

NameRequiredDescriptionDefault
categoryNoTemplate category (optional, defaults to 'General')
htmlNoHTML content of the template (optional)
nameYesName of the template
subjectYesEmail subject line
textNoPlain text version of the template (optional)

Input Schema (JSON Schema)

{ "properties": { "category": { "description": "Template category (optional, defaults to 'General')", "type": "string" }, "html": { "description": "HTML content of the template (optional)", "type": "string" }, "name": { "description": "Name of the template", "type": "string" }, "subject": { "description": "Email subject line", "type": "string" }, "text": { "description": "Plain text version of the template (optional)", "type": "string" } }, "required": [ "name", "subject" ], "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