body.parameters[0]
body.parameters[1]
Authorization: Bearer ********************
{ "messaging_product": "whatsapp", "recipient_type": "individual", "to": "5511999999999", "type": "template", "template": { "name": "autenticacao_otp", "language": { "code": "pt_BR" }, "components": [ { "type": "body", "parameters": [ { "type": "text", "text": "123456" }, { "type": "text", "text": "10" } ] } ] } }
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": "autenticacao_otp", "language": { "code": "pt_BR" }, "components": [ { "type": "body", "parameters": [ { "type": "text", "text": "123456" }, { "type": "text", "text": "10" } ] } ] } }'
{ "messaging_product": "string", "contacts": [ { "input": "string", "wa_id": "string" } ], "messages": [ { "id": "string" } ] }