get_the_templates
Retrieve WhatsApp message templates for marketing and conversation management using Titanmind WhatsApp MCP. Specify template name, page, and size to filter results.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
page | No | ||
page_size | No | ||
template_name | No | None |
Input Schema (JSON Schema)
{
"properties": {
"page": {
"default": 1,
"title": "Page",
"type": "integer"
},
"page_size": {
"default": 10,
"title": "Page Size",
"type": "integer"
},
"template_name": {
"default": "None",
"title": "Template Name",
"type": "string"
}
},
"type": "object"
}