https://waba.360dialog.io
/v1/messages/
endpoint, you must append the endpoint to your base URL then make the POST request. Below is an example of a full POST request to the resource:
https://waba.360dialog.io/v1/messages/
POST
request with curl:/messages
to send text messages, media, documents, and message templates to your customers.POST
call to the /messages
node regardless of message type. The content of the JSON message body differs for each type of message (text, image, etc.).
Below is a simple example to send a text message:/v1/configs/webhook
endpoint to set the resource. USER
and PASS
should be provided in the header Authorization
that contains Basic base64(USER:PASS)
. testuser
and PASS=testpass