HTTP API Specification
Integrate our HTTP API into your software in minutes to transform communications instantly.
Sending SMS
https://cp.inmobilews.com/API/SendSMS?username=USER&apiId=API_ID&json=True&destination=1989XXXXXXXX&source=Sender_ID&text=Hello
{
"ErrorCode": 0,
"Description": "Success",
"Id": "db8888c8-dc80-415c-9871-8a717518a43q",
"OriginatingAddress": "Sender_ID",
"DestinationAddress": "1989XXXXXXXX",
"MessageCount": 1
}
Web Delivery Push
This allows for realtime delivery status noifications. A URL is required to receive the below XML sample data:
https://yourdomain.com/receive.php
"ErrorCode": 0,
"Description": "Success",
"Id": "03074da3-10ed-4f6c-853e-c1df4b15fbae",
"OriginatingAddress": "Sender_ID",
"DestinationAddress": "1989xxxxxxx",
"MessageCount": 1,
"Rate": 0.014,
"TotalRate": 0.014}