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

Name
Type
Description

whatsapp_from

string

Originating mobile number.

whatsapp_to

number

Your WhatsApp approved mobile number.

whatsapp_message

string

WhatsApp message content.

Headers

Name
Type
Description

Host

string

sms.hollatags.com

content-type

string

application/json

{"whatsapp_message":"Hello World"}

Last updated

Was this helpful?