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
- Navigate to the Twilio Console (opens in a new tab) and login
- Open the
Dashboardtab and find theAccount SIDandAuth Tokenvalues - If there is no phone Number, expand
Phone Numbers, then clickManageandBuy a number.

2. Update environmental variables
- Set following environmental variables in the backend application:
TWILIO_ACCOUNT_SID=
TWILIO_AUTH_TOKEN=
TWILIO_PHONE_NUMBER=- Restart backend application