Skip to main content
Glama

Klaviyo MCP Server

create_template

Generate email templates for marketing campaigns by providing name, HTML, and text content. Streamline content creation for Klaviyo MCP Server workflows.

Input Schema

NameRequiredDescriptionDefault
htmlYesHTML content of the template
nameYesName of the template
textNoText content of the template

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "html": { "description": "HTML content of the template", "type": "string" }, "name": { "description": "Name of the template", "type": "string" }, "text": { "description": "Text content of the template", "type": "string" } }, "required": [ "name", "html" ], "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/ivan-rivera-projects/Klaviyo-MCP-Server-Enhanced'

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