O omoba Active Member Licensed User Longtime User Jun 26, 2014 #1 Hi all, I am working on an app wherein I need to send text messages using a service like that of Twilo (http://www.twilio.com/) I see a thread where Erel said a a wrapper library for this SDK is needs to be created, unfortunately, that is out of my league. Are there any other solutions in the forum that can be used instead of using Twilo's service or is there already a solution for usin Twilo's services. Thank you
Hi all, I am working on an app wherein I need to send text messages using a service like that of Twilo (http://www.twilio.com/) I see a thread where Erel said a a wrapper library for this SDK is needs to be created, unfortunately, that is out of my league. Are there any other solutions in the forum that can be used instead of using Twilo's service or is there already a solution for usin Twilo's services. Thank you
Erel B4X founder Staff member Licensed User Longtime User Jun 26, 2014 #2 They provide a REST API. It shouldn't be too difficult to call this API with HttpUtils2. Upvote 0
JohnC Expert Licensed User Longtime User Dec 16, 2019 #3 I posted some REST code to send an SMS using Twilio: https://www.b4x.com/android/forum/threads/send-sms-mms-using-twilio-rest-api.108226/#content Upvote 0
I posted some REST code to send an SMS using Twilio: https://www.b4x.com/android/forum/threads/send-sms-mms-using-twilio-rest-api.108226/#content