Access powerful communication tools and integrate them seamlessly into your applications. Whether you're building a customer support system, a marketing automation tool, or a real-time communication solution, Inbox provides the APIs and resources you need to get started quickly and scale your business.
Inbox SMS API Endpoint
Inbox has an HTTP SMS service designed to let end-users send SMS messages using an HTTP interface. The API supports custom UDH, message scheduling, and other advanced features including Unicode formats.
Supports GSM and Unicode (UTF-8 & Unicode-16 Big-Endian).
Abide by rate limits to avoid blocks or restrictions.
Base URL:
Example GET Request:
Curl Request:
curl -X POST \
'https://Inbox.in/api.php' \
-d 'username=your username' \
-d 'apikey=your api key' \
-d 'senderid=your sender id' \
-d 'route=Route which is assigned to you' \
-d 'mobile=xxxxxxxxxx' \
-d 'format=json' \
-d 'TID=Template ID' \
-d 'text=Message Text'
| Parameter | Type | Description |
|---|---|---|
| username | Mandatory | Your account username. |
| apikey | Mandatory | Your API key from Inbox. |
| senderid | Mandatory | DLT-approved sender name (6 characters). |
| route | Mandatory | Assigned route (e.g., TRANS, PROMO, OTP). |
| mobile | Mandatory | Recipient number(s), comma-separated. |
| text | Mandatory | Message text (DLT-approved). |
| format | Optional | Response format: html / json / xml. |
| msgtype | Optional | Use 'unicode' for other languages. |
| group | Optional | Name of your contact group. |
| TID | Optional | DLT-approved template ID. |
| PEID | Optional | DLT-approved PEID. |
| schedule | Optional | Schedule time in dd/mm/YYYY hh:mm:ss format. |