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 Push

Push

POST https://sms.hollatags.com/api/whatsapp/push/

This endpoint allows a business to send WhatsApp template messages. The content and message format has to be pre-approved.

The POST parameters should be sent as x-www-form-urlencoded

Query Parameters

Name
Type
Description

user

string

Account username

pass

string

Account password

whatsapp_from

integer

Your WhatsApp approved mobile number

whatsapp_to

integer

Destination mobile number

whatsapp_message

string

WhatsApp message content

sent

PreviousWhatsApp ChatNextWhatsApp Sample Code

Last updated 3 years ago

Was this helpful?

📳