http - eSendex SMS API -
i'm trying setup script using classic .asp/vbscript send sms using esendex "http form post" service.
so far script working... here's does
- takes form field values calling page
- sends email
- saves values database
the final thing want script send sms communicating esendex "http form post" service, their api documentation not helpful. example script have been nice!
if has experience esendex, maybe advises me!
thanks in advance
there 2 approaches can take communicate esendex form post api asp.
you can either form http post request , try posting data directly it, or use esendexsdk2.dll provide part of asp sms sdk: http://www.esendex.co.uk/developers/downloads/asp-sms-sdk-download
you can see examples of how use esendexsdk2.dll asp here: http://www.esendex.co.uk/developers/sdks/asp-sms-sdk
in zip download you'll find sendmessage.asp example takes values fields on form , calls sendmessage on sendservice.
the alternative http post request approach require question: form post asp classic xmlhttp or microsoft support article: http://support.microsoft.com/kb/290591 using serverxmlhttp msxml i've not tried method myself it's alternative suggestion using dll.
your form data you'd 'send' in serverxmlhttp case form encoded list of variables username=yourusername&password=yourpassword&account=ex000000&recipient=44770000000&body=hello
feel free give further examples of how want call esendex api code if it'll , can excellent support esendex emailing support@esendex.com.
Comments
Post a Comment