# Twilio

{% embed url="<https://www.loom.com/share/617dfe8e3c374d9fbc5657a51ac95931>" %}
Twilio connection tutorial
{% endembed %}

#### What Twilio Is Used For

Connecting Twilio to your agency account enables SMS verification for loyalty card recovery. This is used when a customer tries to install a card that already has the status Installed.

In this situation, the system requests a verification code, which is sent to the customer via SMS through the Twilio account connected at the agency level. The customer enters this code in the card installation form to confirm ownership of the card. This allows the card to be restored or installed on another device.

If Twilio is not connected, the SMS verification code will not be requested or sent during the card installation process.

**It is important** to note that connecting Twilio does not enable SMS communication with sub-accounts or potential clients. Twilio is used only for sending verification codes during the card recovery process.

> **Boomerangme > Left-Hand Menu > Settings > White Label**

1. Follow the above-mentioned workflow to land on the White Label screen.
2. From the buttons displayed at the top-right corner, click Other Settings.

<figure><img src="/files/wcQChs5sz5ykPDIdcZTI" alt=""><figcaption><p>Other Settings</p></figcaption></figure>

3. Navigate to the Twilio tile and click the Connect Account button.

<figure><img src="/files/FekvI60JYS5mlRwnO7as" alt=""><figcaption><p>Connect Account</p></figcaption></figure>

4. This opens the Connecting a TwilioSMS Account popup. Here, enter your Twilio SID in the Twilio SID field.

<figure><img src="/files/gT114q0Jrzg7bhmagiNq" alt=""><figcaption><p>Twilio SID</p></figcaption></figure>

5. Enter the Twilio auth token in the Twilio Auth Token field.

<figure><img src="/files/Ux2hVexM8d6NQ4YtVbfu" alt=""><figcaption><p>Twilio Auth Token</p></figcaption></figure>

6. Use the Sender's Phone Number field to enter the sender's contact number.

<figure><img src="/files/5880LOIUqIVTTKp0a2VC" alt=""><figcaption><p>Sender's Phone Number</p></figcaption></figure>

7. Once the details are provided, click the Connect button.

<figure><img src="/files/UPmw7kW92J9twLoDabvc" alt=""><figcaption><p>Connect</p></figcaption></figure>


---

# 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.boomerangme.cards/white-label/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.
