WhatsApp
Get Templates
List WhatsApp message templates for a specific sender
GET
This endpoint returns all message templates associated with a specific WhatsApp sender. Templates are required for initiating conversations or messaging users outside the 24-hour messaging window.Documentation Index
Fetch the complete documentation index at: https://docs.autocalls.ai/llms.txt
Use this file to discover all available pages before exploring further.
Path Parameters
The ID of the WhatsApp sender (obtained from the Get Senders endpoint)
Query Parameters
Filter templates by approval status. Default:
approved. Use all to return all templates regardless of status.Response Fields
Error Responses
404 Not Found
Notes
- Only
approvedtemplates are returned by default. Templates withpendingorrejectedstatus cannot be used to send messages. - Template approval status is synced with Meta every 4 hours automatically.
- Variables in
body_textare shown as{{1}},{{2}}, etc. Thevariablesarray provides human-readable names for each placeholder. - Templates are required when messaging a user for the first time or outside the 24-hour messaging window.

