0% found this document useful (0 votes)
272 views2 pages

BoomCast SMS API Documentation

This document provides documentation for BoomCast's SMS API including: 1. The URL and parameters for sending text messages through the API. Parameters include masking, username, password, message type, receiver number, and message. 2. Descriptions of each parameter including data types and requirements. 3. Information that the externalApiSendTextMessage.php service supports POST and GET methods. 4. Examples of success and failure JSON responses and an example URL for sending a message to multiple receivers.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
272 views2 pages

BoomCast SMS API Documentation

This document provides documentation for BoomCast's SMS API including: 1. The URL and parameters for sending text messages through the API. Parameters include masking, username, password, message type, receiver number, and message. 2. Descriptions of each parameter including data types and requirements. 3. Information that the externalApiSendTextMessage.php service supports POST and GET methods. 4. Examples of success and failure JSON responses and an example URL for sending a message to multiple receivers.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

BoomCast

SMS API DOCUMENTATION


url for general message:
[Link]
[Link]/boomcast/WebFramework/boomCastWebService/[Link]
?masking=NOMASK&userName=test&password=ggbd3282c4cf1a334610946d0dfbb
3f9 4b&MsgType=TEXT&receiver=Number&message=Your Message

Parameter Name Description


Masking Your masking name (Max Length :10 Character).
This is mandatory parameter.
Message Your Message (Max Length :459 Character ).
This is mandatory parameter.
username username of your boomcast account(Max
Length :20 Character).
This is mandatory parameter.
Password Auto Generated Encrypted (No Need to
change).
This is mandatory parameter.
MsgType For English: TEXT; For Other: UNICODE
(Fixed. Max Length :10 Character).
This is mandatory parameter.
Receiver Number to send SMS
This is mandatory parameter.

[Link] service Receive Data Both POST/GET Method

output:
success:
JSON string will be the response if webservice works correctly
Failed:

[{"success":0,"message":"Failed to Submit","msgid":0,"msisdn":0}]
Success:
[{"success":1,"message":"Submitted to
SMSC","msgid":20117","jobid":22,"msisdn":"8801717255982"},{"success":1,"message":"Submitted to
SMSC","msgid":20118","jobid":22,"msisdn":"8801911136074"}]
Example url:
[Link]
[Link]/boomcast/WebFramework/boomCastWebService/[Link]?masking=NOMAS
K&userName=test&password=ggbd3282c4cf1a334610946d0dfbb3f94b&MsgType=TEXT&receiver=01673561755|01717782
151&message=Your

You might also like