WhatsApp API
Bot Template Get
List WhatsApp message templates created on a bot via the ChatSyncs API, including approval status and template JSON. Use when a developer asks how to programmatically check template approval status or pull a template’s structure.
GET
Bot Template Get
Returns the WhatsApp message templates created on a bot, including their approval status and
underlying template JSON.
The response includes two different ID-looking fields:
id (a short internal ChatSyncs
number, e.g. 48) and template_id (a long Meta-assigned number, e.g.
437509121867805). When sending a template with
Send Template Message, use the value shown in
your dashboard’s template generator for template_id — if you’re unsure which field that
corresponds to here, the API Developer Console → Send Text Message generator (see
Send Template Message) is the authoritative
source.Query Parameters
Your ChatSyncs API key (not a WhatsApp/Meta access token). Where to find it.
Example:
"API-KEY"
The WhatsApp account's phone number ID. Where to find it.
Example:
"PHONE-NUMBER-ID"
Bot Template Get

