# Twilio: Number Overview

## Description

* This model has aggregate messaging information for each phone number level, such as total messages, total inbound messages, total messages by status, and total spend.

## Supported Data Sources

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

## Columns

| Type    | Name                         | Description                                                 |
| ------- | ---------------------------- | ----------------------------------------------------------- |
| STRING  | phone\_number                | The phone number that you have had used messaging with.     |
| INTEGER | total\_outbound\_messages    | Total number of outbound messages for this phone number.    |
| INTEGER | total\_inbound\_messages     | Total number of inbound messages for this phone number.     |
| INTEGER | total\_accepted\_messages    | Total number of accepted messages for this phone number.    |
| INTEGER | total\_scheduled\_messages   | Total number of scheduled messages for this phone number.   |
| INTEGER | total\_canceled\_messages    | Total number of canceled messages for this phone number.    |
| INTEGER | total\_queued\_messages      | Total number of queued messages for this phone number.      |
| INTEGER | total\_sending\_messages     | Total number of sending messages for this phone number.     |
| INTEGER | total\_sent\_messages        | Total number of sent messages for this phone number.        |
| INTEGER | total\_failed\_messages      | Total number of failed messages for this phone number.      |
| INTEGER | total\_delivered\_messages   | Total number of delivered messages for this phone number.   |
| INTEGER | total\_undelivered\_messages | Total number of undelivered messages for this phone number. |
| INTEGER | total\_receiving\_messages   | Total number of receiving messages for this phone number.   |
| INTEGER | total\_received\_messages    | Total number of received messages for this phone number.    |
| INTEGER | total\_read\_messages        | Total number of read messages for this phone number.        |
| INTEGER | total\_messages              | Total number of messages for this phone number.             |
| DECIMAL | total\_spend                 | Total cost or price associated with this phone number.      |


---

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