# Twilio

[Twilio](https://www.twilio.com/) is a cloud communications platform as a service company. Twilio allows software developers to programmatically make and receive phone calls, send and receive text messages, and perform other communication functions using its web service APIs.

## Account integration using API key

To begin, you will need:

* A [Twilio](https://twilio.com/) account.

**STEP 1:** Open your Twilio project [dashboard](https://www.twilio.com/console).

**STEP 2:** Copy both the displayed **Account SID** and **Auth Token**.

![](/files/3Zfnz7EVc2pbqs01Iqss)

**STEP 3**: In iMBrace, select **Credential** and click the **\[ADD NEW]** button.

![](/files/CtvjXkdevjh38EHhtNtA)

**STEP 4:** Select **Twilio API** in the **Integrations** section.

<figure><img src="/files/Du9iOQrLnR2jSshLhVsS" alt=""><figcaption></figcaption></figure>

**STEP 5:** Paste the **Account SID** and **Auth Token**.

![](/files/kg41qtkyquvFDteSsjp7)

**STEP 6:** In Twilio, click the **\[Account]** on the top-right corner and select the **\[API keys & tokens]** from the drop-down list.

![](/files/iwJZwmI1zv5qPcVpz9f4)

**STEP 7:** Verify for the access if you haven’t done so.

![](/files/EFwa6IcnEzayteq386Ki)

**STEP 8:** Click on the **\[Create API key]** button.

![](/files/Q1EvR3hPDHH96H3l468P)

**STEP 9:** Enter a name in the **Friendly Name** field (In this case, iMBrace).

![](/files/haI8qlng2DkYzBt0pCtX)

**STEP 10:** Click on the **\[Create API Key]** button.

![](/files/fNticNMpZtNttPukXhFq)

**STEP 11:** Copy both the displayed **SID** and **Secret**.

![](/files/p7k3DeND1HKv6jcoOEEw)

**STEP 12:** In iMBrace, paste the **SID** and **Secret** in the ***API Key SID*** field and ***API Key Secret*** field accordingly.

![](/files/gL1sDsdcF7vdoY4hiq7S)

**STEP 13:** Click on the **\[CREATE]** button.

**DONE:** The credential can then be used for Twilio nodes.


---

# 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://imbrace.gitbook.io/imbrace-documentation/integrations/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.
