HollaTags API
  • Introduction
  • 📳SMS
    • Send
    • Receive
    • Status
    • Credit
    • Lookup
    • Send SMS Sample Code
    • Receive SMS Sample Code
    • API Response
    • Callback
    • OTP
    • SMS DLR Error Codes
  • 📳USSD
    • USSD Inbound
    • USSD Outbound
    • USSD Sample Code
    • USSD Error Codes
  • 📳WhatsApp
    • WhatsApp Chat
    • WhatsApp Push
    • WhatsApp Sample Code
  • 📳SMPP
    • SMPP Specification
    • SMPP Servers
    • SMPP Authentication
    • SMPP Configuration
    • SMPP Message PDU
    • SMPP Client Configuration
    • SMPP Response Codes
    • SMPP DLR Codes
  • 💳Airtime
    • Airtime (VTU)
  • ❓FAQ
    • USSD - Dedicated
    • USSD - Shared
Powered by GitBook
On this page

Was this helpful?

  1. WhatsApp

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"}

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.

PreviousUSSD Error CodesNextWhatsApp Push

Last updated 4 years ago

Was this helpful?

📳