# Twilio SMS

## What is Twilio?

[Twilio ](https://www.twilio.com/en-us)is a communication platform that enables you to send text messages (SMS) from Directual. To get started, you'll need to create a Twilio account, purchase a phone number, and add funds to your account.

Once your Twilio account is set up, go to your Twilio Console Dashboard and find: ACCOUNT SID, AUTH TOKEN and the Friendly name of the number which you bought.

## Sending SMS from Directual through Twilio

In Directual, go to the **Integrations tab** → **Other systems** and click **+New integration. Choose** Integration type — **Twilio**. Next, fill in the form in the popup window (insert the parameters from your Twilio Console Dashboard):

![](/files/-MQkI48TcIsl79mVcPPR)

Finally, you can send SMS from Directual scenarios, using SMS step. Remember, that you can use the [Templating system](https://www.directual.com/academy/template-system) here.

![](/files/-MQkHkudyHE-Pzq4f9S5)

## Data structure

There is a system data structure with all the information about SMS sent: `Root/Integrations/SMS/SMS sent (SmsLog)`


---

# 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://readme.directual.com/api-integrations/other-integrations/twilio-sms.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.
