Templates
Get Templates
List all WhatsApp templates for your account, including their approval status and components 📋
POST
Get Templates
Retrieve all WhatsApp templates associated with your business account. Templates with the same name but different language translations are grouped together as a template group. Use this endpoint to check approval status after submitting a new template.
This endpoint uses POST with no request body.
Endpoint
Response
Returns a list of template groups underentity.templateGroups. Each group contains one or more language variants.
Template status values:
| Status | Description |
|---|---|
MESSAGE_TEMPLATE_STATUS_PENDING | Submitted to Meta and awaiting review. |
MESSAGE_TEMPLATE_STATUS_APPROVED | Approved by Meta — ready to use. |
MESSAGE_TEMPLATE_STATUS_REJECTED | Rejected by Meta. Check rejectionReason for details. |
Example
The
externalTemplate.whatsapp object contains the raw template data as returned directly by Meta, alongside Connectly’s own representation in templateComponents. Use templateComponents for the Connectly-native format.