name
language.code
components
Authorization: Bearer ********************
{ "messaging_product": "whatsapp", "recipient_type": "individual", "to": "5511999999999", "type": "template", "template": { "name": "texto_simples", "language": { "code": "pt_BR" }, "components": [ { "type": "body", "parameters": [ { "type": "text", "text": "João Silva" }, { "type": "text", "text": "15/04/2025" } ] } ] } }
curl --location --request POST 'https://waba.optjuntos.com.br/api/v1/messages' \ --header 'Content-Type: application/json' \ --data-raw '{ "messaging_product": "whatsapp", "recipient_type": "individual", "to": "5511999999999", "type": "template", "template": { "name": "texto_simples", "language": { "code": "pt_BR" }, "components": [ { "type": "body", "parameters": [ { "type": "text", "text": "João Silva" }, { "type": "text", "text": "15/04/2025" } ] } ] } }'
{ "messaging_product": "string", "contacts": [ { "input": "string", "wa_id": "string" } ], "messages": [ { "id": "string" } ] }