Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 865 Bytes

10-configure-twilio.md

File metadata and controls

27 lines (14 loc) · 865 Bytes

Twilio

Twilio is the SMS provider: http://twilio.com/

Once you created your account:

  1. You need to get your API credentials, you'll find them at https://www.twilio.com/console/project/settings

Screenshot

  1. You need to reserve one phone number which will send and receive messages.
  1. If you wish to accelerate the number of voice calls sent per second, you need to ask your account manager for more "Twilio Voice API CPS". By default, RedCall send 5 calls per second.

Project configuration

  • Set TWILIO_ACCOUNT_SID with your Twilio account SID

  • Set TWILIO_AUTH_TOKEN with your api token

Go back