Skip to main content
GET
Returns the list of approved WhatsApp Business message templates available for a given channel. Use template names from this endpoint when calling Send WhatsApp Template.

Headers

string
requerido
Your API key for authentication.

Query Parameters

string
requerido
UUID of the WABA channel to fetch templates for.
number
predeterminado:"25"
Maximum number of templates to return.
string
Pagination cursor returned by the previous response (paging.cursors.after) to fetch the next page.

Response

boolean
true on success.
array
Array of template objects from Meta.
object
Pagination metadata from Meta.

Error Codes

  • 400 Bad Request — Missing channel_id or channel is not WABA type
  • 401 Unauthorized — Invalid or missing API key
  • 500 Internal Server Error — Meta API error

Code Examples