Api Documentation
API Docs
We have many API options, so you can start adding messaging functionality to your app right away.
Status Code | Message |
---|---|
0 | Failed to Send |
1 | Sent |
110 | Sent (On Network) |
Status Code | Message |
---|---|
0 | Failed to Send |
1 | Sent |
110 | Sent (On Network) |
URL:
http://panel.bulksms.pk/api/send_message/{username}/{Password}/{Mask}/{receiver_number}/{message}/{locality}
Parameters
1. {username}
Given to you after registration
2. {Password}
Given to you after registration
3. {Mask}
Your brand name (Eagale Sol) Please use ‘+’ for space like Eagale+Sol
For international, system will automatically set the mask without space.
4. {receiver_number}
To whom you want to send message, should be like 92xxxxxxxxxx
0092 or country code is compulsory in any case.
5. {message}
The message you want to send, 150 character per SMS including spaces. Special Characters are not allowed.
6. {locality}
Send 0 for Pakistan and 1 for other than Pakistan.
{"command":"Submit_SM","data":"2572293319","response":"OK","status_code":110,"status_message":"Delivered to Network (T)"}
URL:
http://panel.bulksms.pk/api/send_message_urdu/{username}/{Password}/{Mask}/{receiver_number}/{message}/{locality}
Parameters
1. {username}
Given to you after registration
2. {Password}
Given to you after registration
3. {Mask}
Your brand name (Eagale Sol) Please use ‘+’ for space like Eagale+Sol
For international, system will automatically set the mask without space.
4. {receiver_number}
To whom you want to send message, should be like 92xxxxxxxxxx
0092 or country code is compulsory in any case.
5. {message}
The message you want to send, 70 character per SMS including spaces. Special Characters are not allowed.
6. {locality}
Send 0 for Pakistan and 1 for other than Pakistan.