WhatsApp Chat
Chat
POST
https://ClientApplicationURL.com/
When a WhatsApp user sends a message to your approved number, this will automatically invoke your URL and pass all the following pre-defined parameters. Users can send you message either directly or in response to a templated notification. You are required to provide your application URL for the WhatsApp conversation messages.
Query Parameters
whatsapp_from
string
Originating mobile number.
whatsapp_to
number
Your WhatsApp approved mobile number.
whatsapp_message
string
WhatsApp message content.
Headers
Host
string
sms.hollatags.com
content-type
string
application/json
Only whatsapp_message is required in your json response. You do not need to define whatsapp_from or whatsapp_to. Your whatsapp_message will by default go to the originating mobile number i.e the current session whatsapp_to.
Last updated
Was this helpful?