> ## Documentation Index
> Fetch the complete documentation index at: https://docs.boostgpt.co/llms.txt
> Use this file to discover all available pages before exploring further.

# Twilio

> SMS and voice calls. Notifications, not marketing pages.

SMS and voice calls. Notifications, not marketing pages.

## Connecting

In the dashboard, open **Connectors**, find Twilio and press **Connect**. The key you enter is checked against Twilio before anything is saved, so a key that is refused never becomes a connection that fails later.

### What you will need

| Field       | What it is              |
| ----------- | ----------------------- |
| Account SID | Your Twilio Account SID |
| Auth Token  | Your Twilio Auth Token  |

### Getting the credential

1. Sign up at [Twilio Console](https://console.twilio.com)
2. Go to **Account Dashboard**
3. Copy your **Account SID** and **Auth Token**
4. Purchase a phone number from **Phone Numbers** section
5. Use credentials to configure this connector

## What an agent can do with it

| Tool                | What it does                        |
| ------------------- | ----------------------------------- |
| `send_sms`          | Send an SMS message                 |
| `make_call`         | Make a voice call                   |
| `get_messages`      | Retrieve sent and received messages |
| `get_message`       | Get details of a specific message   |
| `get_calls`         | Retrieve call logs                  |
| `get_call`          | Get details of a specific call      |
| `update_call`       | Update a call in progress           |
| `get_phone_numbers` | List phone numbers in your account  |
| `get_account_info`  | Get account information and balance |
| `get_usage_records` | Get usage and billing information   |

## Useful resources

* [Twilio documentation](https://www.twilio.com/docs/iam/api/account)
