5 ms·
The Twilio api is so simple that this "integration" does not bring much except exposure for Twilio and $20 of Twilio credit for appengine users. We have been us
by zabar 13y ago
The Twilio api is so simple that this "integration" does not bring much except exposure for Twilio and $20 of Twilio credit for appengine users. We have been using Twilio to send SMS from our appengine app for months now without any issue. In any case a good news.
- RobSpectre 13y agoKiller Zabar - what have you been using it for?
- zabar 13y agoThe app is both on the web and on mobile (iOS and Android app). When you use it on the web, we advertise the mobile version, with the option for the user to give his phone number to receive an SMS on his phone with the install link. It serves as a reminder and ease the experience of finding us on the app store with a way better conversion rate than an email.
- RobSpectre 13y agoSlick - love that use case. Totally one we didn't expect, by the way, but has ended up being super effective. Super easy to implement and test on GAE too with the Tasks API. The testbed makes an async implementation with full coverage half an hour of work. Big fan of the supplementary services Google provides here.