# Hubspot: Email Event Delivered

## Description

* Each record represents a DELIVERED email 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.                                                                                                                                |
| STRING   | event\_id                 | The ID of the event.                                                                                                                                                       |
| STRING   | returned\_response        | The full response from the recipient's email server.                                                                                                                       |
| STRING   | smtp\_id                  | An ID attached to the message by HubSpot.                                                                                                                                  |
| DATETIME | created\_timestamp        | The created timestamp of the event.                                                                                                                                        |
| INTEGER  | email\_campaign\_id       | The ID of the related email campaign.                                                                                                                                      |
| STRING   | recipient\_email\_address | The email address of the contact related to the event.                                                                                                                     |
| DATETIME | email\_send\_timestamp    | The timestamp of the SENT event related to this event.                                                                                                                     |
| STRING   | email\_send\_id           | The event ID which uniquely identifies the email message's SENT event. If not applicable, this property is omitted.                                                        |
| INTEGER  | contact\_id               | The ID of the related 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. |


---

# 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-email-event-delivered.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.
