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 — Outbound Dialer

?
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

  1. Create a Twilio account (free trial available)
  2. Copy your Account SID and Auth Token from the Twilio Console
  3. Buy or provision a Twilio phone number for outbound calling
  4. Add the following to your .env file:
TWILIO_ACCOUNT_SID=ACxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx TWILIO_AUTH_TOKEN=your_auth_token_here TWILIO_PHONE_NUMBER=+12025551234
  1. 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.