# 1. How to create a Twilio Account

#### **✅ Twilio Account Setup Guide (if you already have an account, skip to step 3)**

#### **1. Sign Up for Twilio**

* Go to <https://www.twilio.com/>
* Click on **“Sign up”**.
* Fill in your name, email address, and create a password.
* Confirm your email via the verification link sent to your inbox.

#### **2. Verify Your Phone Number**

* After logging in, Twilio will prompt you to verify your phone number.
* Enter a valid number and input the OTP received.

#### **3. Create an Account**

* You'll be asked to select the type of project you want to build (e.g., SMS, Voice, etc.).
* Select **“Twilio”** option.
* And then you have to fill up the account details and twilio plan and product needed for your project.

<figure><img src="https://1960956946-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F4WQrpYkHnlrBzJYVTuo2%2Fuploads%2FRlTAIuD0NrOD4CsKcQwq%2Fimage.png?alt=media&#x26;token=a3fd3119-784a-427f-8add-c3bd30a0c509" alt=""><figcaption></figcaption></figure>

<figure><img src="https://1960956946-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F4WQrpYkHnlrBzJYVTuo2%2Fuploads%2FNeVvtGYJlvpSxCnY1yy3%2Fimage.png?alt=media&#x26;token=5dadabdd-4536-4d6b-9207-e181136a04ee" alt=""><figcaption></figcaption></figure>

<figure><img src="https://1960956946-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F4WQrpYkHnlrBzJYVTuo2%2Fuploads%2FRFRIv7f4XoWkiZsFQxwd%2Fimage.png?alt=media&#x26;token=fe30c56d-4930-4791-80b0-14e692488076" alt=""><figcaption></figcaption></figure>

<figure><img src="https://1960956946-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F4WQrpYkHnlrBzJYVTuo2%2Fuploads%2F2858LxgUTtSjeFhfjruB%2Fimage.png?alt=media&#x26;token=2194ecf9-d547-481c-a3f4-4e627cc831df" alt=""><figcaption></figcaption></figure>

**4. Get a Free Twilio Number**

* Twilio gives you a free trial balance and a test number.
* Click on **“Get phone number”**.
* Note down the number for sending/receiving SMS.

<figure><img src="https://1960956946-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F4WQrpYkHnlrBzJYVTuo2%2Fuploads%2FQN9GfJgMilxfWQHmvfhG%2Fimage.png?alt=media&#x26;token=8627f0e3-badb-4aa2-8561-449f63b674e3" alt=""><figcaption></figcaption></figure>

**5. Get Account SID and Auth Token**

* Go to your **Twilio Account Dashboard**: <https://console.twilio.com/>
* Under Account **Info**, you’ll see:
  * **Account SID** – your unique project identifier.
  * **Auth Token** – your API secret key (click the eye icon to reveal it).

<figure><img src="https://1960956946-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F4WQrpYkHnlrBzJYVTuo2%2Fuploads%2FXcJR2jMhzG0wQTzGTeOJ%2Fimage.png?alt=media&#x26;token=775f3d38-8a61-4908-bf3c-7c38f6bdecac" alt=""><figcaption></figcaption></figure>

***

🛡️ Notes:

* You can test sending SMS to verified numbers during the free trial.
* To send to unverified numbers (For Production), **upgrade your account** by adding billing information.

After all these steps are completed, you have all the Twilio credentials to add it to the Concord CRM settings.
