Send message
Send a text or binary SMS message. Credentials are passed as form parameters (USERNAME and PASSWORD). Returns a plain-text response with message ID, status code, and optional status text on separate lines.
Body
Provided account username.
Provided account password.
Destination MSISDN in international format without a leading +. Example: 255650000001.
Sender ID. Alphanumeric senders max 11 characters (A-Z, a-z, 0-9, space).
Message content. URL-encoded for GSM text; hex-encoded for binary.
Message encoding. 0 = GSM text (default), 2 = Binary (8-bit).
0, 2 Set to 1 to request a delivery report.
0, 1 HTTPS URL to receive delivery reports. Example: https://www.example.com/callback
User Data Header in hex format (e.g. WAP Push).
Set to non-zero when UDH is present in the message body.
Validity period in seconds.
Type of Number for source: 0 Unknown, 1 International (default), 5 Alphanumeric.
Numbering Plan Indicator for source address.
Source port (0-65535).
Destination port (0-65535).
Concatenated SMS reference number (0-255).
Sequence number for this message part.
Total number of parts for this message.
Response
Message accepted or rejected. Body contains message ID on line 1, status code on line 2, and optional status text on line 3.
The response is of type string.
