Using twilio to send sms with cloud code

6

Click here to load reader

Transcript of Using twilio to send sms with cloud code

Page 1: Using twilio to send sms with cloud code

back4app.comUsing Twilio to send SMS with Cloud

Code

Page 2: Using twilio to send sms with cloud code

Step 1: Create Twilio Account

• Go to https://www.twilio.com and create a Account.

• If the thing goes well, there are a simple tutorial to let you send SMS to your phone.

• After that you will receive your first Phone Number for your Twilio Account.

• You can read the original publication on:• http://docs.back4app.com/docs/integrations/using-twilio-to-send-sms-with-

cloud-code/

Page 3: Using twilio to send sms with cloud code

Step 1: Create Twilio Account

• If you can not find your phone number, go to # phone Number (you may use it at the cloud code when testing.)

Page 4: Using twilio to send sms with cloud code

Step 2: Get Account SID and Auth Token

• Go to Home -> Dashboard

• Copy your SID and Auth Token for Cloud Code.

Page 5: Using twilio to send sms with cloud code

Step 3: Implement Cloud Code

Page 6: Using twilio to send sms with cloud code

Step 4: Test