name
language.code
components
Authorization: Bearer ********************
{ "messaging_product": "whatsapp", "recipient_type": "individual", "to": "5517991677564", "type": "template", "template": { "name": "aprovacao_de_compra", "language": { "code": "pt_BR" }, "components": [ {} ] } }
curl --location --request POST 'https://waba.optjuntos.com.br/api/v1/messages' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data-raw '{ "messaging_product": "whatsapp", "recipient_type": "individual", "to": "5517991677564", "type": "template", "template": { "name": "aprovacao_de_compra", "language": { "code": "pt_BR" }, "components": [ {} ] } }'
{ "messaging_product": "string", "contacts": [ { "input": "string", "wa_id": "string" } ], "messages": [ { "id": "string" } ] }