# Hubspot: Contacts

## Description

* Each record represents a contact in Hubspot.

## Supported Data Sources

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

## Columns

| Type     | Name                                 | Description                                                                                                                                                                                                                                                                                                                    |
| -------- | ------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| INTEGER  | contact\_id                          | The ID of the contact.                                                                                                                                                                                                                                                                                                         |
| BOOLEAN  | is\_contact\_deleted                 | Boolean indicating whether a record has been deleted in Hubspot and/or inferred deleted in Hubspot by Fivetran; \_fivetran\_deleted and is\_deleted fields are equivalent.                                                                                                                                                     |
| STRING   | calculated\_merged\_vids             | List of mappings representing contact IDs that have been merged into the contact at hand. Format: \<merged\_contact\_id>:\<merged\_at\_in\_epoch\_time>;\<second\_merged\_contact\_id>:\<merged\_at\_in\_epoch\_time> This field has replaced the `CONTACT_MERGE_AUDIT` table, which was deprecated by the Hubspot v3 CRM API. |
| STRING   | email                                | The email address of the contact.                                                                                                                                                                                                                                                                                              |
| STRING   | contact\_company                     | The name of the contact's company                                                                                                                                                                                                                                                                                              |
| STRING   | first\_name                          | The contact's first name.                                                                                                                                                                                                                                                                                                      |
| STRING   | last\_name                           | The contact's last name.                                                                                                                                                                                                                                                                                                       |
| DATETIME | created\_date                        | The date that the contact was created in your HubSpot account.                                                                                                                                                                                                                                                                 |
| INTEGER  | job\_title                           | The contact's job title.                                                                                                                                                                                                                                                                                                       |
| INTEGER  | company\_annual\_revenue             | The contact's annual company revenue.                                                                                                                                                                                                                                                                                          |
| DATETIME | \_fivetran\_synced                   | Timestamp of when Fivetran synced a record.                                                                                                                                                                                                                                                                                    |
| INTEGER  | total\_bounces                       | The total number of bounce email events.                                                                                                                                                                                                                                                                                       |
| INTEGER  | total\_unique\_bounces               | The total number of unique email sends with a bounce email event.                                                                                                                                                                                                                                                              |
| INTEGER  | total\_clicks                        | The total number of click email events.                                                                                                                                                                                                                                                                                        |
| INTEGER  | total\_unique\_clicks                | The total number of unique email sends with a click email event.                                                                                                                                                                                                                                                               |
| INTEGER  | total\_deferrals                     | The total number of deferral email events.                                                                                                                                                                                                                                                                                     |
| INTEGER  | total\_unique\_deferrals             | The total number of unique email sends with a deferral email event.                                                                                                                                                                                                                                                            |
| INTEGER  | total\_deliveries                    | The total number of delivery email events.                                                                                                                                                                                                                                                                                     |
| INTEGER  | total\_unique\_deliveries            | The total number of unique email sends with a delivery email event.                                                                                                                                                                                                                                                            |
| INTEGER  | total\_drops                         | The total number of drop email events.                                                                                                                                                                                                                                                                                         |
| INTEGER  | total\_unique\_drops                 | The total number of unique email sends with a drop email event.                                                                                                                                                                                                                                                                |
| INTEGER  | total\_forwards                      | The total number of forward email events.                                                                                                                                                                                                                                                                                      |
| INTEGER  | total\_unique\_forwards              | The total number of unique email sends with a forward email event.                                                                                                                                                                                                                                                             |
| INTEGER  | total\_opens                         | The total number of open email events.                                                                                                                                                                                                                                                                                         |
| INTEGER  | total\_unique\_opens                 | The total number of unique email sends with a opens email event.                                                                                                                                                                                                                                                               |
| INTEGER  | total\_prints                        | The total number of print email events.                                                                                                                                                                                                                                                                                        |
| INTEGER  | total\_unique\_prints                | The total number of unique email sends with a print email event.                                                                                                                                                                                                                                                               |
| INTEGER  | total\_spam\_reports                 | The total number of spam report email events.                                                                                                                                                                                                                                                                                  |
| INTEGER  | total\_unique\_spam\_reports         | The total number of unique email sends with a spam report email event.                                                                                                                                                                                                                                                         |
| INTEGER  | total\_unsubscribes                  | The total number of unsubscribe email events.                                                                                                                                                                                                                                                                                  |
| INTEGER  | total\_unique\_unsubscribes          | The total number of unique email sends with a unsubscribe email event.                                                                                                                                                                                                                                                         |
| INTEGER  | count\_engagement\_notes             | The total number of related note engagements.                                                                                                                                                                                                                                                                                  |
| INTEGER  | count\_engagement\_tasks             | The total number of related task engagements.                                                                                                                                                                                                                                                                                  |
| INTEGER  | count\_engagement\_calls             | The total number of related call engagements.                                                                                                                                                                                                                                                                                  |
| INTEGER  | count\_engagement\_meetings          | The total number of related meeting engagements.                                                                                                                                                                                                                                                                               |
| INTEGER  | count\_engagement\_emails            | The total number of related email engagements.                                                                                                                                                                                                                                                                                 |
| INTEGER  | count\_engagement\_incoming\_emails  | The total number of related incoming email engagements.                                                                                                                                                                                                                                                                        |
| INTEGER  | count\_engagement\_forwarded\_emails | The total number of related forwarded email engagements.                                                                                                                                                                                                                                                                       |


---

# 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/hubspot-contacts.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.
