USSD Outbound

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.

Last updated

Was this helpful?