Bappy API
stringstring
SMS messaging — list sent messages and send new SMS to SIMs.
The link_id in the send request body accepts either a Link UUID or ICCID.
Send SMS
POST
https://api.omaxtelecom.com/bappy
/v1/sms
Send SMS
Send an SMS message to a specific SIM. The message is queued for async delivery via a background job.
Body Parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
link_id | string | Yes | Link UUID or ICCID identifying the target SIM |
message | string | Yes | Message content (max 80 characters) |
Response (202 Accepted):
Code
Notes:
- SMS is delivered asynchronously — check the status via
GET /v1/sms - Cost per SMS is determined by the organization's
price_per_smssetting - The
link_idfield accepts either a UUID or ICCID
Errors:
404 NOT_FOUND– Link not found422 VALIDATION_ERROR– link_id and message are required, message max 80 chars
Headers
AcceptContent-TypeSend SMS › Responses
200
Successful response
No data returned