Configuration
Twilio

Twilio Configuration

In order to enable sending SMS to mobile phones, you need to configure Twilio in the applications Crowdex and RentInvesto.

1. Get Credentials from Twilio

  1. Navigate to the Twilio Console (opens in a new tab) and login
  2. Open the Dashboard tab and find the Account SID and Auth Token values
  3. If there is no phone Number, expand Phone Numbers, then click Manage and Buy a number.
Twilio Config

2. Update environmental variables

  1. Set following environmental variables in the backend application:
TWILIO_ACCOUNT_SID=
TWILIO_AUTH_TOKEN=
TWILIO_PHONE_NUMBER=
  1. Restart backend application