--- title: "Twilio" --- Go to [Twilio](https://www.twilio.com/try-twilio) and create a new account. Click on 'Get a Twilio phone number' to obtain a phone number for your account. Copy the Account SID and add it to your `.env` file under the field: ``` TWILIO_SID ``` Copy the Auth Token and add it to your `.env` file under the field: ``` TWILIO_TOKEN ``` Copy your Twilio phone number and add it to your `.env` file under the field: ``` TWILIO_PHONE_NUMBER ``` Add your own sender ID to the `.env` file under the field: ``` NEXT_PUBLIC_SENDER_ID ``` (The fallback is set to "Cal" if not specified.) Navigate to **Develop** -> **Messaging** -> **Services**, then create a new messaging service. Choose a name for the messaging service. This can be anything you like. Click 'Add Senders' and select 'Phone number' as the sender type. Add the listed phone number to the messaging service. Leave all other fields as they are, then complete the setup by clicking ‘View my new Messaging Service’. Copy the Messaging Service SID and add it to your `.env` file under the field: ``` TWILIO_MESSAGING_SID ``` Go to the Twilio dashboard, create a new Verify Service, and name it as you wish. Copy the Verify Service SID and add it to your `.env` file under the field: ``` TWILIO_VERIFY_SID ``` This app is **required** for Workflows