0

I've read the documentation from Twilio API but there is no item to simple list the whatsapp templates in my account. I've tried search here even in chatgpt but I can't list my templates.

I have three templates aproved from whatsapp and I even can send messages with my credentials, my senders is configured, my SID, account Id and Authkey.

Aproved template

2 Answers2

1

The Twilio team resolved my ticket with the beta Doc API, they released one API to GET all templates in your service.

0

You can get all templates from your account via API, follow the information about the request that you need to do:

It'll return an object like this:

{
"whatsapp_templates": [...],
"meta": {...}
}

I hope that it can help you! :D

csevero
  • 361
  • 1
  • 8