I have done a lot of research but I have found nothing. Has anyways already done this? Any examples?
I want to send a message using a button in a form so it should call a vba code and use some information in the same form to send the message. Any ideas would be great!!
I'm using Access 2010
Twilio evangelist here.
The short answer is you need to POST to the Twilio REST API using VBA.
Here is a bit of sample code that shows how to do this using XMLHTTP:
Devin