# Twilio

## Usage <a href="#usage" id="usage"></a>

With Twilio integration, Netography can provide real-time notifications about network anomalies, security breaches, or changes in network behavior directly to the responsible team members' mobile devices. This immediate communication ensures that critical information is relayed promptly, enabling quicker responses to potential threats or system issues.

## Prerequisites <a href="#prerequisites" id="prerequisites"></a>

Before configuring the Twilio notification response type integration in Netography, you will need to have your Twilio Service SID, Account SID, and Auth token values. For more details to find this information, consult the [Twilio Console](https://support.twilio.com/hc/en-us/articles/14726256820123-What-is-a-Twilio-Account-SID-and-where-can-I-find-it-) documentation.

## Netography Portal Steps <a href="#netography-portal-steps" id="netography-portal-steps"></a>

In **Settings > Response Integrations**, click **Add Integration**. Select **Twilio**\`

![](/files/Jyl3QPSwoydILHKwXn7u)

#### &#x20;<a href="#section" id="section"></a>

## Configuration <a href="#configuration" id="configuration"></a>

The following fields are specific to the Twilio integration.

| Field         | Required | Description                  | Example           |
| ------------- | -------- | ---------------------------- | ----------------- |
| `From`        | yes      | Phone number to deliver from | +1 (410) 705-4161 |
| `Service SID` |          | Twilio Service SID           |                   |
| `To`          |          | Phone number to deliver to   |                   |

## Authentication <a href="#authentication" id="authentication"></a>

The following fields are necessary for the integration to authenticate with Twilio.

| Field         | Required | Description            |
| ------------- | -------- | ---------------------- |
| `Account SID` | yes      | The Twilio Account SID |
| `Auth Token`  | yes      | The Twilio Auth Token  |

![](/files/DbZdXvp026zZ7UNJRkeb)


---

# 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.fusion.vectra.ai/automate-responses/configuring-response-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.
