|
|
| Send SMS using command line |
Command line Syntax : SMSApplication.exe -U <username> -P <password> -V <VASID> -f <PROFILE> -S <sender> -R <recipient> -M <Message>
| Name |
Description |
|
-U |
YOUR_USERID; PROVIDED BY TXTIMPACT |
|
-P |
YOUR_PASSWORD; PROVIDED BY TXTIMPACT |
|
-V |
YOUR_VASID; PROVIDED BY TXTIMPACT |
|
-F |
YOUR_PROFILEID; PROVIDED BY TXTIMPACT
|
|
-S |
SHORT CODE NUMBER; PROVIDED BY TXTIMPACT |
|
-R |
DESTINATION MOBILE NUMBER. [(country code) + mobile number]
e.g 17220001111 |
|
-M |
The Text Message (160 characters) |
Response from Send SMS APIs
The API will return a string message to the calling application.
Successful submission:
JOBID: [MOBILENUMBER]:[SMSID]
Failed submission:
ERR: 301: Failed authentication
ERR: 305: Not enough credits
|
|