I think a super simple way to achieve this would be to use a custom server script - preferably php. You don't really need to set up a remote web service or anything at all. You can call the custom script with the parameters, and upon execution it can return you a http status code, message etc. It should be pretty straightforward. There's an example here which will help you understand how it works and probably you should be able to script something similar to send twilio messages in less than 30 mins Let me know if you need any help with the script. Cheers
↧
Twilio Remote Web Service: passing --data-urlencode fields
↧