> For the complete documentation index, see [llms.txt](https://readme.directual.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://readme.directual.com/api-integrations/other-integrations/twilio-sms.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://readme.directual.com/api-integrations/other-integrations/twilio-sms.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
