samvilla.blogg.se

Vb.net code to send sms from pc to mobile
Vb.net code to send sms from pc to mobile













While sending Group SMS message, sendMethod parameter needs to be groupMsg For multiple groups, please separate by comma. Valid Group IDs or Group names should be mentioned in this parameter. You can send to single group or multiple groups at once separated by comma. Sending SMS to your saved Contacts grouped by Group Name or Group ID. Group Message - Single or Multiple Groups (Required for groupMsg)

vb.net code to send sms from pc to mobile

While sending Simple message, sendMethod parameter needs to be simpleMsg Maximum comma separated mobile numbers allowed are 1000. You can include single number or comma separated numbers. Preferred mobile format is prefix with country code 91. Mobile number format can be 10 to 12 digits prefix with 0 or 91. Simple Message - Single or Bulk (Required for simpleMsg) If you want to enable then use this parameter and give value as YYYY-MM-DD HH:MM:SS. You can turn off duplicate checking of mobile numbers by giving value as false, duplicate numbers wont be removed. You could send unicode messages too.Ĭhecks and removes Duplicate mobile numbers. Maximum 160 characters allowed in message content. If you need responses in JSON or XML then you have to give value as JSON or XML.

vb.net code to send sms from pc to mobile

This is the message content which you want to send to your clients. For simple English, you can give value as text or for non-English messages, give value as unicode. This is to define simple or UNICODE message. You need not include this parameter if you have opted for promotional gateway. senderId parameter is an optional for Promotional Gateway customers. For International customers, sender name depends on country to country basis. GroupMsg: This value required for Group SMS option.ĮxcelMsg: This value required for Bulk Upload option.įor Indian customers, sender name would be of 6 alpha characters. SimpleMsg: This value required for single or comma separated mobile numbers SMS.

VB.NET CODE TO SEND SMS FROM PC TO MOBILE PASSWORD

You can avail this from your user control panel and use instead of userId and password HTTP Request parameter. You can use this if apiKey is not being used.ĪpiKey needs to be sent as HTTP header when you are not using userId and password credentials. The password needs to be urlencoded if there are any special characters used in the password field. You can use this if apiKey is not being used. The registered username parameter to be passed. You should use either one to authenticate your login. Authenticate your API request using userId-password or apiKey.













Vb.net code to send sms from pc to mobile