# HubSpot Pulled Objects List

## Marketing Emails

Each Marketing Email object is an email sent to a recipient (email address), that identifies an user in HockeyStack. The object identification is `email_campaign_id.`&#x20;

| HockeyStack Field               | HubSpot Field               |
| ------------------------------- | --------------------------- |
| event\_id                       | id                          |
| identity                        | recipient                   |
| email\_campaign\_id             | campaign.id                 |
| email\_campaign\_name           | campaign.name               |
| email\_subject                  | campaign.subject            |
| email\_type                     | campaign.type               |
| email\_campaign\_internal\_name | marketingEmail.campaignName |

## Form Submissions

Every Form Submission generates an action called "HubSpot Form Filled" in HockeyStack. An object is also created, identified by `hubspot__form_conversion_id`.

| HockeyStack Field                         | HubSpot Field                                                  |
| ----------------------------------------- | -------------------------------------------------------------- |
| hubspot\_\_form\_name\_\_custom           | form.name                                                      |
| hubspot\_\_form\_id\_\_custom             | form.guid                                                      |
| hubspot\_\_form\_page\_url\_\_custom      | form.pageUrl                                                   |
| hubspot\_\_form\_conversion\_id\_\_custom | form.conversionId                                              |
| hubspot\_\_form\_submitted\_at\_\_custom  | submitted                                                      |
| hubspot\_\_{field name}\_\_custom         | The value of the {field name} submitted in the form submission |
