Send SMS
This API call will send an SMS message to a specified number.
The Vodafone Betavine API uses different SMSC s for sending SMS messages. Messages sent through the Vodafone UK connection has the originating number set to the user's mobile number. Messages sent through Vodafone ES' RedBox system will originate from 'Betavine' and the first characters of the message will contain From: 4477123456789
http://www.betavine.net/api/send/sms
Parameters
- uaid User Application ID
- message The contents of the text message you wish to send.
Character encoding is set to 7-bit ASCII resulting in a message limit of 160 characters.
- dest The destination number(s) to whom you wish to send the message. The destination must be numeric and contain between 4 and 25 characters.
The destination number must include the country code for the region. E.g. A UK number would be prefixed with 44.
You can specify between 1 and 10 different destinations for the message. Just apply more dest parameters to the url
Response
Supported formats