Links

HTTP Form POST

Sending WhatsApp Message via HTTP Form Post
post
https://workflow.gallabox.com/webhook/messages/whatsapp
/form
Send Message via Form Post
We provide api to send message via HTTP POST with JSON as body content-type.
In some cases you would not be able to control the body of HTTP being sent, in that you can use the below API to send message by passing header and body values.
Parameters
Header
apikey*
Account API Key
apisecret*
Account API Secret
Body
channelId*
templateName*
Name of the approved WhatsApp template
recipientName*
Recipient Name
recipientPhone*
WhatsApp Number to which message to be sent ex. +919840985908 or 9840985908
<<variable name 1>>
Variable value to be passed
<<variable name 2>>
Variable value to be passed
headerMediaUrl
Media Url to override the header media
headerMediaName
Media Name to override the header media
footerButtonDomain
URL prefix of the dynamic footer button
footerButtonUrl
Dynamic footer button url value
Responses
201: Created
post
https://workflow.gallabox.com/webhook/contacts/upsert/
form
Upsert Contact via Form Post