# Create A Twilio Account(Sandbox):

TextSMS4Dynamics leverages Twilio's SMS API to enable seamless communication within the Microsoft Dynamics 365 environment. By integrating Twilio's API, TextSMS4Dynamics allows users to send and receive messages directly from their Dynamics 365 interface.

**Let’s take a look at how to get started with Twilio:**

* Sign up on <https://www.twilio.com/try-twilio>.

<figure><img src="/files/Ic3tlSOEN71pcvq2Hc6m" alt=""><figcaption></figcaption></figure>

* Add your **First Name, Second Name, Email Address, and Password.**
* You will then be sent a verification email.

<figure><img src="/files/sQ5wVGpU3WIe697uxPFX" alt=""><figcaption></figcaption></figure>

* Once verified, you need to add your phone number to setup your Twilio account and validate the same.

<figure><img src="/files/knGnIDE3WTTz9VDdDtj8" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
**Note:** During signup, the phone number provided is only for setup and verification. This number need not be similar to your SMS Account number / Sender Number that you will use to communicate with your clients, and is only for setup.
{% endhint %}

After the Twilio Verification Process is completed, then you need to mention which product you would like to access with the help of Twilio.

<figure><img src="/files/8xhRJxwcBZceXMZ4RQMQ" alt=""><figcaption></figcaption></figure>

* Add “**SMS**”, when asked which Twilio product are you here to use.
* We have added “**Lead Conversion**”, when asked what do you plan to build with Twilio. You may choose any other segment as your business preference.

<figure><img src="/files/klfKU34AvyYh45awBJdx" alt=""><figcaption></figcaption></figure>

* Select, **“With no code at all”**
* And in the last section, select **“Build something myself”**
* And click **“Get started with Twilio”**

**Once registered, you'll have access to your Twilio dashboard.**

<figure><img src="/files/dOuiAeXQ6Aj93xB3Nfok" alt=""><figcaption></figcaption></figure>

**Get your Twilio Account SID"** and **"Auth Token:** In the Twilio dashboard, go to **"Account Info"** and take note of the **"Account SID"** and **"Auth Token."**

<figure><img src="/files/da1KhnrX8YpMA7JTLwdd" alt=""><figcaption></figcaption></figure>

* **Install and configure the integration:** Follow the instructions provided by the integration solution to set up the connection with Twilio's API. This typically involves entering your Twilio Account SID and Auth Token, which will allow the CRM to communicate with the Twilio platform.

<figure><img src="/files/JISQsT1ZOZo7zyyK2GHy" alt=""><figcaption></figcaption></figure>

In Twilio Configuration Details

* The Account SID.
* Auth Token (Once the user adds this in normal text, it will be automatically encrypted.)

<figure><img src="/files/aOpysqqS8juIKzT9DXjA" alt=""><figcaption></figcaption></figure>

{% hint style="success" %}
For further queries, reach out to us at <crm@inogic.com>
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.inogic.com/textsms4dynamics/configuration/create-a-twilio-account-sandbox.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
