A_Matar
A_Matar

Reputation: 2320

Parse and Twilio

I want to use Twilio's SMS and Recorded Voice services, which allow users to send USSD code to update certain object fields on their entry in parse.com 's database. Also other users should be able to send different USSD code to retrieve very basic information using cloud code. I would like to implement this in two ways: - send USSD code and receive info (written) directly - Recorded Sound System that helps the user get what he/she needs, similar to the voice service provided by communication companies.

The problem is that I don't know what are the technical names of the specific services/REST APIs I need to get this done. After some research I came across IVR and USSD, are these what I need to explore more?

Upvotes: 2

Views: 136

Answers (1)

philnash
philnash

Reputation: 73027

Twilio developer evangelist here.

To get started with Twilio on Parse you should check out the Parse documentation and these getting started blog posts:

If you want to look further into responding to SMS messages, take a look at:

If you're looking into building an IVR, take a look at:

I hope this helps. Let me know if there's anything else I can help with.

Upvotes: 1

Related Questions