# Hubspot: Email Event Bounce

## Description

* Each record represents a BOUNCE 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   | bounce\_category          | The best-guess of the type of bounce encountered. If an appropriate category couldn't be determined, this property is omitted. See below for the possible values. Note that this is a derived value, and may be modified at any time to improve the accuracy of classification. |
| STRING   | event\_id                 | The ID of the event.                                                                                                                                                                                                                                                            |
| STRING   | returned\_response        | The full response from the recipient's email server.                                                                                                                                                                                                                            |
| INTEGER  | returned\_status          | The status code returned from the recipient's email server.                                                                                                                                                                                                                     |
| 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-bounce.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.
