WhatsApp templates

ToolREST endpointAnnotations
list_templatesGET /v1/templatesread-only, idempotent
get_templateGET /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.


get_template

FieldTypeRequiredDescription
namestringyesExact template name.
workspaceIdstringnoRestricts the search to a specific workspace when there are several.

Returns the full template details plus the send api_example.