VoiceTrading wholesale SMS
Who can buy wholesale SMS?Buying wholesale SMS is only open to VoiceTrading customers. To become a VoiceTrading customer, please apply for a wholesale account (get an account).
VoiceTrading solely offers its services to registered companies.
How to send SMS?
You can send SMS using HTML SMSlink. This enables you to send SMS without accessing the website.
Use the following link and fill in the desired data:
https://myaccount.voicetrading.com/clx/
sendsms.php?username=xxxxxxxxxx&pa
ssword=xxxxxxxxxx&from=xxxxxxxxxx&
to=xxxxxxxxxx&text=xxxxxxxxxx
Explanation of the variables:
| username: | your VoiceTrading username |
| password: | your VoiceTrading password |
| from: | any phone number (Always use international format for the number starting with +, for instance +491701234567) |
| to: | the number you wish to send the sms to. Always use international format starting with +, for instance +491701234567 |
| text: | the message you want to send |
What are the rates for sending Bulk SMS?
Click here for an overview of our A-Z SMS rates.
How are SMS billed?
Every SMS will be charged to your VoiceTrading account.
In your 'recent calls'-overview, you will find the number of SMS you sent and the amount charged.
Do I get a delivery report per SMS?
Yes, here are some report examples you will receive per sent SMS:
Successfull SMS:
<?xml version="1.0" encoding="utf-8" ?>
- <SmsResponse>
<version>1</version>
<result>1</result>
<resultstring>success</resultstring>
<description />
<endcause />
</SmsResponse>
Invalid number:
<?xml version="1.0" encoding="utf-8" ?>
- <SmsResponse>
<version>1</version>
<result>0</result>
<resultstring>failure</resultstring>
<description>Invalid Number</description>
<endcause>19</endcause>
</SmsResponse>
Balance too low:
<?xml version="1.0" encoding="utf-8" ?>
- <SmsResponse>
<version>1</version>
<result>0</result>
<resultstring>failure</resultstring>
<description>Sorry, you do not have enough credit to send this sms. Go to your accountpage to buy credit!</description>
<endcause>1</endcause>
</SmsResponse>
Invalid username/password:
<?xml version="1.0" encoding="utf-8" ?>
- <SmsResponse>
<version>1</version>
<result>0</result>
<resultstring>failure</resultstring>
<description>Wrong Username/password combination</description>
<endcause />
</SmsResponse>
Missing mandatory parameter:
<?xml version="1.0" encoding="utf-8" ?>
- <SmsResponse>
<version>1</version>
<result>0</result>
<resultstring>failure</resultstring>
<description>The parameter password is missing</description>
<endcause />
</SmsResponse>


