WhatsApp templates
| Tool | REST endpoint | Annotations |
|---|---|---|
list_templates | GET /v1/templates | read-only, idempotent |
get_template | GET /v1/templates/{name} | read-only, idempotent |
list_templates
No arguments. Returns every available WhatsApp template per workspace, including an api_example field with the payload ready to use in send_template_message.
Consejo
This is the best way to discover the exact shape of params, buttons, and components for a template. Call this tool, read api_example, and use it almost as copy-paste in send_template_message.arguments.
get_template
| Field | Type | Required | Description |
|---|---|---|---|
name | string | yes | Exact template name. |
workspaceId | string | no | Restricts the search to a specific workspace when there are several. |
Returns the full template details plus the send api_example.