You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/integrations/sources/hubspot.md
+3-2
Original file line number
Diff line number
Diff line change
@@ -90,7 +90,7 @@ The HubSpot source connector supports the following streams:
90
90
Objects in the `engagements` stream can have one of the following types: `note`, `email`, `task`, `meeting`, `call`. Depending on the type of engagement, different properties is set for that object in the `engagements_metadata` table in the destination:
91
91
92
92
- A `call` engagement has a corresponding `engagements_metadata` object with non-null values in the `toNumber`, `fromNumber`, `status`, `externalId`, `durationMilliseconds`, `externalAccountId`, `recordingUrl`, `body`, and `disposition` columns.
93
-
- An `email` engagement has a corresponding `engagements_metadata` object with with non-null values in the `subject`, `html`, and `text` columns. In addition, there will be records in four related tables, `engagements_metadata_from`, `engagements_metadata_to`, `engagements_metadata_cc`, `engagements_metadata_bcc`.
93
+
- An `email` engagement has a corresponding `engagements_metadata` object with non-null values in the `subject`, `html`, and `text` columns. In addition, there will be records in four related tables, `engagements_metadata_from`, `engagements_metadata_to`, `engagements_metadata_cc`, `engagements_metadata_bcc`.
94
94
- A `meeting` engagement has a corresponding `engagements_metadata` object with non-null values in the `body`, `startTime`, `endTime`, and `title` columns.
95
95
- A `note` engagement has a corresponding `engagements_metadata` object with non-null values in the `body` column.
96
96
- A `task` engagement has a corresponding `engagements_metadata` object with non-null values in the `body`, `status`, and `forObjectType` columns.
@@ -129,7 +129,8 @@ Now that you have set up the Mailchimp source connector, check out the following
| 0.1.71 | 2022-06-24 |[14102](https://github.com/airbytehq/airbyte/pull/14102)| Removed legacy `AirbyteSentry` dependency from the code |
133
134
| 0.1.70 | 2022-06-16 |[13837](https://github.com/airbytehq/airbyte/pull/13837)| Fix the missing data in CRM streams issue |
134
135
| 0.1.69 | 2022-06-10 |[13691](https://github.com/airbytehq/airbyte/pull/13691)| Fix the `URI Too Long` issue |
135
136
| 0.1.68 | 2022-06-08 |[13596](https://github.com/airbytehq/airbyte/pull/13596)| Fix for the `property_history` which did not emit records |
0 commit comments