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
Dashboard
tab and find theAccount SID
andAuth Token
values - If there is no phone Number, expand
Phone Numbers
, then clickManage
andBuy 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