> For the complete documentation index, see [llms.txt](https://docs.1millionbot.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.1millionbot.com/es/chatbot/channels/whatsapp-twilio.md).

# WhatsApp Twilio

## Configuración

Para configurar la integración de tu asistente en WhatsApp a través del proveedor Twilio, necesitarás lo siguiente:

* Una cuenta de Twilio.
* Comprar un número de teléfono en Twilio verificado por WhatsApp.

### Crear una cuenta

1. Accede a la [consola para desarrolladores de Twilio](https://console.twilio.com/).
2. En la sección principal de inicio, copia las siguientes claves 'Account SID' y 'Auth Token'.\
   ![](/files/kuBEwvlPTY0zzTIb2rEl)
3. Accede a la sección del menú **Messaging** > **Senders** > **WhatsApp Senders**.&#x20;
4. Haz clic en el número de teléfono de la lista que hayas comprado para el asistente. Si no has comprado uno previamente, haz clic en 'New WhatsApp Sender' y sigue las instrucciones de verificación.&#x20;
5. Selecciona 'Use a Webhook' e introduce la URL que encontrarás en las opciones de integración en 'Webhook URL for incoming messages'.\
   ![](/files/Ix8RO2IMlt2A2iEZzeix)

### Activar integración

* En el módulo de integración de WhatsApp introduce todos los datos que copiaste anteriormente.\
  ![](/files/a5Mz9Wz27K1ikL51wniJ)
* Guarda la configuración.
* ¡Listo!:tada: Realiza pruebas para verificar el funcionamiento de tu asistente en WhatsApp.&#x20;

## Limitaciones

* Los mensajes pueden tener un máximo de 1500 caracteres.


---

# 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://docs.1millionbot.com/es/chatbot/channels/whatsapp-twilio.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.
