# Hubspot: Engagement Calls

## Description

* Each record represents a CALL engagement event.

## Supported Data Sources

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

## Columns

| Type     | Name                | Description                                                                             |
| -------- | ------------------- | --------------------------------------------------------------------------------------- |
| DATETIME | \_fivetran\_synced  | Timestamp of when Fivetran synced a record.                                             |
| INTEGER  | engagement\_id      | The ID of the engagement.                                                               |
| STRING   | engagement\_type    |                                                                                         |
| INTEGER  | team\_id            |                                                                                         |
| ARRAY    | contact\_ids        | List of contacts related to the engagement.                                             |
| ARRAY    | deal\_ids           | List of deals related to the engagement.                                                |
| ARRAY    | company\_ids        | List of companies related to the engagement.                                            |
| BOOLEAN  | is\_active          | Whether the engagement is currently being shown in the UI.                              |
| DATETIME | created\_timestamp  | A timestamp representing when the engagement was created.                               |
| DATETIME | occurred\_timestamp | A timestamp in representing the time that the engagement should appear in the timeline. |
| INTEGER  | owner\_id           | The ID of the engagement's owner.                                                       |


---

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