> This is a page from the ElevenLabs documentation. For a complete page index, fetch https://elevenlabs.io/docs/llms.txt. For the full documentation in a single file, fetch https://elevenlabs.io/docs/llms-full.txt.

# Twilio API

## Overview

Connect your ElevenLabs AI agents with Twilio to send SMS and MMS messages, and look up message and call history. This integration enables your agents to communicate with customers via text during or after a conversation, and retrieve previous interaction records for context.

## Setup

This integration uses your **Twilio Account SID** and **Auth Token** for authentication.

Go to [twilio.com/console](https://www.twilio.com/console) and log in to your account.

On the dashboard, find the **Account Info** section. Copy your **Account SID** (starts with `AC`) and **Auth Token** (click the eye icon to reveal it).

In the ElevenLabs integration setup, paste your **Account SID** and **Auth Token** in the corresponding fields.

## Useful links

* [Twilio REST API documentation](https://www.twilio.com/docs/usage/api)
* [Twilio Console](https://www.twilio.com/console)