# Twilio: Account Overview

## Description

* This model provides aggregate information per each account regarding the Twilio Messages resource.

## Supported Data Sources

* <img src="https://fivetran.com/integrations/twilio/resources/twilio.svg" alt="" data-size="line"> Twilio

## Columns

| Type    | Name                         | Description                                                            |
| ------- | ---------------------------- | ---------------------------------------------------------------------- |
| STRING  | account\_id                  | The unique identifier for account.                                     |
| STRING  | account\_name                | Friendly name associated with the account.                             |
| STRING  | account\_status              | The status or state of the account.                                    |
| STRING  | account\_type                | The type or category of the account.                                   |
| DATE    | date\_day                    | The day of the message activity.                                       |
| DATE    | date\_week                   | The week of the message activity.                                      |
| DATE    | date\_month                  | The month of the message activity.                                     |
| STRING  | price\_unit                  | The currency unit in which the `price` is measured.                    |
| INTEGER | total\_outbound\_messages    | Total number of outbound messages for this account.                    |
| INTEGER | total\_inbound\_messages     | Total number of inbound messages for this account.                     |
| INTEGER | total\_accepted\_messages    | Total number of accepted messages for this account.                    |
| INTEGER | total\_scheduled\_messages   | Total number of scheduled messages for this account.                   |
| INTEGER | total\_canceled\_messages    | Total number of canceled messages for this account.                    |
| INTEGER | total\_queued\_messages      | Total number of queued messages for this account.                      |
| INTEGER | total\_sending\_messages     | Total number of sending messages for this account.                     |
| INTEGER | total\_sent\_messages        | Total number of sent messages for this account.                        |
| INTEGER | total\_failed\_messages      | Total number of failed messages for this account.                      |
| INTEGER | total\_delivered\_messages   | Total number of delivered messages for this account.                   |
| INTEGER | total\_undelivered\_messages | Total number of undelivered messages for this account.                 |
| INTEGER | total\_receiving\_messages   | Total number of receiving messages for this account.                   |
| INTEGER | total\_received\_messages    | Total number of received messages for this account.                    |
| INTEGER | total\_read\_messages        | Total number of read messages for this account.                        |
| INTEGER | total\_messages              | Total number of messages for this account.                             |
| INTEGER | total\_messages\_spend       | Total cost or price associated with this account.                      |
| INTEGER | total\_account\_spend        | The total cost or price incurred by account across all resources used. |


---

# 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://endash-guidance-docs.gitbook.io/cigro-data-templates/data-model-templates/twilio-account-overview.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.
