android - Parse and Twilio -
i want use twilio
's sms
, recorded voice services, allow users send ussd code update object fields on entry in parse.com
's database. other users should able send different ussd
code retrieve basic information using cloud code. implement in 2 ways: - send ussd
code , receive info (written) directly - recorded sound system helps user he/she needs, similar voice service provided communication companies.
the problem don't know technical names of specific services/rest apis
need done. after research came across ivr
, ussd
, these need explore more?
twilio developer evangelist here.
to started twilio on parse should check out parse documentation , these getting started blog posts:
if want further responding sms messages, take at:
- this explanation of how twilio inbound message requests work
- this introduction of twilio node.js helper
if you're looking building ivr, take at:
- this ivr building walkthrough (it's written ruby on rails, theory same)
- this node.js tutorial on building survey voice
i hope helps. let me know if there's else can with.
Comments
Post a Comment