# WhatsApp (through Twilio)

**Integration type**: `Write`

Ylem supports sending WhatsApp messages, notifications, and alerts to the phone numbers of members of your organization. You need to create your own Twilio account first.

**Data for the connection:**

<figure><img src="/files/1GzfaaLDcBy3rhvtAYUl" alt=""><figcaption></figcaption></figure>

### On-Premise/Open-Source Configuration

If you use on-premise or open-source editions of Ylem, to be able to use this task, you need to create your own [Twilio](https://www.twilio.com/) account and configure the following parameters:

```bash
YLEM_INTEGRATIONS_TWILIO_ACCOUNT_SID=
YLEM_INTEGRATIONS_TWILIO_AUTH_TOKEN=
YLEM_INTEGRATIONS_TWILIO_NUMBER_FROM=
```

The following variables need to be placed in the root folder file `./.env`.common

Read more about setting up Twilio auth token and account sid [here](https://www.twilio.com/en-us/messaging/programmable-messaging-api).

Accounts and API tokens can be viewed in the Twilio dashboard here: <https://console.twilio.com/us1/account/keys-credentials/api-keys>


---

# 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://docs.ylem.co/integrations/library-of-integrations/whatsapp-through-twilio.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.
