The template created in whatsapp business account is taking so much time more than 3 minutes.
POST https://graph.facebook.com/v17.0/122100**********/messages
Below is the API request with template name
{ "messaging_product": "whatsapp", "recipient_type": "individual", "to": "918***********", "type": "template", "template": { "name": "rdtemplate", "language": { "code": "en" } } }
yes i am also facing this problem
I am also facing the same problem. Plain text message types are instant, but templated messages almost takes a minute to be sent. When calling the graph api the call is instant and a message id is returned, but delivery of that message only happens after about a minute. Really not ideal.