Settings
Environment configuration and integration status.
Outbound dialing is disabled
Twilio credentials are not configured. Add your Account SID, Auth Token, and Phone Number to enable dialing.
?
TWILIO_ACCOUNT_SID
Account SID from Twilio Console
not checked
unknown
?
TWILIO_AUTH_TOKEN
Auth Token from Twilio Console
not checked
unknown
?
TWILIO_PHONE_NUMBER
E.164 format (e.g. +12025551234)
not checked
unknown
How to set up Twilio
- Create a Twilio account (free trial available)
- Copy your Account SID and Auth Token from the Twilio Console
- Buy or provision a Twilio phone number for outbound calling
- Add the following to your
.env file:
TWILIO_ACCOUNT_SID=ACxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
TWILIO_AUTH_TOKEN=your_auth_token_here
TWILIO_PHONE_NUMBER=+12025551234
- Restart the server — the dialer will start automatically when all three variables are valid
Validate with script
Run node scripts/check-env.js to verify your configuration locally.
Click the button to run the validation script.