wackywoo105
Registered User.
- Local time
- Yesterday, 23:13
- Joined
- Mar 14, 2014
- Messages
- 203
I have a VoIP account and want to send SMS via the API. The details about it are here: https://support.aa.net.uk/SMS_API
They give an example for linux
Can anyone help with how to do this with Access VBA?
They give an example for linux
Code:
curl --silent --form-string username=01234567890 --form-string password=123456 --form-string da=01234567890 --form-string ud="Hello world" https://sms.aa.net.uk/sms.cgi
Can anyone help with how to do this with Access VBA?