Skip to content

Play with multiple Twilio Communication APIs for SMS, voice and video calls and etc

License

Notifications You must be signed in to change notification settings

jizh6311/twilio-communication-app

Repository files navigation

twilio-communication-app

Play with multiple Twilio Communication APIs for SMS, voice and video calls and etc

Local setup

  1. Sign up a free-trial account at https://www.twilio.com/try-twilio and add a phone number
  2. Add your credentials and trial numbers to local-credentials.json
{
  "accountSid": <accountSid>,
  "authToken": <authToken>,
  "fromNumber": <twilio-number>
}
  1. Run yarn start to start the services. Remember you have limited usage that can be checked on your dashboard.

API Document

  1. Use POST /communication/voice to send voice call to your phone.
  2. Use POST /communication/message with payload { message: <message> } to send message to your phone.

About

Play with multiple Twilio Communication APIs for SMS, voice and video calls and etc

Resources

License

Stars

Watchers

Forks

Packages

No packages published