Fetch Message Templates

GET https://graph.facebook.com/{{Version}}/{{Assigned-WABA-ID}}/message_templates

Use this API request to fetch the pre-approved message templates for a specific WABA.

HEADERS

| Key | Datatype | Required | Description |

RESPONSES

status: OK

[{"name":"hello_world","components":[{"type":"BODY","text":"Hello, {{1}}"}],"language":"en_US","status":"APPROVED","category":"ISSUE_RESOLUTION","id":"409119052980796"},{"name":"case_opened","components":[{"type":"BODY","text":"Seu caso {{1}} foi aberto. Entraremos em contato em breve."}],"language":"pt_BR","status":"APPROVED","category":"TICKET_UPDATE","id":"718173718589371"},{"name":"case_opened","components":[{"type":"BODY","text":"Your case {{1}} was opened. We will get in touch soon."}],"language":"en_US","status":"APPROVED","category":"TICKET_UPDATE","id":"755551981307120"}]