Set up credentials
Open the Twilio Console
Sign in to the Twilio Console.
Copy your Account SID and Auth Token
On the Console dashboard, find the Account Info panel. Copy the
Account SID (it starts with
AC) and the Auth Token (click Show
to reveal it, then copy).The Auth Token is sensitive and grants full access to your account. Keep it
private and rotate it from the Console if it is ever exposed.
Connect to Adapt
Add your credentials
Enter the values you gathered above, then click Add connection:
You can rename the connection and choose whether it is shared with your
organization or kept personal to you.
| Secret Name | Value |
|---|---|
TWILIO_ACCOUNT_SID | Your Account SID |
TWILIO_AUTH_TOKEN | Your Auth Token |
TWILIO_PHONE_NUMBER | Your Twilio phone number (optional) |
Security
- Credentials are encrypted at rest with AES-256
- The Auth Token acts as your account password; rotate it from the Console if exposed
- Consider using a subaccount to limit the scope of access
- Never share your Account SID or Auth Token or commit them to source control