Encontre seus clientes onde eles já estão, na plataforma com mais de 2 bilhões de usuários.
curl --request POST \
--url https://control.msg91.com/api/v5/whatsapp/whatsapp-outbound-message/ \
--header 'Authkey: <authkey>' \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{"integrated_number":"Intergated WhatsApp Number, with country code","recipient_number":"Mobile Number","content_type":"text","text":"Message Content"}
'