Sign in

List message templates

documented

List all pre-approved message templates for the WABA.

GET /v{version}/{waba-id}/message_templatesTemplatesno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://graph.facebook.com/v{{$version}}/{{$waba_id}}/message_templates?limit={{$limit}}&language={{$language}}" \
  -X GET \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json"
List message templates · WhatsApp · OpenIntegrations