Skip to main content
Glama

Evolution API WhatsApp MCP Server

by luiso2

update_template

Modify an existing WhatsApp Business message template by updating its name, description, text content, or variables to maintain accurate and current messaging for business communications.

Instructions

Update an existing template

Input Schema

NameRequiredDescriptionDefault
descriptionNoNew description
nameNoNew name
templateIdYesTemplate ID
textNoNew text
variablesNoNew variables list

Input Schema (JSON Schema)

{ "properties": { "description": { "description": "New description", "type": "string" }, "name": { "description": "New name", "type": "string" }, "templateId": { "description": "Template ID", "type": "string" }, "text": { "description": "New text", "type": "string" }, "variables": { "description": "New variables list", "items": { "type": "string" }, "type": "array" } }, "required": [ "templateId" ], "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/luiso2/mcp-evolution-api'

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