curl --request POST \
--url https://api.example.com/api/public/web-whatsapp-message/send/{phoneId}/message \
--header 'Content-Type: application/json' \
--data '{
"key": "value"
}'Send a specific message to a given phone number.
curl --request POST \
--url https://api.example.com/api/public/web-whatsapp-message/send/{phoneId}/message \
--header 'Content-Type: application/json' \
--data '{
"key": "value"
}'The phone id to send the message from
The message to send
The stage id to send the message to
API key needed to authorize the request
The payload to send. Can be JSON or form data.
The body is of type object.
Message sent successfully.
Was this page helpful?