Authorization: Bearer ********************
{ "messaging_product": "whatsapp", "recipient_type": "individual", "to": "{{recipient_number}}", "type": "image", "image": { "link": "https://example.com/imagem.jpg", "caption": "Descrição da imagem" } }
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": "5517991677564", "type": "image", "image": { "link": "https://example.com/imagem.jpg", "caption": "Descrição da imagem" } }'
{ "messaging_product": "string", "contacts": [ { "input": "string", "wa_id": "string" } ], "messages": [ { "id": "string" } ] }