wa_template_list
List WhatsApp message templates filtered by name and language using the YCloud WhatsApp API MCP Server. Enables efficient template management for AI-driven messaging workflows.
Instructions
List templates
Input Schema
Name | Required | Description | Default |
---|---|---|---|
filter.language | Yes | ||
filter.name | Yes |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"filter.language": {
"type": "string"
},
"filter.name": {
"type": "string"
}
},
"required": [
"filter.name",
"filter.language"
],
"type": "object"
}