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. USSD

USSD Outbound

PreviousUSSD InboundNextUSSD Sample Code

Last updated 3 years ago

Was this helpful?

Outbound

GET https://sms.hollatags.com/api/ussd/push/

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

Query Parameters

Name
Type
Description

user

string

Account username

pass

string

Account password

session_from

string

Originating USSD code

session_msisdn

integer

Mobile number (must be in international format e.g. 234819*)

session_msg

string

USSD message content (must be <= 160 chars)

session_type

integer

1: Require input or reply from the user 2: Notify user without any response required.

📳