> For the complete documentation index, see [llms.txt](https://imbrace.gitbook.io/imbrace-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://imbrace.gitbook.io/imbrace-documentation/integrations/twilio.md).

# 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.
