diff --git a/airbyte-integrations/connectors/source-hubspot/Dockerfile b/airbyte-integrations/connectors/source-hubspot/Dockerfile index ac381183e8335..3342eda194e50 100644 --- a/airbyte-integrations/connectors/source-hubspot/Dockerfile +++ b/airbyte-integrations/connectors/source-hubspot/Dockerfile @@ -34,5 +34,5 @@ COPY source_hubspot ./source_hubspot ENV AIRBYTE_ENTRYPOINT "python /airbyte/integration_code/main.py" ENTRYPOINT ["python", "/airbyte/integration_code/main.py"] -LABEL io.airbyte.version=1.4.1 +LABEL io.airbyte.version=1.5.0 LABEL io.airbyte.name=airbyte/source-hubspot diff --git a/airbyte-integrations/connectors/source-hubspot/acceptance-test-config.yml b/airbyte-integrations/connectors/source-hubspot/acceptance-test-config.yml index 94fa9c282e4c4..491d19072cc2e 100644 --- a/airbyte-integrations/connectors/source-hubspot/acceptance-test-config.yml +++ b/airbyte-integrations/connectors/source-hubspot/acceptance-test-config.yml @@ -19,6 +19,8 @@ acceptance_tests: discovery: tests: - config_path: secrets/config_oauth.json + backward_compatibility_tests_config: + disable_for_version: 1.4.1 basic_read: tests: - config_path: secrets/config_oauth.json @@ -48,63 +50,115 @@ acceptance_tests: - name: ilsFilterBranch bypass_reason: Floating fields order companies: + - name: properties_hs_time_* + bypass_reason: Hubspot time depend on current time - name: properties/hs_time_* bypass_reason: Hubspot time depend on current time + - name: properties_hs_was_imported + bypass_reason: attribute is not stable - name: properties/hs_was_imported bypass_reason: attribute is not stable contacts: + - name: properties_hs_time_* + bypass_reason: Hubspot time depend on current time - name: properties/hs_time_* bypass_reason: Hubspot time depend on current time + - name: properties_hs_time_in_subscriber + bypass_reason: Hubspot time depend on current time - name: properties/hs_time_in_subscriber bypass_reason: Hubspot time depend on current time + - name: properties_hs_latest_source_timestamp + bypass_reason: Hubspot time depend on current time - name: properties/hs_latest_source_timestamp bypass_reason: Hubspot time depend on current time + - name: properties_hs_predictivescoringtier + bypass_reason: Hubspot prediction changes - name: properties/hs_predictivescoringtier bypass_reason: Hubspot prediction changes + - name: properties_lastmodifieddate + bypass_reason: Hubspot time depend on current time - name: properties/lastmodifieddate bypass_reason: Hubspot time depend on current time + - name: properties_hs_time_in_lead + bypass_reason: Hubspot time depend on current time - name: properties/hs_time_in_lead bypass_reason: Hubspot time depend on current time + - name: properties_hs_time_in_opportunity + bypass_reason: Hubspot time depend on current time - name: properties/hs_time_in_opportunity bypass_reason: Hubspot time depend on current time + - name: properties_hs_was_imported + bypass_reason: attribute is not stable - name: properties/hs_was_imported bypass_reason: attribute is not stable - name: updatedAt bypass_reason: Hubspot time depend on current time deals: + - name: properties_hs_time_* + bypass_reason: Hubspot time depend on current time - name: properties/hs_time_* bypass_reason: Hubspot time depend on current time + - name: properties_hs_acv + bypass_reason: value can be an integer or float - name: properties/hs_acv bypass_reason: value can be an integer or float + - name: properties_hs_arr + bypass_reason: value can be an integer or float - name: properties/hs_arr bypass_reason: value can be an integer or float + - name: properties_hs_mrr + bypass_reason: value can be an integer or float - name: properties/hs_mrr bypass_reason: value can be an integer or float + - name: properties_hs_tcv + bypass_reason: value can be an integer or float - name: properties/hs_tcv bypass_reason: value can be an integer or float + - name: properties_hs_num_of_associated_line_items + bypass_reason: value can be an integer or float - name: properties/hs_num_of_associated_line_items bypass_reason: value can be an integer or float deals_archived: + - name: properties_hs_time_* + bypass_reason: Hubspot time depend on current time - name: properties/hs_time_* bypass_reason: Hubspot time depend on current time + - name: properties_hs_acv + bypass_reason: value can be an integer or float - name: properties/hs_acv bypass_reason: value can be an integer or float + - name: properties_hs_arr + bypass_reason: value can be an integer or float - name: properties/hs_arr bypass_reason: value can be an integer or float + - name: properties_hs_mrr + bypass_reason: value can be an integer or float - name: properties/hs_mrr bypass_reason: value can be an integer or float + - name: properties_hs_tcv + bypass_reason: value can be an integer or float - name: properties/hs_tcv bypass_reason: value can be an integer or float + - name: properties_hs_num_of_associated_line_items + bypass_reason: value can be an integer or float - name: properties/hs_num_of_associated_line_items bypass_reason: value can be an integer or float tickets: + - name: properties_hs_time_* + bypass_reason: Hubspot time depend on current time - name: properties/hs_time_* bypass_reason: Hubspot time depend on current time goals: + - name: properties_hs_time_* + bypass_reason: Hubspot time depend on current time - name: properties/hs_time_* bypass_reason: Hubspot time depend on current time + - name: properties_hs_lastmodifieddate + bypass_reason: Hubspot time depend on current time - name: properties/hs_lastmodifieddate bypass_reason: Hubspot time depend on current time + - name: properties_hs_kpi_value_last_calculated_at + bypass_reason: Hubspot time depend on current time - name: properties/hs_kpi_value_last_calculated_at bypass_reason: Hubspot time depend on current time - name: updatedAt @@ -120,15 +174,23 @@ acceptance_tests: - name: ilsFilterBranch bypass_reason: Floating fields order companies: + - name: properties_hs_time_* + bypass_reason: Hubspot time depend on current time - name: properties/hs_time_* bypass_reason: Hubspot time depend on current time contacts: + - name: properties_hs_time_* + bypass_reason: Hubspot time depend on current time - name: properties/hs_time_* bypass_reason: Hubspot time depend on current time deals: + - name: properties_hs_time_* + bypass_reason: Hubspot time depend on current time - name: properties/hs_time_* bypass_reason: Hubspot time depend on current time tickets: + - name: properties_hs_time_* + bypass_reason: Hubspot time depend on current time - name: properties/hs_time_* bypass_reason: Hubspot time depend on current time incremental: diff --git a/airbyte-integrations/connectors/source-hubspot/integration_tests/expected_records.jsonl b/airbyte-integrations/connectors/source-hubspot/integration_tests/expected_records.jsonl index 85aa962b9eaa8..5040823da0120 100644 --- a/airbyte-integrations/connectors/source-hubspot/integration_tests/expected_records.jsonl +++ b/airbyte-integrations/connectors/source-hubspot/integration_tests/expected_records.jsonl @@ -1,52 +1,52 @@ -{"stream": "campaigns", "data": {"id": 243851494, "lastUpdatedTime": 1675121674226, "appId": 113, "appName": "Batch", "contentId": 100523515217, "subject": "test", "name": "test", "counters": {"dropped": 1}, "lastProcessingFinishedAt": 1675121674000, "lastProcessingStartedAt": 1675121671000, "lastProcessingStateChangeAt": 1675121674000, "numIncluded": 1, "processingState": "DONE", "type": "BATCH_EMAIL"}, "emitted_at": 1688723569670} -{"stream": "companies", "data": {"id": "4992593519", "properties": {"about_us": null, "address": null, "address2": null, "annualrevenue": null, "city": "San Francisco", "closedate": null, "closedate_timestamp_earliest_value_a2a17e6e": null, "country": "United States", "createdate": "2020-12-10T07:58:09.554000+00:00", "custom_company_property": null, "days_to_close": null, "description": "Airbyte is an open-source data integration platform to build ELT pipelines. Consolidate your data in your data warehouses, lakes and databases.", "domain": "airbyte.io", "engagements_last_meeting_booked": null, "engagements_last_meeting_booked_campaign": null, "engagements_last_meeting_booked_medium": null, "engagements_last_meeting_booked_source": null, "facebook_company_page": null, "facebookfans": null, "first_contact_createdate": null, "first_contact_createdate_timestamp_earliest_value_78b50eea": null, "first_conversion_date": null, "first_conversion_date_timestamp_earliest_value_61f58f2c": null, "first_conversion_event_name": null, "first_conversion_event_name_timestamp_earliest_value_68ddae0a": null, "first_deal_created_date": "2021-05-21T10:17:06.028000+00:00", "founded_year": "2020", "googleplus_page": null, "hs_additional_domains": null, "hs_all_accessible_team_ids": null, "hs_all_owner_ids": "52550153", "hs_all_team_ids": null, "hs_analytics_first_timestamp": null, "hs_analytics_first_timestamp_timestamp_earliest_value_11e3a63a": null, "hs_analytics_first_touch_converting_campaign": null, "hs_analytics_first_touch_converting_campaign_timestamp_earliest_value_4757fe10": null, "hs_analytics_first_visit_timestamp": null, "hs_analytics_first_visit_timestamp_timestamp_earliest_value_accc17ae": null, "hs_analytics_last_timestamp": null, "hs_analytics_last_timestamp_timestamp_latest_value_4e16365a": null, "hs_analytics_last_touch_converting_campaign": null, "hs_analytics_last_touch_converting_campaign_timestamp_latest_value_81a64e30": null, "hs_analytics_last_visit_timestamp": null, "hs_analytics_last_visit_timestamp_timestamp_latest_value_999a0fce": null, "hs_analytics_latest_source": null, "hs_analytics_latest_source_data_1": null, "hs_analytics_latest_source_data_2": null, "hs_analytics_latest_source_timestamp": null, "hs_analytics_num_page_views": null, "hs_analytics_num_page_views_cardinality_sum_e46e85b0": null, "hs_analytics_num_visits": null, "hs_analytics_num_visits_cardinality_sum_53d952a6": null, "hs_analytics_source": null, "hs_analytics_source_data_1": null, "hs_analytics_source_data_1_timestamp_earliest_value_9b2f1fa1": null, "hs_analytics_source_data_2": null, "hs_analytics_source_data_2_timestamp_earliest_value_9b2f9400": null, "hs_analytics_source_timestamp_earliest_value_25a3a52c": null, "hs_annual_revenue_currency_code": "USD", "hs_avatar_filemanager_key": null, "hs_created_by_user_id": 12282590, "hs_createdate": null, "hs_date_entered_customer": null, "hs_date_entered_evangelist": null, "hs_date_entered_lead": null, "hs_date_entered_marketingqualifiedlead": null, "hs_date_entered_opportunity": "2021-05-21T10:17:28.964000+00:00", "hs_date_entered_other": null, "hs_date_entered_salesqualifiedlead": null, "hs_date_entered_subscriber": null, "hs_date_exited_customer": null, "hs_date_exited_evangelist": null, "hs_date_exited_lead": null, "hs_date_exited_marketingqualifiedlead": null, "hs_date_exited_opportunity": null, "hs_date_exited_other": null, "hs_date_exited_salesqualifiedlead": null, "hs_date_exited_subscriber": null, "hs_ideal_customer_profile": null, "hs_is_target_account": null, "hs_last_booked_meeting_date": null, "hs_last_logged_call_date": null, "hs_last_open_task_date": null, "hs_last_sales_activity_date": null, "hs_last_sales_activity_timestamp": null, "hs_last_sales_activity_type": null, "hs_lastmodifieddate": "2023-01-26T11:45:49.817000+00:00", "hs_latest_createdate_of_active_subscriptions": null, "hs_latest_meeting_activity": null, "hs_lead_status": null, "hs_merged_object_ids": null, "hs_num_blockers": null, "hs_num_child_companies": 0, "hs_num_contacts_with_buying_roles": null, "hs_num_decision_makers": null, "hs_num_open_deals": 1, "hs_object_id": 4992593519, "hs_object_source": null, "hs_object_source_id": null, "hs_object_source_user_id": null, "hs_parent_company_id": null, "hs_pinned_engagement_id": null, "hs_pipeline": null, "hs_predictivecontactscore_v2": null, "hs_predictivecontactscore_v2_next_max_max_d4e58c1e": null, "hs_read_only": null, "hs_sales_email_last_replied": null, "hs_target_account": null, "hs_target_account_probability": 0.5476861596107483, "hs_target_account_recommendation_snooze_time": null, "hs_target_account_recommendation_state": null, "hs_time_in_customer": null, "hs_time_in_evangelist": null, "hs_time_in_lead": null, "hs_time_in_marketingqualifiedlead": null, "hs_time_in_opportunity": 68102534447, "hs_time_in_other": null, "hs_time_in_salesqualifiedlead": null, "hs_time_in_subscriber": null, "hs_total_deal_value": null, "hs_unique_creation_key": null, "hs_updated_by_user_id": 12282590, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": "12282590", "hs_was_imported": null, "hubspot_owner_assigneddate": "2020-12-10T07:58:09.554000+00:00", "hubspot_owner_id": "52550153", "hubspot_team_id": null, "hubspotscore": null, "industry": null, "is_public": false, "lifecyclestage": "opportunity", "linkedin_company_page": "https://www.linkedin.com/company/airbytehq", "linkedinbio": "Airbyte is an open-source data integration platform to build ELT pipelines. Consolidate your data in your data warehouses, lakes and databases.", "name": "Airbyte test1", "notes_last_contacted": null, "notes_last_updated": null, "notes_next_activity_date": null, "num_associated_contacts": 0, "num_associated_deals": 1, "num_contacted_notes": null, "num_conversion_events": null, "num_conversion_events_cardinality_sum_d095f14b": null, "num_notes": null, "numberofemployees": 200, "phone": "+1 415-307-4864", "recent_conversion_date": null, "recent_conversion_date_timestamp_latest_value_72856da1": null, "recent_conversion_event_name": null, "recent_conversion_event_name_timestamp_latest_value_66c820bf": null, "recent_deal_amount": null, "recent_deal_close_date": null, "state": "CA", "timezone": "America/Los_Angeles", "total_money_raised": null, "total_revenue": null, "twitterbio": null, "twitterfollowers": null, "twitterhandle": "AirbyteHQ", "type": null, "web_technologies": "slack;segment;google_tag_manager;greenhouse;google_analytics;intercom;piwik;google_apps;hubspot;facebook_advertiser", "website": "airbyte.io", "zip": "94114"}, "createdAt": "2020-12-10T07:58:09.554Z", "updatedAt": "2023-01-26T11:45:49.817Z", "archived": false}, "emitted_at": 1689694783559} -{"stream": "companies", "data": {"id": "5000526215", "properties": {"about_us": null, "address": null, "address2": null, "annualrevenue": null, "city": "San Francisco", "closedate": "2023-04-04T15:00:58.081000+00:00", "closedate_timestamp_earliest_value_a2a17e6e": null, "country": "United States", "createdate": "2020-12-11T01:27:40.002000+00:00", "custom_company_property": null, "days_to_close": 844, "description": "Airbyte is an open-source data integration platform to build ELT pipelines. Consolidate your data in your data warehouses, lakes and databases.", "domain": "dataline.io", "engagements_last_meeting_booked": null, "engagements_last_meeting_booked_campaign": null, "engagements_last_meeting_booked_medium": null, "engagements_last_meeting_booked_source": null, "facebook_company_page": null, "facebookfans": null, "first_contact_createdate": "2020-12-11T01:29:50.116000+00:00", "first_contact_createdate_timestamp_earliest_value_78b50eea": null, "first_conversion_date": null, "first_conversion_date_timestamp_earliest_value_61f58f2c": null, "first_conversion_event_name": null, "first_conversion_event_name_timestamp_earliest_value_68ddae0a": null, "first_deal_created_date": "2021-01-13T10:30:42.221000+00:00", "founded_year": "2020", "googleplus_page": null, "hs_additional_domains": null, "hs_all_accessible_team_ids": null, "hs_all_owner_ids": "52550153", "hs_all_team_ids": null, "hs_analytics_first_timestamp": "2020-12-11T01:29:50.116000+00:00", "hs_analytics_first_timestamp_timestamp_earliest_value_11e3a63a": null, "hs_analytics_first_touch_converting_campaign": null, "hs_analytics_first_touch_converting_campaign_timestamp_earliest_value_4757fe10": null, "hs_analytics_first_visit_timestamp": null, "hs_analytics_first_visit_timestamp_timestamp_earliest_value_accc17ae": null, "hs_analytics_last_timestamp": null, "hs_analytics_last_timestamp_timestamp_latest_value_4e16365a": null, "hs_analytics_last_touch_converting_campaign": null, "hs_analytics_last_touch_converting_campaign_timestamp_latest_value_81a64e30": null, "hs_analytics_last_visit_timestamp": null, "hs_analytics_last_visit_timestamp_timestamp_latest_value_999a0fce": null, "hs_analytics_latest_source": "OFFLINE", "hs_analytics_latest_source_data_1": "CONTACTS", "hs_analytics_latest_source_data_2": "CRM_UI", "hs_analytics_latest_source_timestamp": "2020-12-11T01:29:50.153000+00:00", "hs_analytics_num_page_views": 0, "hs_analytics_num_page_views_cardinality_sum_e46e85b0": null, "hs_analytics_num_visits": 0, "hs_analytics_num_visits_cardinality_sum_53d952a6": null, "hs_analytics_source": "OFFLINE", "hs_analytics_source_data_1": "CONTACTS", "hs_analytics_source_data_1_timestamp_earliest_value_9b2f1fa1": null, "hs_analytics_source_data_2": "CRM_UI", "hs_analytics_source_data_2_timestamp_earliest_value_9b2f9400": null, "hs_analytics_source_timestamp_earliest_value_25a3a52c": null, "hs_annual_revenue_currency_code": "USD", "hs_avatar_filemanager_key": null, "hs_created_by_user_id": 12282590, "hs_createdate": null, "hs_date_entered_customer": "2023-04-04T15:00:58.081000+00:00", "hs_date_entered_evangelist": null, "hs_date_entered_lead": null, "hs_date_entered_marketingqualifiedlead": null, "hs_date_entered_opportunity": "2021-02-23T20:21:06.027000+00:00", "hs_date_entered_other": null, "hs_date_entered_salesqualifiedlead": null, "hs_date_entered_subscriber": null, "hs_date_exited_customer": null, "hs_date_exited_evangelist": null, "hs_date_exited_lead": null, "hs_date_exited_marketingqualifiedlead": null, "hs_date_exited_opportunity": "2023-04-04T15:00:58.081000+00:00", "hs_date_exited_other": null, "hs_date_exited_salesqualifiedlead": null, "hs_date_exited_subscriber": null, "hs_ideal_customer_profile": null, "hs_is_target_account": null, "hs_last_booked_meeting_date": null, "hs_last_logged_call_date": null, "hs_last_open_task_date": null, "hs_last_sales_activity_date": null, "hs_last_sales_activity_timestamp": null, "hs_last_sales_activity_type": null, "hs_lastmodifieddate": "2023-04-04T15:12:52.778000+00:00", "hs_latest_createdate_of_active_subscriptions": null, "hs_latest_meeting_activity": null, "hs_lead_status": null, "hs_merged_object_ids": "5183403213", "hs_num_blockers": 0, "hs_num_child_companies": 0, "hs_num_contacts_with_buying_roles": 0, "hs_num_decision_makers": 0, "hs_num_open_deals": 2, "hs_object_id": 5000526215, "hs_object_source": null, "hs_object_source_id": null, "hs_object_source_user_id": null, "hs_parent_company_id": null, "hs_pinned_engagement_id": null, "hs_pipeline": "companies-lifecycle-pipeline", "hs_predictivecontactscore_v2": 0.29, "hs_predictivecontactscore_v2_next_max_max_d4e58c1e": null, "hs_read_only": null, "hs_sales_email_last_replied": null, "hs_target_account": null, "hs_target_account_probability": 0.46257445216178894, "hs_target_account_recommendation_snooze_time": null, "hs_target_account_recommendation_state": null, "hs_time_in_customer": 9074325326, "hs_time_in_evangelist": null, "hs_time_in_lead": null, "hs_time_in_marketingqualifiedlead": null, "hs_time_in_opportunity": 66508792054, "hs_time_in_other": null, "hs_time_in_salesqualifiedlead": null, "hs_time_in_subscriber": null, "hs_total_deal_value": 60010, "hs_unique_creation_key": null, "hs_updated_by_user_id": 12282590, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": "12282590", "hs_was_imported": null, "hubspot_owner_assigneddate": "2020-12-11T01:27:40.002000+00:00", "hubspot_owner_id": "52550153", "hubspot_team_id": null, "hubspotscore": null, "industry": null, "is_public": false, "lifecyclestage": "customer", "linkedin_company_page": "https://www.linkedin.com/company/airbytehq", "linkedinbio": "Airbyte is an open-source data integration platform to build ELT pipelines. Consolidate your data in your data warehouses, lakes and databases.", "name": "Dataline", "notes_last_contacted": null, "notes_last_updated": null, "notes_next_activity_date": null, "num_associated_contacts": 1, "num_associated_deals": 3, "num_contacted_notes": null, "num_conversion_events": null, "num_conversion_events_cardinality_sum_d095f14b": null, "num_notes": null, "numberofemployees": 25, "phone": "", "recent_conversion_date": null, "recent_conversion_date_timestamp_latest_value_72856da1": null, "recent_conversion_event_name": null, "recent_conversion_event_name_timestamp_latest_value_66c820bf": null, "recent_deal_amount": 60000, "recent_deal_close_date": "2023-04-04T14:59:45.103000+00:00", "state": "CA", "timezone": "America/Los_Angeles", "total_money_raised": null, "total_revenue": 60000, "twitterbio": null, "twitterfollowers": null, "twitterhandle": "AirbyteHQ", "type": null, "web_technologies": "slack;segment;google_tag_manager;cloud_flare;google_analytics;intercom;lever;google_apps", "website": "dataline.io", "zip": ""}, "createdAt": "2020-12-11T01:27:40.002Z", "updatedAt": "2023-04-04T15:12:52.778Z", "archived": false, "contacts": ["151", "151"]}, "emitted_at": 1689694783560} -{"stream": "companies", "data": {"id": "5000787595", "properties": {"about_us": null, "address": "2261 Market Street", "address2": null, "annualrevenue": null, "city": "San Francisco", "closedate": null, "closedate_timestamp_earliest_value_a2a17e6e": null, "country": "United States", "createdate": "2020-12-11T01:28:27.673000+00:00", "custom_company_property": null, "days_to_close": null, "description": "Airbyte is an open-source data integration platform to build ELT pipelines. Consolidate your data in your data warehouses, lakes and databases.", "domain": "Daxtarity.com", "engagements_last_meeting_booked": null, "engagements_last_meeting_booked_campaign": null, "engagements_last_meeting_booked_medium": null, "engagements_last_meeting_booked_source": null, "facebook_company_page": null, "facebookfans": null, "first_contact_createdate": null, "first_contact_createdate_timestamp_earliest_value_78b50eea": null, "first_conversion_date": null, "first_conversion_date_timestamp_earliest_value_61f58f2c": null, "first_conversion_event_name": null, "first_conversion_event_name_timestamp_earliest_value_68ddae0a": null, "first_deal_created_date": null, "founded_year": "2020", "googleplus_page": null, "hs_additional_domains": null, "hs_all_accessible_team_ids": null, "hs_all_owner_ids": "52550153", "hs_all_team_ids": null, "hs_analytics_first_timestamp": null, "hs_analytics_first_timestamp_timestamp_earliest_value_11e3a63a": null, "hs_analytics_first_touch_converting_campaign": null, "hs_analytics_first_touch_converting_campaign_timestamp_earliest_value_4757fe10": null, "hs_analytics_first_visit_timestamp": null, "hs_analytics_first_visit_timestamp_timestamp_earliest_value_accc17ae": null, "hs_analytics_last_timestamp": null, "hs_analytics_last_timestamp_timestamp_latest_value_4e16365a": null, "hs_analytics_last_touch_converting_campaign": null, "hs_analytics_last_touch_converting_campaign_timestamp_latest_value_81a64e30": null, "hs_analytics_last_visit_timestamp": null, "hs_analytics_last_visit_timestamp_timestamp_latest_value_999a0fce": null, "hs_analytics_latest_source": "", "hs_analytics_latest_source_data_1": "", "hs_analytics_latest_source_data_2": "", "hs_analytics_latest_source_timestamp": null, "hs_analytics_num_page_views": null, "hs_analytics_num_page_views_cardinality_sum_e46e85b0": null, "hs_analytics_num_visits": null, "hs_analytics_num_visits_cardinality_sum_53d952a6": null, "hs_analytics_source": "", "hs_analytics_source_data_1": "", "hs_analytics_source_data_1_timestamp_earliest_value_9b2f1fa1": null, "hs_analytics_source_data_2": "", "hs_analytics_source_data_2_timestamp_earliest_value_9b2f9400": null, "hs_analytics_source_timestamp_earliest_value_25a3a52c": null, "hs_annual_revenue_currency_code": "USD", "hs_avatar_filemanager_key": null, "hs_created_by_user_id": 12282590, "hs_createdate": null, "hs_date_entered_customer": null, "hs_date_entered_evangelist": null, "hs_date_entered_lead": null, "hs_date_entered_marketingqualifiedlead": null, "hs_date_entered_opportunity": null, "hs_date_entered_other": null, "hs_date_entered_salesqualifiedlead": null, "hs_date_entered_subscriber": null, "hs_date_exited_customer": null, "hs_date_exited_evangelist": null, "hs_date_exited_lead": null, "hs_date_exited_marketingqualifiedlead": null, "hs_date_exited_opportunity": null, "hs_date_exited_other": null, "hs_date_exited_salesqualifiedlead": null, "hs_date_exited_subscriber": null, "hs_ideal_customer_profile": null, "hs_is_target_account": null, "hs_last_booked_meeting_date": null, "hs_last_logged_call_date": null, "hs_last_open_task_date": null, "hs_last_sales_activity_date": null, "hs_last_sales_activity_timestamp": null, "hs_last_sales_activity_type": null, "hs_lastmodifieddate": "2023-01-23T15:41:56.644000+00:00", "hs_latest_createdate_of_active_subscriptions": null, "hs_latest_meeting_activity": null, "hs_lead_status": null, "hs_merged_object_ids": null, "hs_num_blockers": 0, "hs_num_child_companies": 0, "hs_num_contacts_with_buying_roles": 0, "hs_num_decision_makers": 0, "hs_num_open_deals": 0, "hs_object_id": 5000787595, "hs_object_source": null, "hs_object_source_id": null, "hs_object_source_user_id": null, "hs_parent_company_id": null, "hs_pinned_engagement_id": null, "hs_pipeline": null, "hs_predictivecontactscore_v2": null, "hs_predictivecontactscore_v2_next_max_max_d4e58c1e": null, "hs_read_only": null, "hs_sales_email_last_replied": null, "hs_target_account": null, "hs_target_account_probability": 0.4076234698295593, "hs_target_account_recommendation_snooze_time": null, "hs_target_account_recommendation_state": null, "hs_time_in_customer": null, "hs_time_in_evangelist": null, "hs_time_in_lead": null, "hs_time_in_marketingqualifiedlead": null, "hs_time_in_opportunity": null, "hs_time_in_other": null, "hs_time_in_salesqualifiedlead": null, "hs_time_in_subscriber": null, "hs_total_deal_value": null, "hs_unique_creation_key": null, "hs_updated_by_user_id": 12282590, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": "12282590", "hs_was_imported": null, "hubspot_owner_assigneddate": "2020-12-11T01:28:27.673000+00:00", "hubspot_owner_id": "52550153", "hubspot_team_id": null, "hubspotscore": null, "industry": null, "is_public": false, "lifecyclestage": null, "linkedin_company_page": "https://www.linkedin.com/company/airbytehq", "linkedinbio": "Airbyte is an open-source data integration platform to build ELT pipelines. Consolidate your data in your data warehouses, lakes and databases.", "name": "Daxtarity", "notes_last_contacted": null, "notes_last_updated": null, "notes_next_activity_date": null, "num_associated_contacts": 0, "num_associated_deals": null, "num_contacted_notes": null, "num_conversion_events": null, "num_conversion_events_cardinality_sum_d095f14b": null, "num_notes": null, "numberofemployees": 50, "phone": "+1 415-307-4864", "recent_conversion_date": null, "recent_conversion_date_timestamp_latest_value_72856da1": null, "recent_conversion_event_name": null, "recent_conversion_event_name_timestamp_latest_value_66c820bf": null, "recent_deal_amount": null, "recent_deal_close_date": null, "state": "CA", "timezone": "America/Los_Angeles", "total_money_raised": null, "total_revenue": null, "twitterbio": null, "twitterfollowers": null, "twitterhandle": "AirbyteHQ", "type": null, "web_technologies": "slack;google_tag_manager;greenhouse;google_analytics;intercom;piwik;google_apps;hubspot;facebook_advertiser", "website": "Daxtarity.com", "zip": "94114"}, "createdAt": "2020-12-11T01:28:27.673Z", "updatedAt": "2023-01-23T15:41:56.644Z", "archived": false}, "emitted_at": 1689694783560} -{"stream": "contact_lists", "data": {"portalId": 8727216, "listId": 166, "createdAt": 1675120756833, "updatedAt": 1675120852460, "name": "Test", "listType": "DYNAMIC", "authorId": 12282590, "filters": [], "metaData": {"size": 3, "lastSizeChangeAt": 1675257270514, "processing": "DONE", "lastProcessingStateChangeAt": 1675120853286, "error": "", "listReferencesCount": null, "parentFolderId": null}, "archived": false, "teamIds": [], "ilsFilterBranch": "{\"filterBranchOperator\":\"OR\",\"filters\":[],\"filterBranches\":[{\"filterBranchOperator\":\"AND\",\"filters\":[{\"filterType\":\"PROPERTY\",\"property\":\"createdate\",\"operation\":{\"propertyType\":\"datetime\",\"operator\":\"IS_AFTER\",\"timestamp\":1669957199999,\"defaultValue\":null,\"includeObjectsWithNoValueSet\":false,\"requiresTimeZoneConversion\":true,\"operationType\":\"datetime\",\"operatorName\":\"IS_AFTER\"},\"frameworkFilterId\":null}],\"filterBranches\":[],\"filterBranchType\":\"AND\"}],\"filterBranchType\":\"OR\"}", "readOnly": false, "internal": false, "limitExempt": false, "dynamic": true}, "emitted_at": 1685387174847} -{"stream": "contacts", "data": {"id": "151", "properties": {"address": null, "annualrevenue": null, "associatedcompanyid": 5000526215, "associatedcompanylastupdated": null, "city": null, "closedate": null, "company": null, "company_size": null, "country": null, "createdate": "2020-12-11T01:29:50.116000+00:00", "currentlyinworkflow": null, "date_of_birth": null, "days_to_close": null, "degree": null, "email": "shef@dne.io", "engagements_last_meeting_booked": null, "engagements_last_meeting_booked_campaign": null, "engagements_last_meeting_booked_medium": null, "engagements_last_meeting_booked_source": null, "fax": null, "field_of_study": null, "first_conversion_date": null, "first_conversion_event_name": null, "first_deal_created_date": null, "firstname": "sh", "gender": null, "graduation_date": null, "hs_additional_emails": null, "hs_all_accessible_team_ids": null, "hs_all_contact_vids": "151", "hs_all_owner_ids": "52550153", "hs_all_team_ids": null, "hs_analytics_average_page_views": 0, "hs_analytics_first_referrer": null, "hs_analytics_first_timestamp": "2020-12-11T01:29:50.116000+00:00", "hs_analytics_first_touch_converting_campaign": null, "hs_analytics_first_url": null, "hs_analytics_first_visit_timestamp": null, "hs_analytics_last_referrer": null, "hs_analytics_last_timestamp": null, "hs_analytics_last_touch_converting_campaign": null, "hs_analytics_last_url": null, "hs_analytics_last_visit_timestamp": null, "hs_analytics_num_event_completions": 0, "hs_analytics_num_page_views": 0, "hs_analytics_num_visits": 0, "hs_analytics_revenue": 0.0, "hs_analytics_source": "OFFLINE", "hs_analytics_source_data_1": "CONTACTS", "hs_analytics_source_data_2": "CRM_UI", "hs_avatar_filemanager_key": null, "hs_buying_role": null, "hs_calculated_form_submissions": null, "hs_calculated_merged_vids": null, "hs_calculated_mobile_number": null, "hs_calculated_phone_number": null, "hs_calculated_phone_number_area_code": null, "hs_calculated_phone_number_country_code": null, "hs_calculated_phone_number_region_code": null, "hs_clicked_linkedin_ad": null, "hs_content_membership_email": null, "hs_content_membership_email_confirmed": null, "hs_content_membership_notes": null, "hs_content_membership_registered_at": null, "hs_content_membership_registration_domain_sent_to": null, "hs_content_membership_registration_email_sent_at": null, "hs_content_membership_status": null, "hs_conversations_visitor_email": null, "hs_count_is_unworked": 1, "hs_count_is_worked": 0, "hs_created_by_conversations": null, "hs_created_by_user_id": null, "hs_createdate": null, "hs_date_entered_customer": null, "hs_date_entered_evangelist": null, "hs_date_entered_lead": null, "hs_date_entered_marketingqualifiedlead": null, "hs_date_entered_opportunity": null, "hs_date_entered_other": null, "hs_date_entered_salesqualifiedlead": null, "hs_date_entered_subscriber": "2020-12-11T01:29:50.116000+00:00", "hs_date_exited_customer": null, "hs_date_exited_evangelist": null, "hs_date_exited_lead": null, "hs_date_exited_marketingqualifiedlead": null, "hs_date_exited_opportunity": null, "hs_date_exited_other": null, "hs_date_exited_salesqualifiedlead": null, "hs_date_exited_subscriber": null, "hs_document_last_revisited": null, "hs_email_bad_address": null, "hs_email_bounce": null, "hs_email_click": null, "hs_email_customer_quarantined_reason": null, "hs_email_delivered": null, "hs_email_domain": "dne.io", "hs_email_first_click_date": null, "hs_email_first_open_date": null, "hs_email_first_reply_date": null, "hs_email_first_send_date": null, "hs_email_hard_bounce_reason": null, "hs_email_hard_bounce_reason_enum": null, "hs_email_is_ineligible": null, "hs_email_last_click_date": null, "hs_email_last_email_name": null, "hs_email_last_open_date": null, "hs_email_last_reply_date": null, "hs_email_last_send_date": null, "hs_email_open": null, "hs_email_optout": null, "hs_email_optout_10798197": null, "hs_email_optout_11890603": null, "hs_email_optout_11890831": null, "hs_email_optout_23704464": null, "hs_email_optout_94692364": null, "hs_email_quarantined": null, "hs_email_quarantined_reason": null, "hs_email_recipient_fatigue_recovery_time": null, "hs_email_replied": null, "hs_email_sends_since_last_engagement": null, "hs_emailconfirmationstatus": null, "hs_facebook_ad_clicked": null, "hs_facebook_click_id": null, "hs_feedback_last_nps_follow_up": null, "hs_feedback_last_nps_rating": null, "hs_feedback_last_survey_date": null, "hs_feedback_show_nps_web_survey": null, "hs_first_engagement_object_id": null, "hs_first_outreach_date": null, "hs_first_subscription_create_date": null, "hs_google_click_id": null, "hs_has_active_subscription": null, "hs_ip_timezone": null, "hs_is_contact": true, "hs_is_unworked": true, "hs_language": null, "hs_last_sales_activity_date": null, "hs_last_sales_activity_timestamp": null, "hs_last_sales_activity_type": null, "hs_lastmodifieddate": null, "hs_latest_meeting_activity": null, "hs_latest_sequence_ended_date": null, "hs_latest_sequence_enrolled": null, "hs_latest_sequence_enrolled_date": null, "hs_latest_sequence_finished_date": null, "hs_latest_sequence_unenrolled_date": null, "hs_latest_source": "OFFLINE", "hs_latest_source_data_1": "CONTACTS", "hs_latest_source_data_2": "CRM_UI", "hs_latest_source_timestamp": "2020-12-11T01:29:50.153000+00:00", "hs_latest_subscription_create_date": null, "hs_lead_status": null, "hs_legal_basis": null, "hs_lifecyclestage_customer_date": null, "hs_lifecyclestage_evangelist_date": null, "hs_lifecyclestage_lead_date": null, "hs_lifecyclestage_marketingqualifiedlead_date": null, "hs_lifecyclestage_opportunity_date": null, "hs_lifecyclestage_other_date": null, "hs_lifecyclestage_salesqualifiedlead_date": null, "hs_lifecyclestage_subscriber_date": "2020-12-11T01:29:50.116000+00:00", "hs_linkedin_ad_clicked": null, "hs_marketable_reason_id": null, "hs_marketable_reason_type": null, "hs_marketable_status": "false", "hs_marketable_until_renewal": "false", "hs_merged_object_ids": null, "hs_object_id": 151, "hs_object_source": null, "hs_object_source_id": null, "hs_object_source_user_id": null, "hs_persona": null, "hs_pinned_engagement_id": null, "hs_pipeline": "contacts-lifecycle-pipeline", "hs_predictivecontactscore": null, "hs_predictivecontactscore_v2": 0.29, "hs_predictivecontactscorebucket": null, "hs_predictivescoringtier": "tier_4", "hs_read_only": null, "hs_sa_first_engagement_date": null, "hs_sa_first_engagement_descr": null, "hs_sa_first_engagement_object_type": null, "hs_sales_email_last_clicked": null, "hs_sales_email_last_opened": null, "hs_sales_email_last_replied": null, "hs_searchable_calculated_international_mobile_number": null, "hs_searchable_calculated_international_phone_number": null, "hs_searchable_calculated_mobile_number": null, "hs_searchable_calculated_phone_number": null, "hs_sequences_actively_enrolled_count": null, "hs_sequences_enrolled_count": null, "hs_sequences_is_enrolled": null, "hs_testpurge": null, "hs_testrollback": null, "hs_time_between_contact_creation_and_deal_close": null, "hs_time_between_contact_creation_and_deal_creation": null, "hs_time_in_customer": null, "hs_time_in_evangelist": null, "hs_time_in_lead": null, "hs_time_in_marketingqualifiedlead": null, "hs_time_in_opportunity": null, "hs_time_in_other": null, "hs_time_in_salesqualifiedlead": null, "hs_time_in_subscriber": 82747504126, "hs_time_to_first_engagement": null, "hs_time_to_move_from_lead_to_customer": null, "hs_time_to_move_from_marketingqualifiedlead_to_customer": null, "hs_time_to_move_from_opportunity_to_customer": null, "hs_time_to_move_from_salesqualifiedlead_to_customer": null, "hs_time_to_move_from_subscriber_to_customer": null, "hs_timezone": null, "hs_unique_creation_key": null, "hs_updated_by_user_id": 12282590, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": "12282590", "hs_was_imported": null, "hs_whatsapp_phone_number": null, "hubspot_owner_assigneddate": "2020-12-11T01:29:50.093000+00:00", "hubspot_owner_id": "52550153", "hubspot_team_id": null, "hubspotscore": null, "industry": null, "ip_city": null, "ip_country": null, "ip_country_code": null, "ip_latlon": null, "ip_state": null, "ip_state_code": null, "ip_zipcode": null, "job_function": null, "jobtitle": null, "lastmodifieddate": "2023-03-21T19:28:17.125000+00:00", "lastname": "na", "lifecyclestage": "subscriber", "marital_status": null, "message": null, "military_status": null, "mobilephone": null, "my_custom_test_property": null, "notes_last_contacted": null, "notes_last_updated": null, "notes_next_activity_date": null, "num_associated_deals": null, "num_contacted_notes": null, "num_conversion_events": 0, "num_notes": null, "num_unique_conversion_events": 0, "numemployees": null, "phone": null, "recent_conversion_date": null, "recent_conversion_event_name": null, "recent_deal_amount": null, "recent_deal_close_date": null, "relationship_status": null, "salutation": null, "school": null, "seniority": null, "start_date": null, "state": null, "surveymonkeyeventlastupdated": null, "test": null, "total_revenue": null, "twitterhandle": null, "webinareventlastupdated": null, "website": null, "work_email": null, "zip": null}, "createdAt": "2020-12-11T01:29:50.116Z", "updatedAt": "2023-03-21T19:28:17.125Z", "archived": false, "companies": ["5000526215", "5000526215"]}, "emitted_at": 1690397694270} -{"stream": "contacts", "data": {"id": "251", "properties": {"address": "25000000 First Street", "annualrevenue": null, "associatedcompanyid": 5170561229, "associatedcompanylastupdated": null, "city": "Cambridge", "closedate": null, "company": "HubSpot", "company_size": null, "country": "USA", "createdate": "2021-02-22T14:05:09.944000+00:00", "currentlyinworkflow": null, "date_of_birth": null, "days_to_close": null, "degree": null, "email": "testingdsapis@hubspot.com", "engagements_last_meeting_booked": null, "engagements_last_meeting_booked_campaign": null, "engagements_last_meeting_booked_medium": null, "engagements_last_meeting_booked_source": null, "fax": null, "field_of_study": null, "first_conversion_date": null, "first_conversion_event_name": null, "first_deal_created_date": null, "firstname": "Test User 5001", "gender": null, "graduation_date": null, "hs_additional_emails": null, "hs_all_accessible_team_ids": null, "hs_all_contact_vids": "251", "hs_all_owner_ids": null, "hs_all_team_ids": null, "hs_analytics_average_page_views": 0, "hs_analytics_first_referrer": null, "hs_analytics_first_timestamp": "2021-02-22T14:05:09.944000+00:00", "hs_analytics_first_touch_converting_campaign": null, "hs_analytics_first_url": null, "hs_analytics_first_visit_timestamp": null, "hs_analytics_last_referrer": null, "hs_analytics_last_timestamp": null, "hs_analytics_last_touch_converting_campaign": null, "hs_analytics_last_url": null, "hs_analytics_last_visit_timestamp": null, "hs_analytics_num_event_completions": 0, "hs_analytics_num_page_views": 0, "hs_analytics_num_visits": 0, "hs_analytics_revenue": 0.0, "hs_analytics_source": "OFFLINE", "hs_analytics_source_data_1": "API", "hs_analytics_source_data_2": null, "hs_avatar_filemanager_key": null, "hs_buying_role": null, "hs_calculated_form_submissions": null, "hs_calculated_merged_vids": null, "hs_calculated_mobile_number": null, "hs_calculated_phone_number": null, "hs_calculated_phone_number_area_code": null, "hs_calculated_phone_number_country_code": null, "hs_calculated_phone_number_region_code": null, "hs_clicked_linkedin_ad": null, "hs_content_membership_email": null, "hs_content_membership_email_confirmed": null, "hs_content_membership_notes": null, "hs_content_membership_registered_at": null, "hs_content_membership_registration_domain_sent_to": null, "hs_content_membership_registration_email_sent_at": null, "hs_content_membership_status": null, "hs_conversations_visitor_email": null, "hs_count_is_unworked": null, "hs_count_is_worked": null, "hs_created_by_conversations": null, "hs_created_by_user_id": null, "hs_createdate": null, "hs_date_entered_customer": null, "hs_date_entered_evangelist": null, "hs_date_entered_lead": null, "hs_date_entered_marketingqualifiedlead": null, "hs_date_entered_opportunity": null, "hs_date_entered_other": null, "hs_date_entered_salesqualifiedlead": null, "hs_date_entered_subscriber": "2021-02-22T14:05:09.944000+00:00", "hs_date_exited_customer": null, "hs_date_exited_evangelist": null, "hs_date_exited_lead": null, "hs_date_exited_marketingqualifiedlead": null, "hs_date_exited_opportunity": null, "hs_date_exited_other": null, "hs_date_exited_salesqualifiedlead": null, "hs_date_exited_subscriber": null, "hs_document_last_revisited": null, "hs_email_bad_address": null, "hs_email_bounce": null, "hs_email_click": null, "hs_email_customer_quarantined_reason": null, "hs_email_delivered": null, "hs_email_domain": "hubspot.com", "hs_email_first_click_date": null, "hs_email_first_open_date": null, "hs_email_first_reply_date": null, "hs_email_first_send_date": null, "hs_email_hard_bounce_reason": null, "hs_email_hard_bounce_reason_enum": null, "hs_email_is_ineligible": null, "hs_email_last_click_date": null, "hs_email_last_email_name": null, "hs_email_last_open_date": null, "hs_email_last_reply_date": null, "hs_email_last_send_date": null, "hs_email_open": null, "hs_email_optout": null, "hs_email_optout_10798197": null, "hs_email_optout_11890603": null, "hs_email_optout_11890831": null, "hs_email_optout_23704464": null, "hs_email_optout_94692364": null, "hs_email_quarantined": null, "hs_email_quarantined_reason": null, "hs_email_recipient_fatigue_recovery_time": null, "hs_email_replied": null, "hs_email_sends_since_last_engagement": null, "hs_emailconfirmationstatus": null, "hs_facebook_ad_clicked": null, "hs_facebook_click_id": null, "hs_feedback_last_nps_follow_up": null, "hs_feedback_last_nps_rating": null, "hs_feedback_last_survey_date": null, "hs_feedback_show_nps_web_survey": null, "hs_first_engagement_object_id": null, "hs_first_outreach_date": null, "hs_first_subscription_create_date": null, "hs_google_click_id": null, "hs_has_active_subscription": null, "hs_ip_timezone": null, "hs_is_contact": true, "hs_is_unworked": true, "hs_language": null, "hs_last_sales_activity_date": null, "hs_last_sales_activity_timestamp": null, "hs_last_sales_activity_type": null, "hs_lastmodifieddate": null, "hs_latest_meeting_activity": null, "hs_latest_sequence_ended_date": null, "hs_latest_sequence_enrolled": null, "hs_latest_sequence_enrolled_date": null, "hs_latest_sequence_finished_date": null, "hs_latest_sequence_unenrolled_date": null, "hs_latest_source": "OFFLINE", "hs_latest_source_data_1": "API", "hs_latest_source_data_2": null, "hs_latest_source_timestamp": "2021-02-22T14:05:10.036000+00:00", "hs_latest_subscription_create_date": null, "hs_lead_status": null, "hs_legal_basis": null, "hs_lifecyclestage_customer_date": null, "hs_lifecyclestage_evangelist_date": null, "hs_lifecyclestage_lead_date": null, "hs_lifecyclestage_marketingqualifiedlead_date": null, "hs_lifecyclestage_opportunity_date": null, "hs_lifecyclestage_other_date": null, "hs_lifecyclestage_salesqualifiedlead_date": null, "hs_lifecyclestage_subscriber_date": "2021-02-22T14:05:09.944000+00:00", "hs_linkedin_ad_clicked": null, "hs_marketable_reason_id": null, "hs_marketable_reason_type": null, "hs_marketable_status": "false", "hs_marketable_until_renewal": "false", "hs_merged_object_ids": null, "hs_object_id": 251, "hs_object_source": null, "hs_object_source_id": null, "hs_object_source_user_id": null, "hs_persona": null, "hs_pinned_engagement_id": null, "hs_pipeline": "contacts-lifecycle-pipeline", "hs_predictivecontactscore": null, "hs_predictivecontactscore_v2": 0.29, "hs_predictivecontactscorebucket": null, "hs_predictivescoringtier": "tier_4", "hs_read_only": null, "hs_sa_first_engagement_date": null, "hs_sa_first_engagement_descr": null, "hs_sa_first_engagement_object_type": null, "hs_sales_email_last_clicked": null, "hs_sales_email_last_opened": null, "hs_sales_email_last_replied": null, "hs_searchable_calculated_international_mobile_number": null, "hs_searchable_calculated_international_phone_number": null, "hs_searchable_calculated_mobile_number": null, "hs_searchable_calculated_phone_number": "5551222323", "hs_sequences_actively_enrolled_count": null, "hs_sequences_enrolled_count": null, "hs_sequences_is_enrolled": null, "hs_testpurge": null, "hs_testrollback": null, "hs_time_between_contact_creation_and_deal_close": null, "hs_time_between_contact_creation_and_deal_creation": null, "hs_time_in_customer": null, "hs_time_in_evangelist": null, "hs_time_in_lead": null, "hs_time_in_marketingqualifiedlead": null, "hs_time_in_opportunity": null, "hs_time_in_other": null, "hs_time_in_salesqualifiedlead": null, "hs_time_in_subscriber": 76394984297, "hs_time_to_first_engagement": null, "hs_time_to_move_from_lead_to_customer": null, "hs_time_to_move_from_marketingqualifiedlead_to_customer": null, "hs_time_to_move_from_opportunity_to_customer": null, "hs_time_to_move_from_salesqualifiedlead_to_customer": null, "hs_time_to_move_from_subscriber_to_customer": null, "hs_timezone": null, "hs_unique_creation_key": null, "hs_updated_by_user_id": null, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": null, "hs_was_imported": null, "hs_whatsapp_phone_number": null, "hubspot_owner_assigneddate": null, "hubspot_owner_id": null, "hubspot_team_id": null, "hubspotscore": null, "industry": null, "ip_city": null, "ip_country": null, "ip_country_code": null, "ip_latlon": null, "ip_state": null, "ip_state_code": null, "ip_zipcode": null, "job_function": null, "jobtitle": null, "lastmodifieddate": "2023-03-21T19:29:13.036000+00:00", "lastname": "Test Lastname 5001", "lifecyclestage": "subscriber", "marital_status": null, "message": null, "military_status": null, "mobilephone": null, "my_custom_test_property": null, "notes_last_contacted": null, "notes_last_updated": null, "notes_next_activity_date": null, "num_associated_deals": null, "num_contacted_notes": null, "num_conversion_events": 0, "num_notes": null, "num_unique_conversion_events": 0, "numemployees": null, "phone": "555-122-2323", "recent_conversion_date": null, "recent_conversion_event_name": null, "recent_deal_amount": null, "recent_deal_close_date": null, "relationship_status": null, "salutation": null, "school": null, "seniority": null, "start_date": null, "state": "MA", "surveymonkeyeventlastupdated": null, "test": null, "total_revenue": null, "twitterhandle": null, "webinareventlastupdated": null, "website": "http://hubspot.com", "work_email": null, "zip": "02139"}, "createdAt": "2021-02-22T14:05:09.944Z", "updatedAt": "2023-03-21T19:29:13.036Z", "archived": false, "companies": ["5170561229", "5170561229"]}, "emitted_at": 1690397694271} -{"stream": "contacts", "data": {"id": "401", "properties": {"address": "25 First Street", "annualrevenue": null, "associatedcompanyid": null, "associatedcompanylastupdated": null, "city": "Cambridge", "closedate": null, "company": null, "company_size": null, "country": null, "createdate": "2021-02-23T20:10:36.191000+00:00", "currentlyinworkflow": null, "date_of_birth": null, "days_to_close": null, "degree": null, "email": "macmitch@hubspot.com", "engagements_last_meeting_booked": null, "engagements_last_meeting_booked_campaign": null, "engagements_last_meeting_booked_medium": null, "engagements_last_meeting_booked_source": null, "fax": null, "field_of_study": null, "first_conversion_date": null, "first_conversion_event_name": null, "first_deal_created_date": null, "firstname": "Mac", "gender": null, "graduation_date": null, "hs_additional_emails": null, "hs_all_accessible_team_ids": null, "hs_all_contact_vids": "401", "hs_all_owner_ids": "52550153", "hs_all_team_ids": null, "hs_analytics_average_page_views": 0, "hs_analytics_first_referrer": null, "hs_analytics_first_timestamp": "2021-02-23T20:10:36.181000+00:00", "hs_analytics_first_touch_converting_campaign": null, "hs_analytics_first_url": null, "hs_analytics_first_visit_timestamp": null, "hs_analytics_last_referrer": null, "hs_analytics_last_timestamp": null, "hs_analytics_last_touch_converting_campaign": null, "hs_analytics_last_url": null, "hs_analytics_last_visit_timestamp": null, "hs_analytics_num_event_completions": 0, "hs_analytics_num_page_views": 0, "hs_analytics_num_visits": 0, "hs_analytics_revenue": 0.0, "hs_analytics_source": "OFFLINE", "hs_analytics_source_data_1": "IMPORT", "hs_analytics_source_data_2": "13256565", "hs_avatar_filemanager_key": null, "hs_buying_role": null, "hs_calculated_form_submissions": null, "hs_calculated_merged_vids": null, "hs_calculated_mobile_number": null, "hs_calculated_phone_number": "+18884827768", "hs_calculated_phone_number_area_code": null, "hs_calculated_phone_number_country_code": "US", "hs_calculated_phone_number_region_code": null, "hs_clicked_linkedin_ad": null, "hs_content_membership_email": null, "hs_content_membership_email_confirmed": null, "hs_content_membership_notes": null, "hs_content_membership_registered_at": null, "hs_content_membership_registration_domain_sent_to": null, "hs_content_membership_registration_email_sent_at": null, "hs_content_membership_status": null, "hs_conversations_visitor_email": null, "hs_count_is_unworked": 1, "hs_count_is_worked": 0, "hs_created_by_conversations": null, "hs_created_by_user_id": null, "hs_createdate": null, "hs_date_entered_customer": null, "hs_date_entered_evangelist": null, "hs_date_entered_lead": "2021-02-23T20:10:36.181000+00:00", "hs_date_entered_marketingqualifiedlead": null, "hs_date_entered_opportunity": null, "hs_date_entered_other": null, "hs_date_entered_salesqualifiedlead": null, "hs_date_entered_subscriber": null, "hs_date_exited_customer": null, "hs_date_exited_evangelist": null, "hs_date_exited_lead": null, "hs_date_exited_marketingqualifiedlead": null, "hs_date_exited_opportunity": null, "hs_date_exited_other": null, "hs_date_exited_salesqualifiedlead": null, "hs_date_exited_subscriber": null, "hs_document_last_revisited": null, "hs_email_bad_address": null, "hs_email_bounce": null, "hs_email_click": null, "hs_email_customer_quarantined_reason": null, "hs_email_delivered": null, "hs_email_domain": "hubspot.com", "hs_email_first_click_date": null, "hs_email_first_open_date": null, "hs_email_first_reply_date": null, "hs_email_first_send_date": null, "hs_email_hard_bounce_reason": null, "hs_email_hard_bounce_reason_enum": "OTHER", "hs_email_is_ineligible": null, "hs_email_last_click_date": null, "hs_email_last_email_name": null, "hs_email_last_open_date": null, "hs_email_last_reply_date": null, "hs_email_last_send_date": null, "hs_email_open": null, "hs_email_optout": null, "hs_email_optout_10798197": null, "hs_email_optout_11890603": null, "hs_email_optout_11890831": null, "hs_email_optout_23704464": null, "hs_email_optout_94692364": null, "hs_email_quarantined": null, "hs_email_quarantined_reason": null, "hs_email_recipient_fatigue_recovery_time": null, "hs_email_replied": null, "hs_email_sends_since_last_engagement": null, "hs_emailconfirmationstatus": null, "hs_facebook_ad_clicked": null, "hs_facebook_click_id": null, "hs_feedback_last_nps_follow_up": null, "hs_feedback_last_nps_rating": null, "hs_feedback_last_survey_date": null, "hs_feedback_show_nps_web_survey": null, "hs_first_engagement_object_id": null, "hs_first_outreach_date": null, "hs_first_subscription_create_date": null, "hs_google_click_id": null, "hs_has_active_subscription": null, "hs_ip_timezone": null, "hs_is_contact": true, "hs_is_unworked": true, "hs_language": null, "hs_last_sales_activity_date": null, "hs_last_sales_activity_timestamp": null, "hs_last_sales_activity_type": null, "hs_lastmodifieddate": null, "hs_latest_meeting_activity": null, "hs_latest_sequence_ended_date": null, "hs_latest_sequence_enrolled": null, "hs_latest_sequence_enrolled_date": null, "hs_latest_sequence_finished_date": null, "hs_latest_sequence_unenrolled_date": null, "hs_latest_source": "OFFLINE", "hs_latest_source_data_1": "IMPORT", "hs_latest_source_data_2": "13256565", "hs_latest_source_timestamp": "2021-02-23T20:10:36.210000+00:00", "hs_latest_subscription_create_date": null, "hs_lead_status": null, "hs_legal_basis": null, "hs_lifecyclestage_customer_date": null, "hs_lifecyclestage_evangelist_date": null, "hs_lifecyclestage_lead_date": "2021-02-23T20:10:36.181000+00:00", "hs_lifecyclestage_marketingqualifiedlead_date": null, "hs_lifecyclestage_opportunity_date": null, "hs_lifecyclestage_other_date": null, "hs_lifecyclestage_salesqualifiedlead_date": null, "hs_lifecyclestage_subscriber_date": null, "hs_linkedin_ad_clicked": null, "hs_marketable_reason_id": null, "hs_marketable_reason_type": null, "hs_marketable_status": "false", "hs_marketable_until_renewal": "false", "hs_merged_object_ids": null, "hs_object_id": 401, "hs_object_source": null, "hs_object_source_id": null, "hs_object_source_user_id": null, "hs_persona": null, "hs_pinned_engagement_id": null, "hs_pipeline": "contacts-lifecycle-pipeline", "hs_predictivecontactscore": null, "hs_predictivecontactscore_v2": 0.29, "hs_predictivecontactscorebucket": null, "hs_predictivescoringtier": "tier_4", "hs_read_only": null, "hs_sa_first_engagement_date": null, "hs_sa_first_engagement_descr": null, "hs_sa_first_engagement_object_type": null, "hs_sales_email_last_clicked": null, "hs_sales_email_last_opened": null, "hs_sales_email_last_replied": null, "hs_searchable_calculated_international_mobile_number": null, "hs_searchable_calculated_international_phone_number": null, "hs_searchable_calculated_mobile_number": null, "hs_searchable_calculated_phone_number": "8884827768", "hs_sequences_actively_enrolled_count": null, "hs_sequences_enrolled_count": null, "hs_sequences_is_enrolled": null, "hs_testpurge": null, "hs_testrollback": null, "hs_time_between_contact_creation_and_deal_close": null, "hs_time_between_contact_creation_and_deal_creation": null, "hs_time_in_customer": null, "hs_time_in_evangelist": null, "hs_time_in_lead": 76286658061, "hs_time_in_marketingqualifiedlead": null, "hs_time_in_opportunity": null, "hs_time_in_other": null, "hs_time_in_salesqualifiedlead": null, "hs_time_in_subscriber": null, "hs_time_to_first_engagement": null, "hs_time_to_move_from_lead_to_customer": null, "hs_time_to_move_from_marketingqualifiedlead_to_customer": null, "hs_time_to_move_from_opportunity_to_customer": null, "hs_time_to_move_from_salesqualifiedlead_to_customer": null, "hs_time_to_move_from_subscriber_to_customer": null, "hs_timezone": null, "hs_unique_creation_key": null, "hs_updated_by_user_id": null, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": "12282590", "hs_was_imported": true, "hs_whatsapp_phone_number": null, "hubspot_owner_assigneddate": "2021-05-21T10:20:30.963000+00:00", "hubspot_owner_id": "52550153", "hubspot_team_id": null, "hubspotscore": null, "industry": null, "ip_city": null, "ip_country": null, "ip_country_code": null, "ip_latlon": null, "ip_state": null, "ip_state_code": null, "ip_zipcode": null, "job_function": null, "jobtitle": null, "lastmodifieddate": "2023-03-21T19:31:00.563000+00:00", "lastname": "Mitchell", "lifecyclestage": "lead", "marital_status": null, "message": null, "military_status": null, "mobilephone": null, "my_custom_test_property": null, "notes_last_contacted": null, "notes_last_updated": null, "notes_next_activity_date": null, "num_associated_deals": null, "num_contacted_notes": null, "num_conversion_events": 0, "num_notes": null, "num_unique_conversion_events": 0, "numemployees": null, "phone": "1(888) 482-7768", "recent_conversion_date": null, "recent_conversion_event_name": null, "recent_deal_amount": null, "recent_deal_close_date": null, "relationship_status": null, "salutation": null, "school": null, "seniority": null, "start_date": null, "state": "MA", "surveymonkeyeventlastupdated": null, "test": null, "total_revenue": null, "twitterhandle": null, "webinareventlastupdated": null, "website": null, "work_email": null, "zip": "21430"}, "createdAt": "2021-02-23T20:10:36.191Z", "updatedAt": "2023-03-21T19:31:00.563Z", "archived": false}, "emitted_at": 1690397694271} -{"stream": "contacts", "data": {"id": "601", "properties": {"address": "0 First Street", "annualrevenue": null, "associatedcompanyid": null, "associatedcompanylastupdated": null, "city": "Cambridge", "closedate": null, "company": "HubSpot Test", "company_size": null, "country": null, "createdate": "2021-10-12T13:22:50.930000+00:00", "currentlyinworkflow": null, "date_of_birth": null, "days_to_close": null, "degree": null, "email": "testingapicontact_0@hubspot.com", "engagements_last_meeting_booked": null, "engagements_last_meeting_booked_campaign": null, "engagements_last_meeting_booked_medium": null, "engagements_last_meeting_booked_source": null, "fax": null, "field_of_study": null, "first_conversion_date": null, "first_conversion_event_name": null, "first_deal_created_date": null, "firstname": "test contact 0", "gender": null, "graduation_date": null, "hs_additional_emails": null, "hs_all_accessible_team_ids": null, "hs_all_contact_vids": "601", "hs_all_owner_ids": null, "hs_all_team_ids": null, "hs_analytics_average_page_views": 0, "hs_analytics_first_referrer": null, "hs_analytics_first_timestamp": "2021-10-12T13:22:50.930000+00:00", "hs_analytics_first_touch_converting_campaign": null, "hs_analytics_first_url": null, "hs_analytics_first_visit_timestamp": null, "hs_analytics_last_referrer": null, "hs_analytics_last_timestamp": null, "hs_analytics_last_touch_converting_campaign": null, "hs_analytics_last_url": null, "hs_analytics_last_visit_timestamp": null, "hs_analytics_num_event_completions": 0, "hs_analytics_num_page_views": 0, "hs_analytics_num_visits": 0, "hs_analytics_revenue": 0.0, "hs_analytics_source": "OFFLINE", "hs_analytics_source_data_1": "API", "hs_analytics_source_data_2": null, "hs_avatar_filemanager_key": null, "hs_buying_role": null, "hs_calculated_form_submissions": null, "hs_calculated_merged_vids": null, "hs_calculated_mobile_number": null, "hs_calculated_phone_number": null, "hs_calculated_phone_number_area_code": null, "hs_calculated_phone_number_country_code": null, "hs_calculated_phone_number_region_code": null, "hs_clicked_linkedin_ad": null, "hs_content_membership_email": null, "hs_content_membership_email_confirmed": null, "hs_content_membership_notes": null, "hs_content_membership_registered_at": null, "hs_content_membership_registration_domain_sent_to": null, "hs_content_membership_registration_email_sent_at": null, "hs_content_membership_status": null, "hs_conversations_visitor_email": null, "hs_count_is_unworked": null, "hs_count_is_worked": null, "hs_created_by_conversations": null, "hs_created_by_user_id": null, "hs_createdate": null, "hs_date_entered_customer": null, "hs_date_entered_evangelist": null, "hs_date_entered_lead": null, "hs_date_entered_marketingqualifiedlead": null, "hs_date_entered_opportunity": null, "hs_date_entered_other": null, "hs_date_entered_salesqualifiedlead": null, "hs_date_entered_subscriber": "2021-10-12T13:22:50.930000+00:00", "hs_date_exited_customer": null, "hs_date_exited_evangelist": null, "hs_date_exited_lead": null, "hs_date_exited_marketingqualifiedlead": null, "hs_date_exited_opportunity": null, "hs_date_exited_other": null, "hs_date_exited_salesqualifiedlead": null, "hs_date_exited_subscriber": null, "hs_document_last_revisited": null, "hs_email_bad_address": null, "hs_email_bounce": null, "hs_email_click": null, "hs_email_customer_quarantined_reason": null, "hs_email_delivered": null, "hs_email_domain": "hubspot.com", "hs_email_first_click_date": null, "hs_email_first_open_date": null, "hs_email_first_reply_date": null, "hs_email_first_send_date": null, "hs_email_hard_bounce_reason": null, "hs_email_hard_bounce_reason_enum": null, "hs_email_is_ineligible": null, "hs_email_last_click_date": null, "hs_email_last_email_name": null, "hs_email_last_open_date": null, "hs_email_last_reply_date": null, "hs_email_last_send_date": null, "hs_email_open": null, "hs_email_optout": null, "hs_email_optout_10798197": null, "hs_email_optout_11890603": null, "hs_email_optout_11890831": null, "hs_email_optout_23704464": null, "hs_email_optout_94692364": null, "hs_email_quarantined": null, "hs_email_quarantined_reason": null, "hs_email_recipient_fatigue_recovery_time": null, "hs_email_replied": null, "hs_email_sends_since_last_engagement": null, "hs_emailconfirmationstatus": null, "hs_facebook_ad_clicked": null, "hs_facebook_click_id": null, "hs_feedback_last_nps_follow_up": null, "hs_feedback_last_nps_rating": null, "hs_feedback_last_survey_date": null, "hs_feedback_show_nps_web_survey": null, "hs_first_engagement_object_id": null, "hs_first_outreach_date": null, "hs_first_subscription_create_date": null, "hs_google_click_id": null, "hs_has_active_subscription": null, "hs_ip_timezone": null, "hs_is_contact": true, "hs_is_unworked": true, "hs_language": null, "hs_last_sales_activity_date": null, "hs_last_sales_activity_timestamp": null, "hs_last_sales_activity_type": null, "hs_lastmodifieddate": null, "hs_latest_meeting_activity": null, "hs_latest_sequence_ended_date": null, "hs_latest_sequence_enrolled": null, "hs_latest_sequence_enrolled_date": null, "hs_latest_sequence_finished_date": null, "hs_latest_sequence_unenrolled_date": null, "hs_latest_source": "OFFLINE", "hs_latest_source_data_1": "API", "hs_latest_source_data_2": null, "hs_latest_source_timestamp": "2021-10-12T13:22:51.107000+00:00", "hs_latest_subscription_create_date": null, "hs_lead_status": null, "hs_legal_basis": null, "hs_lifecyclestage_customer_date": null, "hs_lifecyclestage_evangelist_date": null, "hs_lifecyclestage_lead_date": null, "hs_lifecyclestage_marketingqualifiedlead_date": null, "hs_lifecyclestage_opportunity_date": null, "hs_lifecyclestage_other_date": null, "hs_lifecyclestage_salesqualifiedlead_date": null, "hs_lifecyclestage_subscriber_date": "2021-10-12T13:22:50.930000+00:00", "hs_linkedin_ad_clicked": null, "hs_marketable_reason_id": null, "hs_marketable_reason_type": null, "hs_marketable_status": "false", "hs_marketable_until_renewal": "false", "hs_merged_object_ids": null, "hs_object_id": 601, "hs_object_source": null, "hs_object_source_id": null, "hs_object_source_user_id": null, "hs_persona": null, "hs_pinned_engagement_id": null, "hs_pipeline": "contacts-lifecycle-pipeline", "hs_predictivecontactscore": null, "hs_predictivecontactscore_v2": 0.31, "hs_predictivecontactscorebucket": null, "hs_predictivescoringtier": "tier_2", "hs_read_only": null, "hs_sa_first_engagement_date": null, "hs_sa_first_engagement_descr": null, "hs_sa_first_engagement_object_type": null, "hs_sales_email_last_clicked": null, "hs_sales_email_last_opened": null, "hs_sales_email_last_replied": null, "hs_searchable_calculated_international_mobile_number": null, "hs_searchable_calculated_international_phone_number": null, "hs_searchable_calculated_mobile_number": null, "hs_searchable_calculated_phone_number": "5551222323", "hs_sequences_actively_enrolled_count": 0, "hs_sequences_enrolled_count": null, "hs_sequences_is_enrolled": null, "hs_testpurge": null, "hs_testrollback": null, "hs_time_between_contact_creation_and_deal_close": null, "hs_time_between_contact_creation_and_deal_creation": null, "hs_time_in_customer": null, "hs_time_in_evangelist": null, "hs_time_in_lead": null, "hs_time_in_marketingqualifiedlead": null, "hs_time_in_opportunity": null, "hs_time_in_other": null, "hs_time_in_salesqualifiedlead": null, "hs_time_in_subscriber": 56352723312, "hs_time_to_first_engagement": null, "hs_time_to_move_from_lead_to_customer": null, "hs_time_to_move_from_marketingqualifiedlead_to_customer": null, "hs_time_to_move_from_opportunity_to_customer": null, "hs_time_to_move_from_salesqualifiedlead_to_customer": null, "hs_time_to_move_from_subscriber_to_customer": null, "hs_timezone": null, "hs_unique_creation_key": null, "hs_updated_by_user_id": null, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": null, "hs_was_imported": null, "hs_whatsapp_phone_number": null, "hubspot_owner_assigneddate": null, "hubspot_owner_id": null, "hubspot_team_id": null, "hubspotscore": null, "industry": null, "ip_city": null, "ip_country": null, "ip_country_code": null, "ip_latlon": null, "ip_state": null, "ip_state_code": null, "ip_zipcode": null, "job_function": null, "jobtitle": null, "lastmodifieddate": "2023-04-03T20:29:57.224000+00:00", "lastname": "testerson number 0", "lifecyclestage": "subscriber", "marital_status": null, "message": null, "military_status": null, "mobilephone": null, "my_custom_test_property": null, "notes_last_contacted": null, "notes_last_updated": null, "notes_next_activity_date": null, "num_associated_deals": null, "num_contacted_notes": null, "num_conversion_events": 0, "num_notes": null, "num_unique_conversion_events": 0, "numemployees": null, "phone": "555-122-2323", "recent_conversion_date": null, "recent_conversion_event_name": null, "recent_deal_amount": null, "recent_deal_close_date": null, "relationship_status": null, "salutation": null, "school": null, "seniority": null, "start_date": null, "state": "MA", "surveymonkeyeventlastupdated": null, "test": null, "total_revenue": null, "twitterhandle": null, "webinareventlastupdated": null, "website": "http://hubspot.com", "work_email": null, "zip": "02139"}, "createdAt": "2021-10-12T13:22:50.930Z", "updatedAt": "2023-04-03T20:29:57.224Z", "archived": false}, "emitted_at": 1690397694272} -{"stream": "contacts", "data": {"id": "651", "properties": {"address": "1 First Street", "annualrevenue": null, "associatedcompanyid": 5170561229, "associatedcompanylastupdated": null, "city": "Cambridge", "closedate": null, "company": "HubSpot Test", "company_size": null, "country": null, "createdate": "2021-01-14T14:26:17.014000+00:00", "currentlyinworkflow": null, "date_of_birth": null, "days_to_close": null, "degree": null, "email": "testingapicontact_1@hubspot.com", "engagements_last_meeting_booked": null, "engagements_last_meeting_booked_campaign": null, "engagements_last_meeting_booked_medium": null, "engagements_last_meeting_booked_source": null, "fax": null, "field_of_study": null, "first_conversion_date": null, "first_conversion_event_name": null, "first_deal_created_date": null, "firstname": "test contact 1-1", "gender": null, "graduation_date": null, "hs_additional_emails": "testingapis@hubspot.com", "hs_all_accessible_team_ids": null, "hs_all_contact_vids": "201;651", "hs_all_owner_ids": null, "hs_all_team_ids": null, "hs_analytics_average_page_views": 0, "hs_analytics_first_referrer": null, "hs_analytics_first_timestamp": "2021-01-14T14:26:17.014000+00:00", "hs_analytics_first_touch_converting_campaign": null, "hs_analytics_first_url": null, "hs_analytics_first_visit_timestamp": null, "hs_analytics_last_referrer": null, "hs_analytics_last_timestamp": null, "hs_analytics_last_touch_converting_campaign": null, "hs_analytics_last_url": null, "hs_analytics_last_visit_timestamp": null, "hs_analytics_num_event_completions": 0, "hs_analytics_num_page_views": 0, "hs_analytics_num_visits": 0, "hs_analytics_revenue": 0.0, "hs_analytics_source": "OFFLINE", "hs_analytics_source_data_1": "API", "hs_analytics_source_data_2": null, "hs_avatar_filemanager_key": null, "hs_buying_role": null, "hs_calculated_form_submissions": null, "hs_calculated_merged_vids": "201:1688758327178", "hs_calculated_mobile_number": null, "hs_calculated_phone_number": null, "hs_calculated_phone_number_area_code": null, "hs_calculated_phone_number_country_code": null, "hs_calculated_phone_number_region_code": null, "hs_clicked_linkedin_ad": null, "hs_content_membership_email": null, "hs_content_membership_email_confirmed": null, "hs_content_membership_notes": null, "hs_content_membership_registered_at": null, "hs_content_membership_registration_domain_sent_to": null, "hs_content_membership_registration_email_sent_at": null, "hs_content_membership_status": null, "hs_conversations_visitor_email": null, "hs_count_is_unworked": null, "hs_count_is_worked": null, "hs_created_by_conversations": null, "hs_created_by_user_id": null, "hs_createdate": null, "hs_date_entered_customer": null, "hs_date_entered_evangelist": null, "hs_date_entered_lead": null, "hs_date_entered_marketingqualifiedlead": null, "hs_date_entered_opportunity": null, "hs_date_entered_other": null, "hs_date_entered_salesqualifiedlead": null, "hs_date_entered_subscriber": "2021-10-12T13:23:01.830000+00:00", "hs_date_exited_customer": null, "hs_date_exited_evangelist": null, "hs_date_exited_lead": null, "hs_date_exited_marketingqualifiedlead": null, "hs_date_exited_opportunity": null, "hs_date_exited_other": null, "hs_date_exited_salesqualifiedlead": null, "hs_date_exited_subscriber": null, "hs_document_last_revisited": null, "hs_email_bad_address": null, "hs_email_bounce": null, "hs_email_click": null, "hs_email_customer_quarantined_reason": null, "hs_email_delivered": null, "hs_email_domain": "hubspot.com", "hs_email_first_click_date": null, "hs_email_first_open_date": null, "hs_email_first_reply_date": null, "hs_email_first_send_date": null, "hs_email_hard_bounce_reason": null, "hs_email_hard_bounce_reason_enum": "", "hs_email_is_ineligible": null, "hs_email_last_click_date": null, "hs_email_last_email_name": null, "hs_email_last_open_date": null, "hs_email_last_reply_date": null, "hs_email_last_send_date": null, "hs_email_open": null, "hs_email_optout": null, "hs_email_optout_10798197": null, "hs_email_optout_11890603": null, "hs_email_optout_11890831": null, "hs_email_optout_23704464": null, "hs_email_optout_94692364": null, "hs_email_quarantined": null, "hs_email_quarantined_reason": null, "hs_email_recipient_fatigue_recovery_time": null, "hs_email_replied": null, "hs_email_sends_since_last_engagement": null, "hs_emailconfirmationstatus": null, "hs_facebook_ad_clicked": null, "hs_facebook_click_id": null, "hs_feedback_last_nps_follow_up": null, "hs_feedback_last_nps_rating": null, "hs_feedback_last_survey_date": null, "hs_feedback_show_nps_web_survey": null, "hs_first_engagement_object_id": null, "hs_first_outreach_date": null, "hs_first_subscription_create_date": null, "hs_google_click_id": null, "hs_has_active_subscription": null, "hs_ip_timezone": null, "hs_is_contact": true, "hs_is_unworked": true, "hs_language": null, "hs_last_sales_activity_date": null, "hs_last_sales_activity_timestamp": null, "hs_last_sales_activity_type": null, "hs_lastmodifieddate": null, "hs_latest_meeting_activity": null, "hs_latest_sequence_ended_date": null, "hs_latest_sequence_enrolled": null, "hs_latest_sequence_enrolled_date": null, "hs_latest_sequence_finished_date": null, "hs_latest_sequence_unenrolled_date": null, "hs_latest_source": "OFFLINE", "hs_latest_source_data_1": "API", "hs_latest_source_data_2": null, "hs_latest_source_timestamp": "2021-01-14T14:26:17.081000+00:00", "hs_latest_subscription_create_date": null, "hs_lead_status": null, "hs_legal_basis": null, "hs_lifecyclestage_customer_date": null, "hs_lifecyclestage_evangelist_date": null, "hs_lifecyclestage_lead_date": null, "hs_lifecyclestage_marketingqualifiedlead_date": null, "hs_lifecyclestage_opportunity_date": null, "hs_lifecyclestage_other_date": null, "hs_lifecyclestage_salesqualifiedlead_date": null, "hs_lifecyclestage_subscriber_date": "2021-10-12T13:23:01.830000+00:00", "hs_linkedin_ad_clicked": null, "hs_marketable_reason_id": null, "hs_marketable_reason_type": null, "hs_marketable_status": "false", "hs_marketable_until_renewal": "false", "hs_merged_object_ids": "201", "hs_object_id": 651, "hs_object_source": null, "hs_object_source_id": null, "hs_object_source_user_id": null, "hs_persona": null, "hs_pinned_engagement_id": null, "hs_pipeline": "contacts-lifecycle-pipeline", "hs_predictivecontactscore": null, "hs_predictivecontactscore_v2": 0.39, "hs_predictivecontactscorebucket": null, "hs_predictivescoringtier": "tier_2", "hs_read_only": null, "hs_sa_first_engagement_date": null, "hs_sa_first_engagement_descr": null, "hs_sa_first_engagement_object_type": null, "hs_sales_email_last_clicked": null, "hs_sales_email_last_opened": null, "hs_sales_email_last_replied": null, "hs_searchable_calculated_international_mobile_number": null, "hs_searchable_calculated_international_phone_number": null, "hs_searchable_calculated_mobile_number": null, "hs_searchable_calculated_phone_number": "5551222323", "hs_sequences_actively_enrolled_count": 0, "hs_sequences_enrolled_count": null, "hs_sequences_is_enrolled": null, "hs_testpurge": null, "hs_testrollback": null, "hs_time_between_contact_creation_and_deal_close": null, "hs_time_between_contact_creation_and_deal_creation": null, "hs_time_in_customer": null, "hs_time_in_evangelist": null, "hs_time_in_lead": null, "hs_time_in_marketingqualifiedlead": null, "hs_time_in_opportunity": null, "hs_time_in_other": null, "hs_time_in_salesqualifiedlead": null, "hs_time_in_subscriber": 56352712412, "hs_time_to_first_engagement": null, "hs_time_to_move_from_lead_to_customer": null, "hs_time_to_move_from_marketingqualifiedlead_to_customer": null, "hs_time_to_move_from_opportunity_to_customer": null, "hs_time_to_move_from_salesqualifiedlead_to_customer": null, "hs_time_to_move_from_subscriber_to_customer": null, "hs_timezone": null, "hs_unique_creation_key": null, "hs_updated_by_user_id": 12282590, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": null, "hs_was_imported": null, "hs_whatsapp_phone_number": null, "hubspot_owner_assigneddate": null, "hubspot_owner_id": null, "hubspot_team_id": null, "hubspotscore": null, "industry": null, "ip_city": null, "ip_country": null, "ip_country_code": null, "ip_latlon": null, "ip_state": null, "ip_state_code": null, "ip_zipcode": null, "job_function": null, "jobtitle": null, "lastmodifieddate": "2023-07-07T19:33:25.177000+00:00", "lastname": "testerson number 1", "lifecyclestage": "subscriber", "marital_status": null, "message": null, "military_status": null, "mobilephone": null, "my_custom_test_property": null, "notes_last_contacted": null, "notes_last_updated": null, "notes_next_activity_date": null, "num_associated_deals": null, "num_contacted_notes": null, "num_conversion_events": 0, "num_notes": null, "num_unique_conversion_events": 0, "numemployees": null, "phone": "555-122-2323", "recent_conversion_date": null, "recent_conversion_event_name": null, "recent_deal_amount": null, "recent_deal_close_date": null, "relationship_status": null, "salutation": null, "school": null, "seniority": null, "start_date": null, "state": "MA", "surveymonkeyeventlastupdated": null, "test": null, "total_revenue": null, "twitterhandle": null, "webinareventlastupdated": null, "website": "http://hubspot.com", "work_email": null, "zip": "02139"}, "createdAt": "2021-01-14T14:26:17.014Z", "updatedAt": "2023-07-07T19:33:25.177Z", "archived": false, "companies": ["5170561229", "5170561229"]}, "emitted_at": 1690397694272} -{"stream": "contacts", "data": {"id": "2501", "properties": {"address": null, "annualrevenue": null, "associatedcompanyid": null, "associatedcompanylastupdated": null, "city": null, "closedate": null, "company": null, "company_size": null, "country": null, "createdate": "2023-01-30T23:17:09.904000+00:00", "currentlyinworkflow": null, "date_of_birth": null, "days_to_close": null, "degree": null, "email": "test@test.com", "engagements_last_meeting_booked": null, "engagements_last_meeting_booked_campaign": null, "engagements_last_meeting_booked_medium": null, "engagements_last_meeting_booked_source": null, "fax": null, "field_of_study": null, "first_conversion_date": null, "first_conversion_event_name": null, "first_deal_created_date": null, "firstname": "test", "gender": null, "graduation_date": null, "hs_additional_emails": null, "hs_all_accessible_team_ids": null, "hs_all_contact_vids": "2501", "hs_all_owner_ids": "", "hs_all_team_ids": null, "hs_analytics_average_page_views": 0, "hs_analytics_first_referrer": null, "hs_analytics_first_timestamp": "2023-01-30T23:17:09.904000+00:00", "hs_analytics_first_touch_converting_campaign": null, "hs_analytics_first_url": null, "hs_analytics_first_visit_timestamp": null, "hs_analytics_last_referrer": null, "hs_analytics_last_timestamp": null, "hs_analytics_last_touch_converting_campaign": null, "hs_analytics_last_url": null, "hs_analytics_last_visit_timestamp": null, "hs_analytics_num_event_completions": 0, "hs_analytics_num_page_views": 0, "hs_analytics_num_visits": 0, "hs_analytics_revenue": 0.0, "hs_analytics_source": "OFFLINE", "hs_analytics_source_data_1": "CRM_UI", "hs_analytics_source_data_2": "userId:12282590", "hs_avatar_filemanager_key": null, "hs_buying_role": null, "hs_calculated_form_submissions": null, "hs_calculated_merged_vids": null, "hs_calculated_mobile_number": null, "hs_calculated_phone_number": "+555555555555", "hs_calculated_phone_number_area_code": null, "hs_calculated_phone_number_country_code": "BR", "hs_calculated_phone_number_region_code": null, "hs_clicked_linkedin_ad": null, "hs_content_membership_email": null, "hs_content_membership_email_confirmed": null, "hs_content_membership_notes": null, "hs_content_membership_registered_at": null, "hs_content_membership_registration_domain_sent_to": null, "hs_content_membership_registration_email_sent_at": null, "hs_content_membership_status": null, "hs_conversations_visitor_email": null, "hs_count_is_unworked": null, "hs_count_is_worked": null, "hs_created_by_conversations": null, "hs_created_by_user_id": 12282590, "hs_createdate": null, "hs_date_entered_customer": null, "hs_date_entered_evangelist": null, "hs_date_entered_lead": "2023-01-30T23:17:09.904000+00:00", "hs_date_entered_marketingqualifiedlead": null, "hs_date_entered_opportunity": "2023-01-31T00:31:07.832000+00:00", "hs_date_entered_other": null, "hs_date_entered_salesqualifiedlead": null, "hs_date_entered_subscriber": null, "hs_date_exited_customer": null, "hs_date_exited_evangelist": null, "hs_date_exited_lead": "2023-01-31T00:31:07.832000+00:00", "hs_date_exited_marketingqualifiedlead": null, "hs_date_exited_opportunity": null, "hs_date_exited_other": null, "hs_date_exited_salesqualifiedlead": null, "hs_date_exited_subscriber": null, "hs_document_last_revisited": null, "hs_email_bad_address": null, "hs_email_bounce": null, "hs_email_click": null, "hs_email_customer_quarantined_reason": null, "hs_email_delivered": null, "hs_email_domain": "test.com", "hs_email_first_click_date": null, "hs_email_first_open_date": null, "hs_email_first_reply_date": null, "hs_email_first_send_date": null, "hs_email_hard_bounce_reason": null, "hs_email_hard_bounce_reason_enum": null, "hs_email_is_ineligible": null, "hs_email_last_click_date": null, "hs_email_last_email_name": null, "hs_email_last_open_date": null, "hs_email_last_reply_date": null, "hs_email_last_send_date": null, "hs_email_open": null, "hs_email_optout": null, "hs_email_optout_10798197": null, "hs_email_optout_11890603": null, "hs_email_optout_11890831": null, "hs_email_optout_23704464": null, "hs_email_optout_94692364": null, "hs_email_quarantined": null, "hs_email_quarantined_reason": null, "hs_email_recipient_fatigue_recovery_time": null, "hs_email_replied": null, "hs_email_sends_since_last_engagement": null, "hs_emailconfirmationstatus": null, "hs_facebook_ad_clicked": null, "hs_facebook_click_id": null, "hs_feedback_last_nps_follow_up": null, "hs_feedback_last_nps_rating": null, "hs_feedback_last_survey_date": null, "hs_feedback_show_nps_web_survey": null, "hs_first_engagement_object_id": null, "hs_first_outreach_date": null, "hs_first_subscription_create_date": null, "hs_google_click_id": null, "hs_has_active_subscription": null, "hs_ip_timezone": null, "hs_is_contact": true, "hs_is_unworked": true, "hs_language": null, "hs_last_sales_activity_date": null, "hs_last_sales_activity_timestamp": null, "hs_last_sales_activity_type": null, "hs_lastmodifieddate": null, "hs_latest_meeting_activity": null, "hs_latest_sequence_ended_date": null, "hs_latest_sequence_enrolled": null, "hs_latest_sequence_enrolled_date": null, "hs_latest_sequence_finished_date": null, "hs_latest_sequence_unenrolled_date": null, "hs_latest_source": "OFFLINE", "hs_latest_source_data_1": "CRM_UI", "hs_latest_source_data_2": "userId:12282590", "hs_latest_source_timestamp": "2023-01-30T23:17:10.053000+00:00", "hs_latest_subscription_create_date": null, "hs_lead_status": null, "hs_legal_basis": "Legitimate interest \u2013 prospect/lead", "hs_lifecyclestage_customer_date": null, "hs_lifecyclestage_evangelist_date": null, "hs_lifecyclestage_lead_date": "2023-01-30T23:17:09.904000+00:00", "hs_lifecyclestage_marketingqualifiedlead_date": null, "hs_lifecyclestage_opportunity_date": "2023-01-31T00:31:07.832000+00:00", "hs_lifecyclestage_other_date": null, "hs_lifecyclestage_salesqualifiedlead_date": null, "hs_lifecyclestage_subscriber_date": null, "hs_linkedin_ad_clicked": null, "hs_marketable_reason_id": null, "hs_marketable_reason_type": null, "hs_marketable_status": "false", "hs_marketable_until_renewal": "false", "hs_merged_object_ids": null, "hs_object_id": 2501, "hs_object_source": null, "hs_object_source_id": null, "hs_object_source_user_id": null, "hs_persona": null, "hs_pinned_engagement_id": null, "hs_pipeline": "contacts-lifecycle-pipeline", "hs_predictivecontactscore": null, "hs_predictivecontactscore_v2": 2.93, "hs_predictivecontactscorebucket": null, "hs_predictivescoringtier": "tier_1", "hs_read_only": null, "hs_sa_first_engagement_date": null, "hs_sa_first_engagement_descr": null, "hs_sa_first_engagement_object_type": null, "hs_sales_email_last_clicked": null, "hs_sales_email_last_opened": null, "hs_sales_email_last_replied": null, "hs_searchable_calculated_international_mobile_number": null, "hs_searchable_calculated_international_phone_number": null, "hs_searchable_calculated_mobile_number": null, "hs_searchable_calculated_phone_number": "5555555555", "hs_sequences_actively_enrolled_count": 0, "hs_sequences_enrolled_count": null, "hs_sequences_is_enrolled": null, "hs_testpurge": null, "hs_testrollback": null, "hs_time_between_contact_creation_and_deal_close": null, "hs_time_between_contact_creation_and_deal_creation": null, "hs_time_in_customer": null, "hs_time_in_evangelist": null, "hs_time_in_lead": 4437928, "hs_time_in_marketingqualifiedlead": null, "hs_time_in_opportunity": 15272626409, "hs_time_in_other": null, "hs_time_in_salesqualifiedlead": null, "hs_time_in_subscriber": null, "hs_time_to_first_engagement": null, "hs_time_to_move_from_lead_to_customer": null, "hs_time_to_move_from_marketingqualifiedlead_to_customer": null, "hs_time_to_move_from_opportunity_to_customer": null, "hs_time_to_move_from_salesqualifiedlead_to_customer": null, "hs_time_to_move_from_subscriber_to_customer": null, "hs_timezone": null, "hs_unique_creation_key": null, "hs_updated_by_user_id": 12282590, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": "", "hs_was_imported": null, "hs_whatsapp_phone_number": null, "hubspot_owner_assigneddate": null, "hubspot_owner_id": "", "hubspot_team_id": null, "hubspotscore": null, "industry": null, "ip_city": null, "ip_country": null, "ip_country_code": null, "ip_latlon": null, "ip_state": null, "ip_state_code": null, "ip_zipcode": null, "job_function": null, "jobtitle": null, "lastmodifieddate": "2023-04-04T15:11:47.143000+00:00", "lastname": "test", "lifecyclestage": "opportunity", "marital_status": null, "message": null, "military_status": null, "mobilephone": null, "my_custom_test_property": null, "notes_last_contacted": null, "notes_last_updated": null, "notes_next_activity_date": null, "num_associated_deals": null, "num_contacted_notes": null, "num_conversion_events": 0, "num_notes": null, "num_unique_conversion_events": 0, "numemployees": null, "phone": "+555555555555", "recent_conversion_date": null, "recent_conversion_event_name": null, "recent_deal_amount": null, "recent_deal_close_date": null, "relationship_status": null, "salutation": null, "school": null, "seniority": null, "start_date": null, "state": null, "surveymonkeyeventlastupdated": null, "test": null, "total_revenue": null, "twitterhandle": null, "webinareventlastupdated": null, "website": null, "work_email": null, "zip": null}, "createdAt": "2023-01-30T23:17:09.904Z", "updatedAt": "2023-04-04T15:11:47.143Z", "archived": false}, "emitted_at": 1690397694273} -{"stream": "contacts", "data": {"id": "2551", "properties": {"address": null, "annualrevenue": null, "associatedcompanyid": null, "associatedcompanylastupdated": null, "city": null, "closedate": null, "company": null, "company_size": null, "country": null, "createdate": "2023-01-31T00:11:58.499000+00:00", "currentlyinworkflow": null, "date_of_birth": null, "days_to_close": null, "degree": null, "email": "test-integration-test-user-4@testmail.com", "engagements_last_meeting_booked": null, "engagements_last_meeting_booked_campaign": null, "engagements_last_meeting_booked_medium": null, "engagements_last_meeting_booked_source": null, "fax": null, "field_of_study": null, "first_conversion_date": null, "first_conversion_event_name": null, "first_deal_created_date": null, "firstname": null, "gender": null, "graduation_date": null, "hs_additional_emails": null, "hs_all_accessible_team_ids": null, "hs_all_contact_vids": "2551", "hs_all_owner_ids": "52550153", "hs_all_team_ids": null, "hs_analytics_average_page_views": 0, "hs_analytics_first_referrer": null, "hs_analytics_first_timestamp": "2023-01-31T00:11:58.499000+00:00", "hs_analytics_first_touch_converting_campaign": null, "hs_analytics_first_url": null, "hs_analytics_first_visit_timestamp": null, "hs_analytics_last_referrer": null, "hs_analytics_last_timestamp": null, "hs_analytics_last_touch_converting_campaign": null, "hs_analytics_last_url": null, "hs_analytics_last_visit_timestamp": null, "hs_analytics_num_event_completions": 0, "hs_analytics_num_page_views": 0, "hs_analytics_num_visits": 0, "hs_analytics_revenue": 0.0, "hs_analytics_source": "OFFLINE", "hs_analytics_source_data_1": "CRM_UI", "hs_analytics_source_data_2": "userId:12282590", "hs_avatar_filemanager_key": null, "hs_buying_role": null, "hs_calculated_form_submissions": null, "hs_calculated_merged_vids": null, "hs_calculated_mobile_number": null, "hs_calculated_phone_number": null, "hs_calculated_phone_number_area_code": null, "hs_calculated_phone_number_country_code": null, "hs_calculated_phone_number_region_code": null, "hs_clicked_linkedin_ad": null, "hs_content_membership_email": null, "hs_content_membership_email_confirmed": null, "hs_content_membership_notes": null, "hs_content_membership_registered_at": null, "hs_content_membership_registration_domain_sent_to": null, "hs_content_membership_registration_email_sent_at": null, "hs_content_membership_status": null, "hs_conversations_visitor_email": null, "hs_count_is_unworked": 1, "hs_count_is_worked": 0, "hs_created_by_conversations": null, "hs_created_by_user_id": 12282590, "hs_createdate": null, "hs_date_entered_customer": null, "hs_date_entered_evangelist": null, "hs_date_entered_lead": "2023-01-31T00:11:58.499000+00:00", "hs_date_entered_marketingqualifiedlead": null, "hs_date_entered_opportunity": null, "hs_date_entered_other": null, "hs_date_entered_salesqualifiedlead": null, "hs_date_entered_subscriber": null, "hs_date_exited_customer": null, "hs_date_exited_evangelist": null, "hs_date_exited_lead": null, "hs_date_exited_marketingqualifiedlead": null, "hs_date_exited_opportunity": null, "hs_date_exited_other": null, "hs_date_exited_salesqualifiedlead": null, "hs_date_exited_subscriber": null, "hs_document_last_revisited": null, "hs_email_bad_address": null, "hs_email_bounce": null, "hs_email_click": null, "hs_email_customer_quarantined_reason": null, "hs_email_delivered": null, "hs_email_domain": "testmail.com", "hs_email_first_click_date": null, "hs_email_first_open_date": null, "hs_email_first_reply_date": null, "hs_email_first_send_date": null, "hs_email_hard_bounce_reason": null, "hs_email_hard_bounce_reason_enum": null, "hs_email_is_ineligible": null, "hs_email_last_click_date": null, "hs_email_last_email_name": null, "hs_email_last_open_date": null, "hs_email_last_reply_date": null, "hs_email_last_send_date": null, "hs_email_open": null, "hs_email_optout": null, "hs_email_optout_10798197": null, "hs_email_optout_11890603": null, "hs_email_optout_11890831": null, "hs_email_optout_23704464": null, "hs_email_optout_94692364": null, "hs_email_quarantined": null, "hs_email_quarantined_reason": null, "hs_email_recipient_fatigue_recovery_time": null, "hs_email_replied": null, "hs_email_sends_since_last_engagement": null, "hs_emailconfirmationstatus": null, "hs_facebook_ad_clicked": null, "hs_facebook_click_id": null, "hs_feedback_last_nps_follow_up": null, "hs_feedback_last_nps_rating": null, "hs_feedback_last_survey_date": null, "hs_feedback_show_nps_web_survey": null, "hs_first_engagement_object_id": null, "hs_first_outreach_date": null, "hs_first_subscription_create_date": null, "hs_google_click_id": null, "hs_has_active_subscription": null, "hs_ip_timezone": null, "hs_is_contact": true, "hs_is_unworked": true, "hs_language": null, "hs_last_sales_activity_date": null, "hs_last_sales_activity_timestamp": null, "hs_last_sales_activity_type": null, "hs_lastmodifieddate": null, "hs_latest_meeting_activity": null, "hs_latest_sequence_ended_date": null, "hs_latest_sequence_enrolled": null, "hs_latest_sequence_enrolled_date": null, "hs_latest_sequence_finished_date": null, "hs_latest_sequence_unenrolled_date": null, "hs_latest_source": "OFFLINE", "hs_latest_source_data_1": "CRM_UI", "hs_latest_source_data_2": "userId:12282590", "hs_latest_source_timestamp": "2023-01-31T00:11:58.582000+00:00", "hs_latest_subscription_create_date": null, "hs_lead_status": null, "hs_legal_basis": "Legitimate interest \u2013 prospect/lead", "hs_lifecyclestage_customer_date": null, "hs_lifecyclestage_evangelist_date": null, "hs_lifecyclestage_lead_date": "2023-01-31T00:11:58.499000+00:00", "hs_lifecyclestage_marketingqualifiedlead_date": null, "hs_lifecyclestage_opportunity_date": null, "hs_lifecyclestage_other_date": null, "hs_lifecyclestage_salesqualifiedlead_date": null, "hs_lifecyclestage_subscriber_date": null, "hs_linkedin_ad_clicked": null, "hs_marketable_reason_id": null, "hs_marketable_reason_type": null, "hs_marketable_status": "false", "hs_marketable_until_renewal": "false", "hs_merged_object_ids": null, "hs_object_id": 2551, "hs_object_source": null, "hs_object_source_id": null, "hs_object_source_user_id": null, "hs_persona": null, "hs_pinned_engagement_id": null, "hs_pipeline": "contacts-lifecycle-pipeline", "hs_predictivecontactscore": null, "hs_predictivecontactscore_v2": 2.93, "hs_predictivecontactscorebucket": null, "hs_predictivescoringtier": "tier_1", "hs_read_only": null, "hs_sa_first_engagement_date": null, "hs_sa_first_engagement_descr": null, "hs_sa_first_engagement_object_type": null, "hs_sales_email_last_clicked": null, "hs_sales_email_last_opened": null, "hs_sales_email_last_replied": null, "hs_searchable_calculated_international_mobile_number": null, "hs_searchable_calculated_international_phone_number": null, "hs_searchable_calculated_mobile_number": null, "hs_searchable_calculated_phone_number": null, "hs_sequences_actively_enrolled_count": 0, "hs_sequences_enrolled_count": null, "hs_sequences_is_enrolled": null, "hs_testpurge": null, "hs_testrollback": null, "hs_time_between_contact_creation_and_deal_close": null, "hs_time_between_contact_creation_and_deal_creation": null, "hs_time_in_customer": null, "hs_time_in_evangelist": null, "hs_time_in_lead": 15273775742, "hs_time_in_marketingqualifiedlead": null, "hs_time_in_opportunity": null, "hs_time_in_other": null, "hs_time_in_salesqualifiedlead": null, "hs_time_in_subscriber": null, "hs_time_to_first_engagement": null, "hs_time_to_move_from_lead_to_customer": null, "hs_time_to_move_from_marketingqualifiedlead_to_customer": null, "hs_time_to_move_from_opportunity_to_customer": null, "hs_time_to_move_from_salesqualifiedlead_to_customer": null, "hs_time_to_move_from_subscriber_to_customer": null, "hs_timezone": null, "hs_unique_creation_key": null, "hs_updated_by_user_id": 12282590, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": "12282590", "hs_was_imported": null, "hs_whatsapp_phone_number": null, "hubspot_owner_assigneddate": "2023-01-31T00:20:40.680000+00:00", "hubspot_owner_id": "52550153", "hubspot_team_id": null, "hubspotscore": null, "industry": null, "ip_city": null, "ip_country": null, "ip_country_code": null, "ip_latlon": null, "ip_state": null, "ip_state_code": null, "ip_zipcode": null, "job_function": null, "jobtitle": null, "lastmodifieddate": "2023-04-03T20:29:54.560000+00:00", "lastname": null, "lifecyclestage": "lead", "marital_status": null, "message": null, "military_status": null, "mobilephone": null, "my_custom_test_property": null, "notes_last_contacted": null, "notes_last_updated": null, "notes_next_activity_date": null, "num_associated_deals": null, "num_contacted_notes": null, "num_conversion_events": 0, "num_notes": null, "num_unique_conversion_events": 0, "numemployees": null, "phone": null, "recent_conversion_date": null, "recent_conversion_event_name": null, "recent_deal_amount": null, "recent_deal_close_date": null, "relationship_status": null, "salutation": null, "school": null, "seniority": null, "start_date": null, "state": null, "surveymonkeyeventlastupdated": null, "test": null, "total_revenue": null, "twitterhandle": null, "webinareventlastupdated": null, "website": null, "work_email": null, "zip": null}, "createdAt": "2023-01-31T00:11:58.499Z", "updatedAt": "2023-04-03T20:29:54.560Z", "archived": false}, "emitted_at": 1690397694273} -{"stream": "contacts", "data": {"id": "2601", "properties": {"address": null, "annualrevenue": null, "associatedcompanyid": null, "associatedcompanylastupdated": null, "city": null, "closedate": null, "company": null, "company_size": null, "country": null, "createdate": "2023-02-01T13:08:49.766000+00:00", "currentlyinworkflow": null, "date_of_birth": null, "days_to_close": null, "degree": null, "email": "test.person@airbyte.com", "engagements_last_meeting_booked": null, "engagements_last_meeting_booked_campaign": null, "engagements_last_meeting_booked_medium": null, "engagements_last_meeting_booked_source": null, "fax": null, "field_of_study": null, "first_conversion_date": null, "first_conversion_event_name": null, "first_deal_created_date": null, "firstname": "TEST", "gender": null, "graduation_date": null, "hs_additional_emails": null, "hs_all_accessible_team_ids": null, "hs_all_contact_vids": "2601", "hs_all_owner_ids": "52550153", "hs_all_team_ids": null, "hs_analytics_average_page_views": 0, "hs_analytics_first_referrer": null, "hs_analytics_first_timestamp": "2023-02-01T13:08:49.735000+00:00", "hs_analytics_first_touch_converting_campaign": null, "hs_analytics_first_url": null, "hs_analytics_first_visit_timestamp": null, "hs_analytics_last_referrer": null, "hs_analytics_last_timestamp": null, "hs_analytics_last_touch_converting_campaign": null, "hs_analytics_last_url": null, "hs_analytics_last_visit_timestamp": null, "hs_analytics_num_event_completions": 0, "hs_analytics_num_page_views": 0, "hs_analytics_num_visits": 0, "hs_analytics_revenue": 0.0, "hs_analytics_source": "OFFLINE", "hs_analytics_source_data_1": "CRM_UI", "hs_analytics_source_data_2": "userId:12282590", "hs_avatar_filemanager_key": null, "hs_buying_role": null, "hs_calculated_form_submissions": null, "hs_calculated_merged_vids": null, "hs_calculated_mobile_number": null, "hs_calculated_phone_number": null, "hs_calculated_phone_number_area_code": null, "hs_calculated_phone_number_country_code": null, "hs_calculated_phone_number_region_code": null, "hs_clicked_linkedin_ad": null, "hs_content_membership_email": null, "hs_content_membership_email_confirmed": null, "hs_content_membership_notes": null, "hs_content_membership_registered_at": null, "hs_content_membership_registration_domain_sent_to": null, "hs_content_membership_registration_email_sent_at": null, "hs_content_membership_status": null, "hs_conversations_visitor_email": null, "hs_count_is_unworked": 1, "hs_count_is_worked": 0, "hs_created_by_conversations": null, "hs_created_by_user_id": 12282590, "hs_createdate": null, "hs_date_entered_customer": null, "hs_date_entered_evangelist": null, "hs_date_entered_lead": "2023-02-01T13:08:49.735000+00:00", "hs_date_entered_marketingqualifiedlead": null, "hs_date_entered_opportunity": null, "hs_date_entered_other": null, "hs_date_entered_salesqualifiedlead": null, "hs_date_entered_subscriber": null, "hs_date_exited_customer": null, "hs_date_exited_evangelist": null, "hs_date_exited_lead": null, "hs_date_exited_marketingqualifiedlead": null, "hs_date_exited_opportunity": null, "hs_date_exited_other": null, "hs_date_exited_salesqualifiedlead": null, "hs_date_exited_subscriber": null, "hs_document_last_revisited": null, "hs_email_bad_address": null, "hs_email_bounce": null, "hs_email_click": null, "hs_email_customer_quarantined_reason": null, "hs_email_delivered": null, "hs_email_domain": "airbyte.com", "hs_email_first_click_date": null, "hs_email_first_open_date": null, "hs_email_first_reply_date": null, "hs_email_first_send_date": null, "hs_email_hard_bounce_reason": null, "hs_email_hard_bounce_reason_enum": null, "hs_email_is_ineligible": null, "hs_email_last_click_date": null, "hs_email_last_email_name": null, "hs_email_last_open_date": null, "hs_email_last_reply_date": null, "hs_email_last_send_date": null, "hs_email_open": null, "hs_email_optout": null, "hs_email_optout_10798197": null, "hs_email_optout_11890603": null, "hs_email_optout_11890831": null, "hs_email_optout_23704464": null, "hs_email_optout_94692364": null, "hs_email_quarantined": null, "hs_email_quarantined_reason": null, "hs_email_recipient_fatigue_recovery_time": null, "hs_email_replied": null, "hs_email_sends_since_last_engagement": null, "hs_emailconfirmationstatus": null, "hs_facebook_ad_clicked": null, "hs_facebook_click_id": null, "hs_feedback_last_nps_follow_up": null, "hs_feedback_last_nps_rating": null, "hs_feedback_last_survey_date": null, "hs_feedback_show_nps_web_survey": null, "hs_first_engagement_object_id": null, "hs_first_outreach_date": null, "hs_first_subscription_create_date": null, "hs_google_click_id": null, "hs_has_active_subscription": null, "hs_ip_timezone": null, "hs_is_contact": true, "hs_is_unworked": true, "hs_language": null, "hs_last_sales_activity_date": null, "hs_last_sales_activity_timestamp": null, "hs_last_sales_activity_type": null, "hs_lastmodifieddate": null, "hs_latest_meeting_activity": null, "hs_latest_sequence_ended_date": null, "hs_latest_sequence_enrolled": null, "hs_latest_sequence_enrolled_date": null, "hs_latest_sequence_finished_date": null, "hs_latest_sequence_unenrolled_date": null, "hs_latest_source": "OFFLINE", "hs_latest_source_data_1": "CRM_UI", "hs_latest_source_data_2": "userId:12282590", "hs_latest_source_timestamp": "2023-02-01T13:08:49.863000+00:00", "hs_latest_subscription_create_date": null, "hs_lead_status": null, "hs_legal_basis": "Performance of a contract", "hs_lifecyclestage_customer_date": null, "hs_lifecyclestage_evangelist_date": null, "hs_lifecyclestage_lead_date": "2023-02-01T13:08:49.735000+00:00", "hs_lifecyclestage_marketingqualifiedlead_date": null, "hs_lifecyclestage_opportunity_date": null, "hs_lifecyclestage_other_date": null, "hs_lifecyclestage_salesqualifiedlead_date": null, "hs_lifecyclestage_subscriber_date": null, "hs_linkedin_ad_clicked": null, "hs_marketable_reason_id": "12282590", "hs_marketable_reason_type": "USER_SET", "hs_marketable_status": "true", "hs_marketable_until_renewal": "false", "hs_merged_object_ids": null, "hs_object_id": 2601, "hs_object_source": null, "hs_object_source_id": null, "hs_object_source_user_id": null, "hs_persona": null, "hs_pinned_engagement_id": null, "hs_pipeline": "contacts-lifecycle-pipeline", "hs_predictivecontactscore": null, "hs_predictivecontactscore_v2": 3.15, "hs_predictivecontactscorebucket": null, "hs_predictivescoringtier": "tier_1", "hs_read_only": null, "hs_sa_first_engagement_date": null, "hs_sa_first_engagement_descr": null, "hs_sa_first_engagement_object_type": null, "hs_sales_email_last_clicked": null, "hs_sales_email_last_opened": null, "hs_sales_email_last_replied": null, "hs_searchable_calculated_international_mobile_number": null, "hs_searchable_calculated_international_phone_number": null, "hs_searchable_calculated_mobile_number": null, "hs_searchable_calculated_phone_number": null, "hs_sequences_actively_enrolled_count": 0, "hs_sequences_enrolled_count": null, "hs_sequences_is_enrolled": null, "hs_testpurge": null, "hs_testrollback": null, "hs_time_between_contact_creation_and_deal_close": null, "hs_time_between_contact_creation_and_deal_creation": null, "hs_time_in_customer": null, "hs_time_in_evangelist": null, "hs_time_in_lead": 15140764507, "hs_time_in_marketingqualifiedlead": null, "hs_time_in_opportunity": null, "hs_time_in_other": null, "hs_time_in_salesqualifiedlead": null, "hs_time_in_subscriber": null, "hs_time_to_first_engagement": null, "hs_time_to_move_from_lead_to_customer": null, "hs_time_to_move_from_marketingqualifiedlead_to_customer": null, "hs_time_to_move_from_opportunity_to_customer": null, "hs_time_to_move_from_salesqualifiedlead_to_customer": null, "hs_time_to_move_from_subscriber_to_customer": null, "hs_timezone": null, "hs_unique_creation_key": null, "hs_updated_by_user_id": 12282590, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": "12282590", "hs_was_imported": null, "hs_whatsapp_phone_number": null, "hubspot_owner_assigneddate": "2023-02-01T13:08:49.735000+00:00", "hubspot_owner_id": "52550153", "hubspot_team_id": null, "hubspotscore": null, "industry": null, "ip_city": null, "ip_country": null, "ip_country_code": null, "ip_latlon": null, "ip_state": null, "ip_state_code": null, "ip_zipcode": null, "job_function": null, "jobtitle": null, "lastmodifieddate": "2023-04-03T20:29:58.691000+00:00", "lastname": "TEST", "lifecyclestage": "lead", "marital_status": null, "message": null, "military_status": null, "mobilephone": null, "my_custom_test_property": null, "notes_last_contacted": null, "notes_last_updated": null, "notes_next_activity_date": null, "num_associated_deals": null, "num_contacted_notes": null, "num_conversion_events": 0, "num_notes": null, "num_unique_conversion_events": 0, "numemployees": null, "phone": null, "recent_conversion_date": null, "recent_conversion_event_name": null, "recent_deal_amount": null, "recent_deal_close_date": null, "relationship_status": null, "salutation": null, "school": null, "seniority": null, "start_date": null, "state": null, "surveymonkeyeventlastupdated": null, "test": null, "total_revenue": null, "twitterhandle": null, "webinareventlastupdated": null, "website": null, "work_email": null, "zip": null}, "createdAt": "2023-02-01T13:08:49.766Z", "updatedAt": "2023-04-03T20:29:58.691Z", "archived": false}, "emitted_at": 1690397694274} -{"stream": "contacts_list_memberships", "data": {"canonical-vid": 2501, "static-list-id": 60, "internal-list-id": 2147483643, "timestamp": 1675124235515, "vid": 2501, "is-member": true}, "emitted_at": 1685387177140} -{"stream": "contacts_list_memberships", "data": {"canonical-vid": 2501, "static-list-id": 61, "internal-list-id": 2147483643, "timestamp": 1675124259228, "vid": 2501, "is-member": true}, "emitted_at": 1685387177141} -{"stream": "contacts_list_memberships", "data": {"canonical-vid": 2501, "static-list-id": 166, "internal-list-id": 2147483643, "timestamp": 1675120848102, "vid": 2501, "is-member": true}, "emitted_at": 1685387177141} -{"stream": "deal_pipelines", "data": {"label": "New Business Pipeline", "displayOrder": 3, "active": true, "stages": [{"label": "Initial Qualification", "displayOrder": 0, "metadata": {"isClosed": "false", "probability": "0.1"}, "stageId": "9567448", "createdAt": 1610635973956, "updatedAt": 1680620354263, "active": true}, {"label": "Success! Closed Won", "displayOrder": 2, "metadata": {"isClosed": "true", "probability": "1.0"}, "stageId": "customclosedwonstage", "createdAt": 1610635973956, "updatedAt": 1680620354263, "active": true}, {"label": "Negotiation", "displayOrder": 1, "metadata": {"isClosed": "false", "probability": "0.5"}, "stageId": "9567449", "createdAt": 1610635973956, "updatedAt": 1680620354263, "active": true}, {"label": "Closed Lost", "displayOrder": 3, "metadata": {"isClosed": "false", "probability": "0.1"}, "stageId": "66894120", "createdAt": 1680620354263, "updatedAt": 1680620354263, "active": true}], "objectType": "DEAL", "objectTypeId": "0-3", "pipelineId": "b9152945-a594-4835-9676-a6f405fecd71", "createdAt": 1610635973956, "updatedAt": 1680620354263, "default": false}, "emitted_at": 1685387177933} -{"stream": "deals", "data": {"id": "4280411910", "properties": {"amount": 6, "amount_in_home_currency": 6, "closed_lost_reason": null, "closed_won_reason": null, "closedate": "2014-08-31T00:00:00+00:00", "createdate": "2021-02-22T14:01:11.762000+00:00", "days_to_close": 0, "dealname": "Test Deal 332", "dealstage": "appointmentscheduled", "dealtype": "newbusiness", "description": "Test deal", "engagements_last_meeting_booked": null, "engagements_last_meeting_booked_campaign": null, "engagements_last_meeting_booked_medium": null, "engagements_last_meeting_booked_source": null, "hs_acv": 95.0, "hs_all_accessible_team_ids": null, "hs_all_collaborator_owner_ids": null, "hs_all_deal_split_owner_ids": null, "hs_all_owner_ids": "52550153", "hs_all_team_ids": null, "hs_analytics_latest_source": null, "hs_analytics_latest_source_company": null, "hs_analytics_latest_source_contact": null, "hs_analytics_latest_source_data_1": null, "hs_analytics_latest_source_data_1_company": null, "hs_analytics_latest_source_data_1_contact": null, "hs_analytics_latest_source_data_2": null, "hs_analytics_latest_source_data_2_company": null, "hs_analytics_latest_source_data_2_contact": null, "hs_analytics_latest_source_timestamp": null, "hs_analytics_latest_source_timestamp_company": null, "hs_analytics_latest_source_timestamp_contact": null, "hs_analytics_source": null, "hs_analytics_source_data_1": null, "hs_analytics_source_data_2": null, "hs_arr": 0.0, "hs_campaign": null, "hs_closed_amount": 0, "hs_closed_amount_in_home_currency": 0, "hs_closed_won_count": null, "hs_closed_won_date": null, "hs_created_by_user_id": null, "hs_createdate": "2021-02-22T14:01:11.762000+00:00", "hs_date_entered_66894120": null, "hs_date_entered_9567448": null, "hs_date_entered_9567449": null, "hs_date_entered_appointmentscheduled": "2021-02-22T14:01:11.762000+00:00", "hs_date_entered_closedlost": null, "hs_date_entered_closedwon": null, "hs_date_entered_contractsent": null, "hs_date_entered_customclosedwonstage": null, "hs_date_entered_decisionmakerboughtin": null, "hs_date_entered_presentationscheduled": null, "hs_date_entered_qualifiedtobuy": null, "hs_date_exited_66894120": null, "hs_date_exited_9567448": null, "hs_date_exited_9567449": null, "hs_date_exited_appointmentscheduled": null, "hs_date_exited_closedlost": null, "hs_date_exited_closedwon": null, "hs_date_exited_contractsent": null, "hs_date_exited_customclosedwonstage": null, "hs_date_exited_decisionmakerboughtin": null, "hs_date_exited_presentationscheduled": null, "hs_date_exited_qualifiedtobuy": null, "hs_days_to_close_raw": 0, "hs_deal_amount_calculation_preference": null, "hs_deal_stage_probability": 0.2, "hs_deal_stage_probability_shadow": null, "hs_exchange_rate": null, "hs_forecast_amount": 6, "hs_forecast_probability": null, "hs_is_closed": false, "hs_is_closed_won": false, "hs_is_deal_split": false, "hs_is_open_count": 1, "hs_lastmodifieddate": "2023-04-04T21:28:37.824000+00:00", "hs_latest_meeting_activity": null, "hs_likelihood_to_close": null, "hs_line_item_global_term_hs_discount_percentage": null, "hs_line_item_global_term_hs_discount_percentage_enabled": null, "hs_line_item_global_term_hs_recurring_billing_period": null, "hs_line_item_global_term_hs_recurring_billing_period_enabled": null, "hs_line_item_global_term_hs_recurring_billing_start_date": null, "hs_line_item_global_term_hs_recurring_billing_start_date_enabled": null, "hs_line_item_global_term_recurringbillingfrequency": null, "hs_line_item_global_term_recurringbillingfrequency_enabled": null, "hs_manual_forecast_category": null, "hs_merged_object_ids": null, "hs_mrr": 0.0, "hs_next_step": null, "hs_num_associated_deal_splits": null, "hs_num_of_associated_line_items": 1, "hs_num_target_accounts": 0, "hs_object_id": 4280411910, "hs_object_source": null, "hs_object_source_id": null, "hs_object_source_user_id": null, "hs_pinned_engagement_id": null, "hs_predicted_amount": null, "hs_predicted_amount_in_home_currency": null, "hs_priority": null, "hs_projected_amount": 1.2000000000000002, "hs_projected_amount_in_home_currency": 1.2000000000000002, "hs_read_only": null, "hs_sales_email_last_replied": null, "hs_tag_ids": null, "hs_tcv": 95.0, "hs_time_in_66894120": null, "hs_time_in_9567448": null, "hs_time_in_9567449": null, "hs_time_in_appointmentscheduled": 77505247423, "hs_time_in_closedlost": null, "hs_time_in_closedwon": null, "hs_time_in_contractsent": null, "hs_time_in_customclosedwonstage": null, "hs_time_in_decisionmakerboughtin": null, "hs_time_in_presentationscheduled": null, "hs_time_in_qualifiedtobuy": null, "hs_unique_creation_key": null, "hs_updated_by_user_id": null, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": "12282590", "hs_was_imported": null, "hubspot_owner_assigneddate": "2021-02-22T14:01:11.762000+00:00", "hubspot_owner_id": "52550153", "hubspot_team_id": null, "notes_last_contacted": null, "notes_last_updated": null, "notes_next_activity_date": null, "num_associated_contacts": 0, "num_contacted_notes": null, "num_notes": null, "pipeline": "default"}, "createdAt": "2021-02-22T14:01:11.762Z", "updatedAt": "2023-04-04T21:28:37.824Z", "archived": false, "companies": ["5183409178", "5183409178"], "line_items": ["5153237390"]}, "emitted_at": 1691507719264} -{"stream": "deals", "data": {"id": "4315375411", "properties": {"amount": 10, "amount_in_home_currency": 10, "closed_lost_reason": null, "closed_won_reason": null, "closedate": "2021-02-28T20:20:10.826000+00:00", "createdate": "2021-02-23T20:20:10.826000+00:00", "days_to_close": 5, "dealname": "Test deal 2", "dealstage": "appointmentscheduled", "dealtype": null, "description": null, "engagements_last_meeting_booked": null, "engagements_last_meeting_booked_campaign": null, "engagements_last_meeting_booked_medium": null, "engagements_last_meeting_booked_source": null, "hs_acv": 10.0, "hs_all_accessible_team_ids": null, "hs_all_collaborator_owner_ids": null, "hs_all_deal_split_owner_ids": null, "hs_all_owner_ids": "52550153", "hs_all_team_ids": null, "hs_analytics_latest_source": "", "hs_analytics_latest_source_company": null, "hs_analytics_latest_source_contact": "", "hs_analytics_latest_source_data_1": "", "hs_analytics_latest_source_data_1_company": null, "hs_analytics_latest_source_data_1_contact": "", "hs_analytics_latest_source_data_2": "", "hs_analytics_latest_source_data_2_company": null, "hs_analytics_latest_source_data_2_contact": "", "hs_analytics_latest_source_timestamp": null, "hs_analytics_latest_source_timestamp_company": null, "hs_analytics_latest_source_timestamp_contact": null, "hs_analytics_source": "", "hs_analytics_source_data_1": "", "hs_analytics_source_data_2": "", "hs_arr": 0.0, "hs_campaign": null, "hs_closed_amount": 0, "hs_closed_amount_in_home_currency": 0, "hs_closed_won_count": null, "hs_closed_won_date": null, "hs_created_by_user_id": 12282590, "hs_createdate": "2021-02-23T20:21:32.862000+00:00", "hs_date_entered_66894120": null, "hs_date_entered_9567448": null, "hs_date_entered_9567449": null, "hs_date_entered_appointmentscheduled": "2021-02-23T20:21:32.862000+00:00", "hs_date_entered_closedlost": null, "hs_date_entered_closedwon": null, "hs_date_entered_contractsent": null, "hs_date_entered_customclosedwonstage": null, "hs_date_entered_decisionmakerboughtin": null, "hs_date_entered_presentationscheduled": null, "hs_date_entered_qualifiedtobuy": null, "hs_date_exited_66894120": null, "hs_date_exited_9567448": null, "hs_date_exited_9567449": null, "hs_date_exited_appointmentscheduled": null, "hs_date_exited_closedlost": null, "hs_date_exited_closedwon": null, "hs_date_exited_contractsent": null, "hs_date_exited_customclosedwonstage": null, "hs_date_exited_decisionmakerboughtin": null, "hs_date_exited_presentationscheduled": null, "hs_date_exited_qualifiedtobuy": null, "hs_days_to_close_raw": 5, "hs_deal_amount_calculation_preference": null, "hs_deal_stage_probability": 0.2, "hs_deal_stage_probability_shadow": null, "hs_exchange_rate": null, "hs_forecast_amount": 10, "hs_forecast_probability": null, "hs_is_closed": false, "hs_is_closed_won": false, "hs_is_deal_split": false, "hs_is_open_count": 1, "hs_lastmodifieddate": "2023-01-30T23:10:56.577000+00:00", "hs_latest_meeting_activity": null, "hs_likelihood_to_close": null, "hs_line_item_global_term_hs_discount_percentage": null, "hs_line_item_global_term_hs_discount_percentage_enabled": null, "hs_line_item_global_term_hs_recurring_billing_period": null, "hs_line_item_global_term_hs_recurring_billing_period_enabled": null, "hs_line_item_global_term_hs_recurring_billing_start_date": null, "hs_line_item_global_term_hs_recurring_billing_start_date_enabled": null, "hs_line_item_global_term_recurringbillingfrequency": null, "hs_line_item_global_term_recurringbillingfrequency_enabled": null, "hs_manual_forecast_category": null, "hs_merged_object_ids": null, "hs_mrr": 0.0, "hs_next_step": null, "hs_num_associated_deal_splits": null, "hs_num_of_associated_line_items": 1, "hs_num_target_accounts": null, "hs_object_id": 4315375411, "hs_object_source": null, "hs_object_source_id": null, "hs_object_source_user_id": null, "hs_pinned_engagement_id": null, "hs_predicted_amount": null, "hs_predicted_amount_in_home_currency": null, "hs_priority": null, "hs_projected_amount": 2.0, "hs_projected_amount_in_home_currency": 2.0, "hs_read_only": null, "hs_sales_email_last_replied": null, "hs_tag_ids": null, "hs_tcv": 10.0, "hs_time_in_66894120": null, "hs_time_in_9567448": null, "hs_time_in_9567449": null, "hs_time_in_appointmentscheduled": 77396026323, "hs_time_in_closedlost": null, "hs_time_in_closedwon": null, "hs_time_in_contractsent": null, "hs_time_in_customclosedwonstage": null, "hs_time_in_decisionmakerboughtin": null, "hs_time_in_presentationscheduled": null, "hs_time_in_qualifiedtobuy": null, "hs_unique_creation_key": null, "hs_updated_by_user_id": 12282590, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": "12282590", "hs_was_imported": null, "hubspot_owner_assigneddate": "2021-02-23T20:21:32.862000+00:00", "hubspot_owner_id": "52550153", "hubspot_team_id": null, "notes_last_contacted": null, "notes_last_updated": "2021-02-26T06:00:00+00:00", "notes_next_activity_date": null, "num_associated_contacts": 0, "num_contacted_notes": 0, "num_notes": 2, "pipeline": "default"}, "createdAt": "2021-02-23T20:20:10.826Z", "updatedAt": "2023-01-30T23:10:56.577Z", "archived": false, "line_items": ["1188257165"]}, "emitted_at": 1691507719265} -{"stream": "deals", "data": {"id": "5313445525", "properties": {"amount": 60, "amount_in_home_currency": 60, "closed_lost_reason": null, "closed_won_reason": null, "closedate": "2021-05-31T10:21:28.593000+00:00", "createdate": "2021-05-21T10:21:28.593000+00:00", "days_to_close": 10, "dealname": "Test Deal AAAA", "dealstage": "appointmentscheduled", "dealtype": "newbusiness", "description": null, "engagements_last_meeting_booked": null, "engagements_last_meeting_booked_campaign": null, "engagements_last_meeting_booked_medium": null, "engagements_last_meeting_booked_source": null, "hs_acv": 60.0, "hs_all_accessible_team_ids": null, "hs_all_collaborator_owner_ids": null, "hs_all_deal_split_owner_ids": null, "hs_all_owner_ids": "52550153", "hs_all_team_ids": null, "hs_analytics_latest_source": "", "hs_analytics_latest_source_company": null, "hs_analytics_latest_source_contact": "", "hs_analytics_latest_source_data_1": "", "hs_analytics_latest_source_data_1_company": null, "hs_analytics_latest_source_data_1_contact": "", "hs_analytics_latest_source_data_2": "", "hs_analytics_latest_source_data_2_company": null, "hs_analytics_latest_source_data_2_contact": "", "hs_analytics_latest_source_timestamp": null, "hs_analytics_latest_source_timestamp_company": null, "hs_analytics_latest_source_timestamp_contact": null, "hs_analytics_source": "", "hs_analytics_source_data_1": "", "hs_analytics_source_data_2": "", "hs_arr": 60.0, "hs_campaign": null, "hs_closed_amount": 0, "hs_closed_amount_in_home_currency": 0, "hs_closed_won_count": null, "hs_closed_won_date": null, "hs_created_by_user_id": 12282590, "hs_createdate": "2021-05-21T10:22:40.228000+00:00", "hs_date_entered_66894120": null, "hs_date_entered_9567448": null, "hs_date_entered_9567449": null, "hs_date_entered_appointmentscheduled": "2021-05-21T10:22:40.228000+00:00", "hs_date_entered_closedlost": null, "hs_date_entered_closedwon": null, "hs_date_entered_contractsent": null, "hs_date_entered_customclosedwonstage": null, "hs_date_entered_decisionmakerboughtin": null, "hs_date_entered_presentationscheduled": null, "hs_date_entered_qualifiedtobuy": null, "hs_date_exited_66894120": null, "hs_date_exited_9567448": null, "hs_date_exited_9567449": null, "hs_date_exited_appointmentscheduled": null, "hs_date_exited_closedlost": null, "hs_date_exited_closedwon": null, "hs_date_exited_contractsent": null, "hs_date_exited_customclosedwonstage": null, "hs_date_exited_decisionmakerboughtin": null, "hs_date_exited_presentationscheduled": null, "hs_date_exited_qualifiedtobuy": null, "hs_days_to_close_raw": 10, "hs_deal_amount_calculation_preference": null, "hs_deal_stage_probability": 0.2, "hs_deal_stage_probability_shadow": 0.2, "hs_exchange_rate": null, "hs_forecast_amount": 60, "hs_forecast_probability": null, "hs_is_closed": false, "hs_is_closed_won": false, "hs_is_deal_split": false, "hs_is_open_count": 1, "hs_lastmodifieddate": "2023-01-23T15:35:59.701000+00:00", "hs_latest_meeting_activity": null, "hs_likelihood_to_close": null, "hs_line_item_global_term_hs_discount_percentage": null, "hs_line_item_global_term_hs_discount_percentage_enabled": null, "hs_line_item_global_term_hs_recurring_billing_period": null, "hs_line_item_global_term_hs_recurring_billing_period_enabled": null, "hs_line_item_global_term_hs_recurring_billing_start_date": null, "hs_line_item_global_term_hs_recurring_billing_start_date_enabled": null, "hs_line_item_global_term_recurringbillingfrequency": null, "hs_line_item_global_term_recurringbillingfrequency_enabled": null, "hs_manual_forecast_category": null, "hs_merged_object_ids": null, "hs_mrr": 20.0, "hs_next_step": null, "hs_num_associated_deal_splits": 0, "hs_num_of_associated_line_items": 1, "hs_num_target_accounts": 0, "hs_object_id": 5313445525, "hs_object_source": null, "hs_object_source_id": null, "hs_object_source_user_id": null, "hs_pinned_engagement_id": null, "hs_predicted_amount": null, "hs_predicted_amount_in_home_currency": null, "hs_priority": "medium", "hs_projected_amount": 12.0, "hs_projected_amount_in_home_currency": 12.0, "hs_read_only": null, "hs_sales_email_last_replied": null, "hs_tag_ids": null, "hs_tcv": 60.0, "hs_time_in_66894120": null, "hs_time_in_9567448": null, "hs_time_in_9567449": null, "hs_time_in_appointmentscheduled": 69915158957, "hs_time_in_closedlost": null, "hs_time_in_closedwon": null, "hs_time_in_contractsent": null, "hs_time_in_customclosedwonstage": null, "hs_time_in_decisionmakerboughtin": null, "hs_time_in_presentationscheduled": null, "hs_time_in_qualifiedtobuy": null, "hs_unique_creation_key": null, "hs_updated_by_user_id": 12282590, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": "12282590", "hs_was_imported": null, "hubspot_owner_assigneddate": "2021-05-21T10:22:40.228000+00:00", "hubspot_owner_id": "52550153", "hubspot_team_id": null, "notes_last_contacted": null, "notes_last_updated": null, "notes_next_activity_date": null, "num_associated_contacts": 0, "num_contacted_notes": null, "num_notes": null, "pipeline": "default"}, "createdAt": "2021-05-21T10:21:28.593Z", "updatedAt": "2023-01-23T15:35:59.701Z", "archived": false, "companies": ["5438025334", "5438025334"], "line_items": ["1510167477"]}, "emitted_at": 1691507719265} -{"stream": "email_events", "data": {"id": "cd276838-3925-4649-9a38-2b61761362c4", "source": "SOURCE_HUBSPOT_CUSTOMER", "recipient": "testingapicontact_0@hubspot.com", "subscriptions": [{"id": 23704464, "status": "SUBSCRIBED", "legalBasisChange": {"legalBasisType": "LEGITIMATE_INTEREST_CLIENT", "legalBasisExplanation": "test", "optState": "OPT_IN"}}], "sourceId": "Self Service Resubscription", "created": 1675123491624, "type": "STATUSCHANGE", "portalId": 8727216, "appId": 0, "emailCampaignId": 0}, "emitted_at": 1688977609453} -{"stream": "email_subscriptions", "data": {"id": 23704464, "portalId": 8727216, "name": "Test sub", "description": "Test sub", "active": true, "internal": false, "category": "Marketing", "channel": "Email", "businessUnitId": 0}, "emitted_at": 1685387183303} -{"stream": "email_subscriptions", "data": {"id": 10798197, "portalId": 8727216, "name": "DONT USE ME", "description": "Receive feedback requests and customer service information.", "active": true, "internal": true, "category": "Service", "channel": "Email", "order": 0, "internalName": "SERVICE_HUB_FEEDBACK", "businessUnitId": 0}, "emitted_at": 1685387183304} -{"stream": "email_subscriptions", "data": {"id": 11890603, "portalId": 8727216, "name": "DONT USE ME ", "description": "TTTT", "active": true, "internal": false, "category": "", "channel": "", "order": 1, "businessUnitId": 0}, "emitted_at": 1685387183304} -{"stream": "engagements", "data": {"id": 11257289597, "portalId": 8727216, "active": true, "createdAt": 1614111907503, "lastUpdated": 1681915963485, "createdBy": 12282590, "modifiedBy": 12282590, "ownerId": 52550153, "type": "TASK", "timestamp": 1614319200000, "allAccessibleTeamIds": [], "bodyPreview": "Regarding note logged on Tuesday, February 23, 2021 10:25 PM", "queueMembershipIds": [], "bodyPreviewIsTruncated": false, "bodyPreviewHtml": "\n \n \n Regarding note logged on Tuesday, February 23, 2021 10:25 PM\n \n", "gdprDeleted": false, "associations": {"contactIds": [], "companyIds": [], "dealIds": [4315375411], "ownerIds": [], "workflowIds": [], "ticketIds": [], "contentIds": [], "quoteIds": [], "marketingEventIds": []}, "attachments": [], "scheduledTasks": [{"engagementId": 11257289597, "portalId": 8727216, "engagementType": "TASK", "taskType": "REMINDER", "timestamp": 1614319200000, "uuid": "TASK:e41fd851-f7c7-4381-85fa-796d076163aa"}], "metadata": {"body": "Regarding note logged on Tuesday, February 23, 2021 10:25 PM", "status": "NOT_STARTED", "forObjectType": "OWNER", "subject": "Follow up on Test deal 2", "taskType": "TODO", "reminders": [1614319200000], "priority": "NONE", "isAllDay": false}}, "emitted_at": 1685387185031} -{"stream": "engagements", "data": {"id": 30652596616, "portalId": 8727216, "active": true, "createdAt": 1675122083198, "lastUpdated": 1675122083198, "createdBy": 12282590, "modifiedBy": 12282590, "ownerId": 52550153, "type": "NOTE", "timestamp": 1675122083198, "source": "CRM_UI", "allAccessibleTeamIds": [], "bodyPreview": "test", "queueMembershipIds": [], "bodyPreviewIsTruncated": false, "bodyPreviewHtml": "\n \n \n
\n

test

\n
\n \n", "associations": {"contactIds": [], "companyIds": [], "dealIds": [], "ownerIds": [], "workflowIds": [], "ticketIds": [], "contentIds": [], "quoteIds": [], "marketingEventIds": []}, "attachments": [], "metadata": {"body": "

test

"}}, "emitted_at": 1685387185033} -{"stream": "engagements", "data": {"id": 30652597343, "portalId": 8727216, "active": true, "createdAt": 1675122108834, "lastUpdated": 1680621107231, "createdBy": 12282590, "modifiedBy": 12282590, "ownerId": 52550153, "type": "TASK", "timestamp": 1675407600000, "source": "CRM_UI", "allAccessibleTeamIds": [], "queueMembershipIds": [], "bodyPreviewIsTruncated": false, "associations": {"contactIds": [], "companyIds": [], "dealIds": [], "ownerIds": [], "workflowIds": [], "ticketIds": [], "contentIds": [], "quoteIds": [], "marketingEventIds": []}, "attachments": [], "scheduledTasks": [], "metadata": {"status": "NOT_STARTED", "forObjectType": "OWNER", "subject": "test", "taskType": "TODO", "reminders": [], "sendDefaultReminder": false, "priority": "NONE", "isAllDay": false}}, "emitted_at": 1685387185033} -{"stream": "engagements_notes", "data": {"id": "30652596616", "properties": {"hs_all_accessible_team_ids": null, "hs_all_assigned_business_unit_ids": null, "hs_all_owner_ids": "52550153", "hs_all_team_ids": null, "hs_at_mentioned_owner_ids": null, "hs_attachment_ids": null, "hs_body_preview": "test", "hs_body_preview_html": "\n \n \n
\n

test

\n
\n \n", "hs_body_preview_is_truncated": false, "hs_created_by": 12282590, "hs_created_by_user_id": 12282590, "hs_createdate": "2023-01-30T23:41:23.198000+00:00", "hs_engagement_source": "CRM_UI", "hs_engagement_source_id": null, "hs_follow_up_action": null, "hs_gdpr_deleted": null, "hs_lastmodifieddate": "2023-01-30T23:41:23.198000+00:00", "hs_merged_object_ids": null, "hs_modified_by": 12282590, "hs_note_body": "

test

", "hs_object_id": 30652596616, "hs_object_source": null, "hs_object_source_id": null, "hs_object_source_user_id": null, "hs_product_name": null, "hs_queue_membership_ids": null, "hs_read_only": null, "hs_timestamp": "2023-01-30T23:41:23.198000+00:00", "hs_unique_creation_key": null, "hs_unique_id": null, "hs_updated_by_user_id": 12282590, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": "12282590", "hs_was_imported": null, "hubspot_owner_assigneddate": "2023-01-30T23:41:23.198000+00:00", "hubspot_owner_id": "52550153", "hubspot_team_id": null}, "createdAt": "2023-01-30T23:41:23.198Z", "updatedAt": "2023-01-30T23:41:23.198Z", "archived": false}, "emitted_at": 1689697216801} -{"stream": "engagements_notes", "data": {"id": "30652613125", "properties": {"hs_all_accessible_team_ids": null, "hs_all_assigned_business_unit_ids": null, "hs_all_owner_ids": "52550153", "hs_all_team_ids": null, "hs_at_mentioned_owner_ids": null, "hs_attachment_ids": null, "hs_body_preview": "test", "hs_body_preview_html": "\n \n \n
\n

test

\n
\n \n", "hs_body_preview_is_truncated": false, "hs_created_by": 12282590, "hs_created_by_user_id": 12282590, "hs_createdate": "2023-01-30T23:51:47.542000+00:00", "hs_engagement_source": "CRM_UI", "hs_engagement_source_id": null, "hs_follow_up_action": null, "hs_gdpr_deleted": null, "hs_lastmodifieddate": "2023-01-30T23:51:47.542000+00:00", "hs_merged_object_ids": null, "hs_modified_by": 12282590, "hs_note_body": "

test

", "hs_object_id": 30652613125, "hs_object_source": null, "hs_object_source_id": null, "hs_object_source_user_id": null, "hs_product_name": null, "hs_queue_membership_ids": null, "hs_read_only": null, "hs_timestamp": "2023-01-30T23:51:47.542000+00:00", "hs_unique_creation_key": null, "hs_unique_id": null, "hs_updated_by_user_id": 12282590, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": "12282590", "hs_was_imported": null, "hubspot_owner_assigneddate": "2023-01-30T23:51:47.542000+00:00", "hubspot_owner_id": "52550153", "hubspot_team_id": null}, "createdAt": "2023-01-30T23:51:47.542Z", "updatedAt": "2023-01-30T23:51:47.542Z", "archived": false, "companies": ["11481383026"]}, "emitted_at": 1689697216801} -{"stream": "engagements_tasks", "data": {"id": "11257289597", "properties": {"hs_all_accessible_team_ids": null, "hs_all_assigned_business_unit_ids": null, "hs_all_owner_ids": "52550153", "hs_all_team_ids": null, "hs_at_mentioned_owner_ids": null, "hs_attachment_ids": null, "hs_body_preview": "Regarding note logged on Tuesday, February 23, 2021 10:25 PM", "hs_body_preview_html": "\n \n \n Regarding note logged on Tuesday, February 23, 2021 10:25 PM\n \n", "hs_body_preview_is_truncated": false, "hs_calendar_event_id": null, "hs_created_by": 12282590, "hs_created_by_user_id": 12282590, "hs_createdate": "2021-02-23T20:25:07.503000+00:00", "hs_engagement_source": null, "hs_engagement_source_id": null, "hs_follow_up_action": null, "hs_gdpr_deleted": false, "hs_lastmodifieddate": "2023-04-19T14:52:43.485000+00:00", "hs_merged_object_ids": null, "hs_modified_by": 12282590, "hs_msteams_message_id": null, "hs_num_associated_companies": 0, "hs_num_associated_contacts": 0, "hs_num_associated_deals": 1, "hs_num_associated_queue_objects": 1, "hs_num_associated_tickets": 0, "hs_object_id": 11257289597, "hs_object_source": null, "hs_object_source_id": null, "hs_object_source_user_id": null, "hs_product_name": null, "hs_queue_membership_ids": null, "hs_read_only": null, "hs_repeat_status": null, "hs_scheduled_tasks": "{\"scheduledTasks\":[{\"engagementId\":11257289597,\"portalId\":8727216,\"engagementType\":\"TASK\",\"taskType\":\"REMINDER\",\"timestamp\":1614319200000,\"uuid\":\"TASK:e41fd851-f7c7-4381-85fa-796d076163aa\"}]}", "hs_task_body": "Regarding note logged on Tuesday, February 23, 2021 10:25 PM", "hs_task_completion_count": null, "hs_task_completion_date": null, "hs_task_contact_timezone": null, "hs_task_family": "SALES", "hs_task_for_object_type": "OWNER", "hs_task_is_all_day": false, "hs_task_is_completed": 0, "hs_task_is_completed_call": 0, "hs_task_is_completed_email": 0, "hs_task_is_completed_linked_in": 0, "hs_task_is_completed_sequence": 0, "hs_task_last_contact_outreach": null, "hs_task_last_sales_activity_timestamp": null, "hs_task_priority": "NONE", "hs_task_probability_to_complete": null, "hs_task_relative_reminders": null, "hs_task_reminders": "1614319200000", "hs_task_repeat_interval": null, "hs_task_send_default_reminder": null, "hs_task_sequence_enrollment_active": null, "hs_task_sequence_step_enrollment_id": null, "hs_task_sequence_step_order": null, "hs_task_status": "NOT_STARTED", "hs_task_subject": "Follow up on Test deal 2", "hs_task_template_id": null, "hs_task_type": "TODO", "hs_timestamp": "2021-02-26T06:00:00+00:00", "hs_unique_creation_key": null, "hs_unique_id": null, "hs_updated_by_user_id": 12282590, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": "12282590", "hs_was_imported": null, "hubspot_owner_assigneddate": "2021-02-23T20:25:07.503000+00:00", "hubspot_owner_id": "52550153", "hubspot_team_id": null}, "createdAt": "2021-02-23T20:25:07.503Z", "updatedAt": "2023-04-19T14:52:43.485Z", "archived": false, "deals": ["4315375411"]}, "emitted_at": 1689697218307} -{"stream": "engagements_tasks", "data": {"id": "30652597343", "properties": {"hs_all_accessible_team_ids": null, "hs_all_assigned_business_unit_ids": null, "hs_all_owner_ids": "52550153", "hs_all_team_ids": null, "hs_at_mentioned_owner_ids": null, "hs_attachment_ids": null, "hs_body_preview": null, "hs_body_preview_html": null, "hs_body_preview_is_truncated": false, "hs_calendar_event_id": null, "hs_created_by": 12282590, "hs_created_by_user_id": 12282590, "hs_createdate": "2023-01-30T23:41:48.834000+00:00", "hs_engagement_source": "CRM_UI", "hs_engagement_source_id": null, "hs_follow_up_action": null, "hs_gdpr_deleted": null, "hs_lastmodifieddate": "2023-04-04T15:11:47.231000+00:00", "hs_merged_object_ids": null, "hs_modified_by": 12282590, "hs_msteams_message_id": null, "hs_num_associated_companies": 0, "hs_num_associated_contacts": 0, "hs_num_associated_deals": 0, "hs_num_associated_queue_objects": 0, "hs_num_associated_tickets": 0, "hs_object_id": 30652597343, "hs_object_source": null, "hs_object_source_id": null, "hs_object_source_user_id": null, "hs_product_name": null, "hs_queue_membership_ids": null, "hs_read_only": null, "hs_repeat_status": null, "hs_scheduled_tasks": "{\"scheduledTasks\":[]}", "hs_task_body": null, "hs_task_completion_count": null, "hs_task_completion_date": null, "hs_task_contact_timezone": null, "hs_task_family": "SALES", "hs_task_for_object_type": "OWNER", "hs_task_is_all_day": false, "hs_task_is_completed": 0, "hs_task_is_completed_call": 0, "hs_task_is_completed_email": 0, "hs_task_is_completed_linked_in": 0, "hs_task_is_completed_sequence": 0, "hs_task_last_contact_outreach": null, "hs_task_last_sales_activity_timestamp": null, "hs_task_priority": "NONE", "hs_task_probability_to_complete": null, "hs_task_relative_reminders": "[]", "hs_task_reminders": null, "hs_task_repeat_interval": null, "hs_task_send_default_reminder": false, "hs_task_sequence_enrollment_active": null, "hs_task_sequence_step_enrollment_id": null, "hs_task_sequence_step_order": null, "hs_task_status": "NOT_STARTED", "hs_task_subject": "test", "hs_task_template_id": null, "hs_task_type": "TODO", "hs_timestamp": "2023-02-03T07:00:00+00:00", "hs_unique_creation_key": null, "hs_unique_id": null, "hs_updated_by_user_id": 12282590, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": "12282590", "hs_was_imported": null, "hubspot_owner_assigneddate": "2023-01-30T23:41:48.834000+00:00", "hubspot_owner_id": "52550153", "hubspot_team_id": null}, "createdAt": "2023-01-30T23:41:48.834Z", "updatedAt": "2023-04-04T15:11:47.231Z", "archived": false}, "emitted_at": 1689697218308} -{"stream": "engagements_tasks", "data": {"id": "30652613208", "properties": {"hs_all_accessible_team_ids": null, "hs_all_assigned_business_unit_ids": null, "hs_all_owner_ids": "52550153", "hs_all_team_ids": null, "hs_at_mentioned_owner_ids": null, "hs_attachment_ids": null, "hs_body_preview": null, "hs_body_preview_html": null, "hs_body_preview_is_truncated": false, "hs_calendar_event_id": null, "hs_created_by": 12282590, "hs_created_by_user_id": 12282590, "hs_createdate": "2023-01-30T23:51:52.099000+00:00", "hs_engagement_source": "CRM_UI", "hs_engagement_source_id": null, "hs_follow_up_action": null, "hs_gdpr_deleted": null, "hs_lastmodifieddate": "2023-01-30T23:51:54.343000+00:00", "hs_merged_object_ids": null, "hs_modified_by": 12282590, "hs_msteams_message_id": null, "hs_num_associated_companies": 1, "hs_num_associated_contacts": 0, "hs_num_associated_deals": 0, "hs_num_associated_queue_objects": 1, "hs_num_associated_tickets": 0, "hs_object_id": 30652613208, "hs_object_source": null, "hs_object_source_id": null, "hs_object_source_user_id": null, "hs_product_name": null, "hs_queue_membership_ids": null, "hs_read_only": null, "hs_repeat_status": null, "hs_scheduled_tasks": "{\"scheduledTasks\":[]}", "hs_task_body": null, "hs_task_completion_count": null, "hs_task_completion_date": null, "hs_task_contact_timezone": null, "hs_task_family": "SALES", "hs_task_for_object_type": "OWNER", "hs_task_is_all_day": false, "hs_task_is_completed": 0, "hs_task_is_completed_call": 0, "hs_task_is_completed_email": 0, "hs_task_is_completed_linked_in": 0, "hs_task_is_completed_sequence": 0, "hs_task_last_contact_outreach": null, "hs_task_last_sales_activity_timestamp": null, "hs_task_priority": "NONE", "hs_task_probability_to_complete": null, "hs_task_relative_reminders": "[]", "hs_task_reminders": null, "hs_task_repeat_interval": null, "hs_task_send_default_reminder": false, "hs_task_sequence_enrollment_active": null, "hs_task_sequence_step_enrollment_id": null, "hs_task_sequence_step_order": null, "hs_task_status": "NOT_STARTED", "hs_task_subject": "test", "hs_task_template_id": null, "hs_task_type": "TODO", "hs_timestamp": "2023-02-03T07:00:00+00:00", "hs_unique_creation_key": null, "hs_unique_id": null, "hs_updated_by_user_id": 12282590, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": "12282590", "hs_was_imported": null, "hubspot_owner_assigneddate": "2023-01-30T23:51:52.099000+00:00", "hubspot_owner_id": "52550153", "hubspot_team_id": null}, "createdAt": "2023-01-30T23:51:52.099Z", "updatedAt": "2023-01-30T23:51:54.343Z", "archived": false, "companies": ["11481383026"]}, "emitted_at": 1689697218309} -{"stream": "forms", "data": {"id": "03e69987-1dcb-4d55-9cb6-d3812ac00ee6", "name": "New form 93", "createdAt": "2023-02-13T16:56:33.108Z", "updatedAt": "2023-02-13T16:56:33.108Z", "archived": false, "fieldGroups": [{"groupType": "default_group", "richTextType": "text", "fields": [{"objectTypeId": "0-1", "name": "email", "label": "Email", "required": true, "hidden": false, "fieldType": "email", "validation": {"blockedEmailDomains": [], "useDefaultBlockList": false}}]}], "configuration": {"language": "en", "cloneable": true, "postSubmitAction": {"type": "thank_you", "value": "Thanks for submitting the form."}, "editable": true, "archivable": true, "recaptchaEnabled": false, "notifyContactOwner": false, "notifyRecipients": ["12282590"], "createNewContactForNewEmail": false, "prePopulateKnownValues": true, "allowLinkToResetKnownValues": false}, "displayOptions": {"renderRawHtml": false, "theme": "default_style", "submitButtonText": "Submit", "style": {"fontFamily": "arial, helvetica, sans-serif", "backgroundWidth": "100%", "labelTextColor": "#33475b", "labelTextSize": "14px", "helpTextColor": "#7C98B6", "helpTextSize": "11px", "legalConsentTextColor": "#33475b", "legalConsentTextSize": "14px", "submitColor": "#ff7a59", "submitAlignment": "left", "submitFontColor": "#ffffff", "submitSize": "12px"}, "cssClass": "hs-form stacked"}, "legalConsentOptions": {"type": "implicit_consent_to_process", "communicationConsentText": "integrationtest is committed to protecting and respecting your privacy, and we\u2019ll only use your personal information to administer your account and to provide the products and services you requested from us. From time to time, we would like to contact you about our products and services, as well as other content that may be of interest to you. If you consent to us contacting you for this purpose, please tick below to say how you would like us to contact you:", "communicationsCheckboxes": [{"required": false, "subscriptionTypeId": 23704464, "label": "I agree to receive other communications from [MAIN] integration test account."}], "privacyText": "You may unsubscribe from these communications at any time. For more information on how to unsubscribe, our privacy practices, and how we are committed to protecting and respecting your privacy, please review our Privacy Policy.", "consentToProcessText": "By clicking submit below, you consent to allow integrationtest to store and process the personal information submitted above to provide you the content requested."}, "formType": "hubspot"}, "emitted_at": 1685387195424} -{"stream": "forms", "data": {"id": "0a7fd84f-471e-444a-a4e0-ca36d39f8af7", "name": "New form 27", "createdAt": "2023-02-13T16:45:22.640Z", "updatedAt": "2023-02-13T16:45:22.640Z", "archived": false, "fieldGroups": [{"groupType": "default_group", "richTextType": "text", "fields": [{"objectTypeId": "0-1", "name": "email", "label": "Email", "required": true, "hidden": false, "fieldType": "email", "validation": {"blockedEmailDomains": [], "useDefaultBlockList": false}}]}], "configuration": {"language": "en", "cloneable": true, "postSubmitAction": {"type": "thank_you", "value": "Thanks for submitting the form."}, "editable": true, "archivable": true, "recaptchaEnabled": false, "notifyContactOwner": false, "notifyRecipients": ["12282590"], "createNewContactForNewEmail": false, "prePopulateKnownValues": true, "allowLinkToResetKnownValues": false}, "displayOptions": {"renderRawHtml": false, "theme": "default_style", "submitButtonText": "Submit", "style": {"fontFamily": "arial, helvetica, sans-serif", "backgroundWidth": "100%", "labelTextColor": "#33475b", "labelTextSize": "14px", "helpTextColor": "#7C98B6", "helpTextSize": "11px", "legalConsentTextColor": "#33475b", "legalConsentTextSize": "14px", "submitColor": "#ff7a59", "submitAlignment": "left", "submitFontColor": "#ffffff", "submitSize": "12px"}, "cssClass": "hs-form stacked"}, "legalConsentOptions": {"type": "implicit_consent_to_process", "communicationConsentText": "integrationtest is committed to protecting and respecting your privacy, and we\u2019ll only use your personal information to administer your account and to provide the products and services you requested from us. From time to time, we would like to contact you about our products and services, as well as other content that may be of interest to you. If you consent to us contacting you for this purpose, please tick below to say how you would like us to contact you:", "communicationsCheckboxes": [{"required": false, "subscriptionTypeId": 23704464, "label": "I agree to receive other communications from [MAIN] integration test account."}], "privacyText": "You may unsubscribe from these communications at any time. For more information on how to unsubscribe, our privacy practices, and how we are committed to protecting and respecting your privacy, please review our Privacy Policy.", "consentToProcessText": "By clicking submit below, you consent to allow integrationtest to store and process the personal information submitted above to provide you the content requested."}, "formType": "hubspot"}, "emitted_at": 1685387195425} -{"stream": "forms", "data": {"id": "0bf0c00f-e68d-4de2-8cd9-d9b04e41072f", "name": "New form 55", "createdAt": "2023-02-13T16:50:27.345Z", "updatedAt": "2023-02-13T16:50:27.345Z", "archived": false, "fieldGroups": [{"groupType": "default_group", "richTextType": "text", "fields": [{"objectTypeId": "0-1", "name": "email", "label": "Email", "required": true, "hidden": false, "fieldType": "email", "validation": {"blockedEmailDomains": [], "useDefaultBlockList": false}}]}], "configuration": {"language": "en", "cloneable": true, "postSubmitAction": {"type": "thank_you", "value": "Thanks for submitting the form."}, "editable": true, "archivable": true, "recaptchaEnabled": false, "notifyContactOwner": false, "notifyRecipients": ["12282590"], "createNewContactForNewEmail": false, "prePopulateKnownValues": true, "allowLinkToResetKnownValues": false}, "displayOptions": {"renderRawHtml": false, "theme": "default_style", "submitButtonText": "Submit", "style": {"fontFamily": "arial, helvetica, sans-serif", "backgroundWidth": "100%", "labelTextColor": "#33475b", "labelTextSize": "14px", "helpTextColor": "#7C98B6", "helpTextSize": "11px", "legalConsentTextColor": "#33475b", "legalConsentTextSize": "14px", "submitColor": "#ff7a59", "submitAlignment": "left", "submitFontColor": "#ffffff", "submitSize": "12px"}, "cssClass": "hs-form stacked"}, "legalConsentOptions": {"type": "implicit_consent_to_process", "communicationConsentText": "integrationtest is committed to protecting and respecting your privacy, and we\u2019ll only use your personal information to administer your account and to provide the products and services you requested from us. From time to time, we would like to contact you about our products and services, as well as other content that may be of interest to you. If you consent to us contacting you for this purpose, please tick below to say how you would like us to contact you:", "communicationsCheckboxes": [{"required": false, "subscriptionTypeId": 23704464, "label": "I agree to receive other communications from [MAIN] integration test account."}], "privacyText": "You may unsubscribe from these communications at any time. For more information on how to unsubscribe, our privacy practices, and how we are committed to protecting and respecting your privacy, please review our Privacy Policy.", "consentToProcessText": "By clicking submit below, you consent to allow integrationtest to store and process the personal information submitted above to provide you the content requested."}, "formType": "hubspot"}, "emitted_at": 1685387195425} -{"stream": "goals", "data": {"id": "221880757009", "properties": {"hs__migration_soft_delete": null, "hs_ad_account_asset_ids": null, "hs_ad_campaign_asset_ids": null, "hs_all_accessible_team_ids": null, "hs_all_assigned_business_unit_ids": null, "hs_all_owner_ids": null, "hs_all_team_ids": null, "hs_assignee_team_id": null, "hs_assignee_user_id": 26748728, "hs_contact_lifecycle_stage": null, "hs_created_by_user_id": 12282590, "hs_createdate": "2023-04-10T13:57:36.691000+00:00", "hs_currency": null, "hs_deal_pipeline_ids": null, "hs_edit_updates_notification_frequency": "weekly", "hs_end_date": null, "hs_end_datetime": "2023-07-31T23:59:59.999000+00:00", "hs_fiscal_year_offset": 0, "hs_goal_name": "Integration Test Goal Hubspot", "hs_goal_target_group_id": 221880750627, "hs_goal_type": "average_ticket_response_time", "hs_group_correlation_uuid": "5c49f251-be20-43c6-87c7-dd273732b3a4", "hs_is_forecastable": "true", "hs_is_legacy": null, "hs_kpi_display_unit": "hour", "hs_kpi_filter_groups": "[{\"filters\":[{\"property\":\"hs_pipeline\",\"operator\":\"IN\",\"values\":[\"0\"]},{\"property\":\"hubspot_owner_id\",\"operator\":\"EQ\",\"value\":\"111730024\"}]}]", "hs_kpi_metric_type": "AVG", "hs_kpi_object_type": "TICKET", "hs_kpi_object_type_id": "0-5", "hs_kpi_progress_percent": null, "hs_kpi_property_name": "time_to_first_agent_reply", "hs_kpi_single_object_custom_goal_type_name": "avg_time_to_first_agent_reply_0-5", "hs_kpi_time_period_property": "createdate", "hs_kpi_tracking_method": "LOWER_IS_BETTER", "hs_kpi_unit_type": "duration", "hs_kpi_value": 0.0, "hs_kpi_value_calculated_at": null, "hs_kpi_value_last_calculated_at": "2023-08-01T00:45:14.830000+00:00", "hs_lastmodifieddate": "2023-08-18T14:59:25.726000+00:00", "hs_legacy_active": null, "hs_legacy_created_at": null, "hs_legacy_created_by": null, "hs_legacy_quarterly_target_composite_id": null, "hs_legacy_sql_id": null, "hs_legacy_unique_sql_id": null, "hs_legacy_updated_at": null, "hs_legacy_updated_by": null, "hs_merged_object_ids": null, "hs_migration_soft_delete": null, "hs_milestone": "monthly", "hs_object_id": 221880757009, "hs_object_source": null, "hs_object_source_id": null, "hs_object_source_user_id": null, "hs_outcome": "completed", "hs_owner_ids_of_all_owners": "111730024", "hs_participant_type": "users", "hs_pipelines": "0", "hs_progress_updates_notification_frequency": "weekly", "hs_read_only": null, "hs_should_notify_on_achieved": "false", "hs_should_notify_on_edit_updates": "false", "hs_should_notify_on_exceeded": "false", "hs_should_notify_on_kickoff": "false", "hs_should_notify_on_missed": "false", "hs_should_notify_on_progress_updates": "false", "hs_should_recalculate": "false", "hs_start_date": null, "hs_start_datetime": "2023-07-01T00:00:00+00:00", "hs_static_kpi_filter_groups": "[]", "hs_status": "achieved", "hs_status_display_order": 4, "hs_target_amount": 0.0, "hs_target_amount_in_home_currency": 0.0, "hs_team_id": null, "hs_ticket_pipeline_ids": "0", "hs_unique_creation_key": null, "hs_updated_by_user_id": 12282590, "hs_user_id": null, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": "26748728", "hs_was_imported": null, "hubspot_owner_assigneddate": null, "hubspot_owner_id": null, "hubspot_team_id": null}, "createdAt": "2023-04-10T13:57:36.691Z", "updatedAt": "2023-08-18T14:59:25.726Z", "archived": false}, "emitted_at": 1692530575531} -{"stream": "goals", "data": {"id": "221880757010", "properties": {"hs__migration_soft_delete": null, "hs_ad_account_asset_ids": null, "hs_ad_campaign_asset_ids": null, "hs_all_accessible_team_ids": null, "hs_all_assigned_business_unit_ids": null, "hs_all_owner_ids": null, "hs_all_team_ids": null, "hs_assignee_team_id": null, "hs_assignee_user_id": 26748728, "hs_contact_lifecycle_stage": null, "hs_created_by_user_id": 12282590, "hs_createdate": "2023-04-10T13:57:36.691000+00:00", "hs_currency": null, "hs_deal_pipeline_ids": null, "hs_edit_updates_notification_frequency": "weekly", "hs_end_date": null, "hs_end_datetime": "2023-09-30T23:59:59.999000+00:00", "hs_fiscal_year_offset": 0, "hs_goal_name": "Integration Test Goal Hubspot", "hs_goal_target_group_id": 221880750627, "hs_goal_type": "average_ticket_response_time", "hs_group_correlation_uuid": "5c49f251-be20-43c6-87c7-dd273732b3a4", "hs_is_forecastable": "true", "hs_is_legacy": null, "hs_kpi_display_unit": "hour", "hs_kpi_filter_groups": "[{\"filters\":[{\"property\":\"hs_pipeline\",\"operator\":\"IN\",\"values\":[\"0\"]},{\"property\":\"hubspot_owner_id\",\"operator\":\"EQ\",\"value\":\"111730024\"}]}]", "hs_kpi_metric_type": "AVG", "hs_kpi_object_type": "TICKET", "hs_kpi_object_type_id": "0-5", "hs_kpi_progress_percent": null, "hs_kpi_property_name": "time_to_first_agent_reply", "hs_kpi_single_object_custom_goal_type_name": "avg_time_to_first_agent_reply_0-5", "hs_kpi_time_period_property": "createdate", "hs_kpi_tracking_method": "LOWER_IS_BETTER", "hs_kpi_unit_type": "duration", "hs_kpi_value": 0.0, "hs_kpi_value_calculated_at": null, "hs_kpi_value_last_calculated_at": "2023-09-05T22:31:41.442000+00:00", "hs_lastmodifieddate": "2023-09-05T22:31:41.494000+00:00", "hs_legacy_active": null, "hs_legacy_created_at": null, "hs_legacy_created_by": null, "hs_legacy_quarterly_target_composite_id": null, "hs_legacy_sql_id": null, "hs_legacy_unique_sql_id": null, "hs_legacy_updated_at": null, "hs_legacy_updated_by": null, "hs_merged_object_ids": null, "hs_migration_soft_delete": null, "hs_milestone": "monthly", "hs_object_id": 221880757010, "hs_object_source": null, "hs_object_source_id": null, "hs_object_source_user_id": null, "hs_outcome": "in_progress", "hs_owner_ids_of_all_owners": "111730024", "hs_participant_type": "users", "hs_pipelines": "0", "hs_progress_updates_notification_frequency": "weekly", "hs_read_only": null, "hs_should_notify_on_achieved": "false", "hs_should_notify_on_edit_updates": "false", "hs_should_notify_on_exceeded": "false", "hs_should_notify_on_kickoff": "false", "hs_should_notify_on_missed": "false", "hs_should_notify_on_progress_updates": "false", "hs_should_recalculate": "false", "hs_start_date": null, "hs_start_datetime": "2023-09-01T00:00:00+00:00", "hs_static_kpi_filter_groups": "[]", "hs_status": "in_progress", "hs_status_display_order": 1, "hs_target_amount": 0.0, "hs_target_amount_in_home_currency": 0.0, "hs_team_id": null, "hs_ticket_pipeline_ids": "0", "hs_unique_creation_key": null, "hs_updated_by_user_id": 12282590, "hs_user_id": null, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": "26748728", "hs_was_imported": null, "hubspot_owner_assigneddate": null, "hubspot_owner_id": null, "hubspot_team_id": null}, "createdAt": "2023-04-10T13:57:36.691Z", "updatedAt": "2023-09-05T22:31:41.494Z", "archived": false}, "emitted_at": 1693998129101} -{"stream": "goals", "data": {"id": "221880757011", "properties": {"hs__migration_soft_delete": null, "hs_ad_account_asset_ids": null, "hs_ad_campaign_asset_ids": null, "hs_all_accessible_team_ids": null, "hs_all_assigned_business_unit_ids": null, "hs_all_owner_ids": null, "hs_all_team_ids": null, "hs_assignee_team_id": null, "hs_assignee_user_id": 26748728, "hs_contact_lifecycle_stage": null, "hs_created_by_user_id": 12282590, "hs_createdate": "2023-04-10T13:57:36.691000+00:00", "hs_currency": null, "hs_deal_pipeline_ids": null, "hs_edit_updates_notification_frequency": "weekly", "hs_end_date": null, "hs_end_datetime": "2023-08-31T23:59:59.999000+00:00", "hs_fiscal_year_offset": 0, "hs_goal_name": "Integration Test Goal Hubspot", "hs_goal_target_group_id": 221880750627, "hs_goal_type": "average_ticket_response_time", "hs_group_correlation_uuid": "5c49f251-be20-43c6-87c7-dd273732b3a4", "hs_is_forecastable": "true", "hs_is_legacy": null, "hs_kpi_display_unit": "hour", "hs_kpi_filter_groups": "[{\"filters\":[{\"property\":\"hs_pipeline\",\"operator\":\"IN\",\"values\":[\"0\"]},{\"property\":\"hubspot_owner_id\",\"operator\":\"EQ\",\"value\":\"111730024\"}]}]", "hs_kpi_metric_type": "AVG", "hs_kpi_object_type": "TICKET", "hs_kpi_object_type_id": "0-5", "hs_kpi_progress_percent": null, "hs_kpi_property_name": "time_to_first_agent_reply", "hs_kpi_single_object_custom_goal_type_name": "avg_time_to_first_agent_reply_0-5", "hs_kpi_time_period_property": "createdate", "hs_kpi_tracking_method": "LOWER_IS_BETTER", "hs_kpi_unit_type": "duration", "hs_kpi_value": 0.0, "hs_kpi_value_calculated_at": null, "hs_kpi_value_last_calculated_at": "2023-09-01T15:26:00.500000+00:00", "hs_lastmodifieddate": "2023-09-01T15:26:00.599000+00:00", "hs_legacy_active": null, "hs_legacy_created_at": null, "hs_legacy_created_by": null, "hs_legacy_quarterly_target_composite_id": null, "hs_legacy_sql_id": null, "hs_legacy_unique_sql_id": null, "hs_legacy_updated_at": null, "hs_legacy_updated_by": null, "hs_merged_object_ids": null, "hs_migration_soft_delete": null, "hs_milestone": "monthly", "hs_object_id": 221880757011, "hs_object_source": null, "hs_object_source_id": null, "hs_object_source_user_id": null, "hs_outcome": "completed", "hs_owner_ids_of_all_owners": "111730024", "hs_participant_type": "users", "hs_pipelines": "0", "hs_progress_updates_notification_frequency": "weekly", "hs_read_only": null, "hs_should_notify_on_achieved": "false", "hs_should_notify_on_edit_updates": "false", "hs_should_notify_on_exceeded": "false", "hs_should_notify_on_kickoff": "false", "hs_should_notify_on_missed": "false", "hs_should_notify_on_progress_updates": "false", "hs_should_recalculate": "false", "hs_start_date": null, "hs_start_datetime": "2023-08-01T00:00:00+00:00", "hs_static_kpi_filter_groups": "[]", "hs_status": "achieved", "hs_status_display_order": 4, "hs_target_amount": 0.0, "hs_target_amount_in_home_currency": 0.0, "hs_team_id": null, "hs_ticket_pipeline_ids": "0", "hs_unique_creation_key": null, "hs_updated_by_user_id": 12282590, "hs_user_id": null, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": "26748728", "hs_was_imported": null, "hubspot_owner_assigneddate": null, "hubspot_owner_id": null, "hubspot_team_id": null}, "createdAt": "2023-04-10T13:57:36.691Z", "updatedAt": "2023-09-01T15:26:00.599Z", "archived": false}, "emitted_at": 1693998129101} -{"stream": "line_items", "data": {"id": "4617680695", "properties": {"amount": 34.0, "createdate": "2023-01-31T00:31:29.812000+00:00", "description": null, "discount": null, "hs_acv": 34.0, "hs_all_accessible_team_ids": null, "hs_all_assigned_business_unit_ids": null, "hs_all_owner_ids": null, "hs_all_team_ids": null, "hs_allow_buyer_selected_quantity": null, "hs_arr": 0.0, "hs_billing_start_delay_days": null, "hs_billing_start_delay_months": null, "hs_billing_start_delay_type": null, "hs_cost_of_goods_sold": null, "hs_created_by_user_id": 12282590, "hs_createdate": null, "hs_discount_percentage": null, "hs_external_id": null, "hs_images": null, "hs_lastmodifieddate": "2023-01-31T00:31:29.812000+00:00", "hs_line_item_currency_code": null, "hs_margin": 34.0, "hs_margin_acv": 34.0, "hs_margin_arr": 0.0, "hs_margin_mrr": 0.0, "hs_margin_tcv": 34.0, "hs_merged_object_ids": null, "hs_mrr": 0.0, "hs_object_id": 4617680695, "hs_object_source": null, "hs_object_source_id": null, "hs_object_source_user_id": null, "hs_position_on_quote": 0, "hs_pre_discount_amount": 34.0, "hs_product_id": null, "hs_product_type": null, "hs_read_only": null, "hs_recurring_billing_end_date": null, "hs_recurring_billing_number_of_payments": 1, "hs_recurring_billing_period": null, "hs_recurring_billing_start_date": null, "hs_recurring_billing_terms": null, "hs_sku": null, "hs_sync_amount": null, "hs_tcv": 34.0, "hs_term_in_months": null, "hs_total_discount": 0.0, "hs_unique_creation_key": null, "hs_updated_by_user_id": 12282590, "hs_url": null, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": null, "hs_variant_id": null, "hs_was_imported": null, "hubspot_owner_assigneddate": null, "hubspot_owner_id": null, "hubspot_team_id": null, "name": "test", "price": 34, "quantity": 1, "recurringbillingfrequency": null, "tax": null, "test": null, "test_product_price": null}, "createdAt": "2023-01-31T00:31:29.812Z", "updatedAt": "2023-01-31T00:31:29.812Z", "archived": false}, "emitted_at": 1689697250135} -{"stream": "line_items", "data": {"id": "5153237390", "properties": {"amount": 95.0, "createdate": "2023-04-04T21:28:36.663000+00:00", "description": "Baseball hat, medium", "discount": 5, "hs_acv": 95.0, "hs_all_accessible_team_ids": null, "hs_all_assigned_business_unit_ids": null, "hs_all_owner_ids": null, "hs_all_team_ids": null, "hs_allow_buyer_selected_quantity": null, "hs_arr": 0.0, "hs_billing_start_delay_days": null, "hs_billing_start_delay_months": null, "hs_billing_start_delay_type": null, "hs_cost_of_goods_sold": 5, "hs_created_by_user_id": 12282590, "hs_createdate": null, "hs_discount_percentage": null, "hs_external_id": null, "hs_images": null, "hs_lastmodifieddate": "2023-04-04T21:28:36.663000+00:00", "hs_line_item_currency_code": null, "hs_margin": 90.0, "hs_margin_acv": 90.0, "hs_margin_arr": 0.0, "hs_margin_mrr": 0.0, "hs_margin_tcv": 90.0, "hs_merged_object_ids": null, "hs_mrr": 0.0, "hs_object_id": 5153237390, "hs_object_source": null, "hs_object_source_id": null, "hs_object_source_user_id": null, "hs_position_on_quote": 0, "hs_pre_discount_amount": 100.0, "hs_product_id": 646778218, "hs_product_type": null, "hs_read_only": null, "hs_recurring_billing_end_date": null, "hs_recurring_billing_number_of_payments": 1, "hs_recurring_billing_period": null, "hs_recurring_billing_start_date": null, "hs_recurring_billing_terms": null, "hs_sku": null, "hs_sync_amount": null, "hs_tcv": 95.0, "hs_term_in_months": null, "hs_total_discount": 5.0, "hs_unique_creation_key": null, "hs_updated_by_user_id": 12282590, "hs_url": null, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": null, "hs_variant_id": null, "hs_was_imported": null, "hubspot_owner_assigneddate": null, "hubspot_owner_id": null, "hubspot_team_id": null, "name": "Blue Hat", "price": 100, "quantity": 1, "recurringbillingfrequency": null, "tax": null, "test": null, "test_product_price": null}, "createdAt": "2023-04-04T21:28:36.663Z", "updatedAt": "2023-04-04T21:28:36.663Z", "archived": false}, "emitted_at": 1689697250136} -{"stream":"marketing_emails","data":{"ab":false,"abHoursToWait":4,"abSampleSizeDefault":null,"abSamplingDefault":null,"abSuccessMetric":null,"abTestPercentage":50,"abVariation":false,"absoluteUrl":"http://integrationtest-dev-8727216-8727216.hs-sites.com/-temporary-slug-86812db1-e3c8-43cd-ae80-69a0934cd1de","allEmailCampaignIds":[243851494],"analyticsPageId":"100523515217","analyticsPageType":"email","archivedAt":0,"archivedInDashboard":false,"audienceAccess":"PUBLIC","author":"integration-test@airbyte.io","authorName":"Team-1 Airbyte","blogRssSettings":null,"canSpamSettingsId":36765207029,"categoryId":2,"contentAccessRuleIds":[],"contentAccessRuleTypes":[],"contentTypeCategory":2,"createPage":false,"created":1675121582718,"createdById":12282590,"currentState":"PUBLISHED","currentlyPublished":true,"customReplyTo":"","customReplyToEnabled":false,"domain":"","emailBody":"{% content_attribute \"email_body\" %}{{ default_email_body }}{% end_content_attribute %}","emailNote":"","emailTemplateMode":"DRAG_AND_DROP","emailType":"BATCH_EMAIL","emailbodyPlaintext":"","feedbackSurveyId":null,"flexAreas":{"main":{"boxed":false,"isSingleColumnFullWidth":false,"sections":[{"columns":[{"id":"column-0-0","widgets":["module-0-0-0"],"width":12}],"id":"section-0","style":{"backgroundColor":"#eaf0f6","backgroundType":"CONTENT","paddingBottom":"10px","paddingTop":"10px"}},{"columns":[{"id":"column-1-0","widgets":["module-1-0-0"],"width":12}],"id":"section-1","style":{"backgroundType":"CONTENT","paddingBottom":"30px","paddingTop":"30px"}},{"columns":[{"id":"column-2-0","widgets":["module-2-0-0"],"width":12}],"id":"section-2","style":{"backgroundColor":"","backgroundType":"CONTENT","paddingBottom":"20px","paddingTop":"20px"}}]}},"freezeDate":1675121645993,"fromName":"Team Airbyte","hasContentAccessRules":false,"htmlTitle":"","id":100523515217,"isCreatedFomSandboxSync":false,"isGraymailSuppressionEnabled":true,"isInstanceLayoutPage":false,"isPublished":true,"isRecipientFatigueSuppressionEnabled":null,"language":"en","layoutSections":{},"liveDomain":"integrationtest-dev-8727216-8727216.hs-sites.com","mailingListsExcluded":[],"mailingListsIncluded":[],"maxRssEntries":5,"metaDescription":"","name":"test","pageExpiryEnabled":false,"pageRedirected":false,"pastMabExperimentIds":[],"portalId":8727216,"previewKey":"nlkwziGL","primaryEmailCampaignId":243851494,"processingStatus":"PUBLISHED","publishDate":1675121645997,"publishImmediately":true,"publishedAt":1675121646297,"publishedByEmail":"integration-test@airbyte.io","publishedById":12282590,"publishedByName":"Team-1 Airbyte","publishedUrl":"http://integrationtest-dev-8727216-8727216.hs-sites.com/-temporary-slug-86812db1-e3c8-43cd-ae80-69a0934cd1de","replyTo":"integration-test@airbyte.io","resolvedDomain":"integrationtest-dev-8727216-8727216.hs-sites.com","rssEmailByText":"By","rssEmailClickThroughText":"Read more »","rssEmailCommentText":"Comment »","rssEmailEntryTemplateEnabled":false,"rssEmailImageMaxWidth":0,"rssEmailUrl":"","sections":{},"securityState":"NONE","selected":0,"slug":"-temporary-slug-86812db1-e3c8-43cd-ae80-69a0934cd1de","smartEmailFields":{},"state":"PUBLISHED","stats":{"counters":{"sent":0,"open":0,"delivered":0,"bounce":0,"unsubscribed":0,"click":0,"reply":0,"dropped":1,"selected":1,"spamreport":0,"suppressed":0,"hardbounced":0,"softbounced":0,"pending":0,"contactslost":0,"notsent":1},"deviceBreakdown":{"open_device_type":{"computer":0,"mobile":0,"unknown":0},"click_device_type":{"computer":0,"mobile":0,"unknown":0}},"failedToLoad":false,"qualifierStats":{},"ratios":{"clickratio":0,"clickthroughratio":0,"deliveredratio":0,"openratio":0,"replyratio":0,"unsubscribedratio":0,"spamreportratio":0,"bounceratio":0,"hardbounceratio":0,"softbounceratio":0,"contactslostratio":0,"pendingratio":0,"notsentratio":100}},"styleSettings":{"background_color":"#EAF0F6","background_image":null,"background_image_type":null,"body_border_color":"#EAF0F6","body_border_color_choice":"BORDER_MANUAL","body_border_width":"1","body_color":"#ffffff","color_picker_favorite1":null,"color_picker_favorite2":null,"color_picker_favorite3":null,"color_picker_favorite4":null,"color_picker_favorite5":null,"color_picker_favorite6":null,"email_body_padding":null,"email_body_width":null,"heading_one_font":{"bold":null,"color":null,"font":null,"font_style":{},"italic":null,"size":"28","underline":null},"heading_two_font":{"bold":null,"color":null,"font":null,"font_style":{},"italic":null,"size":"22","underline":null},"links_font":{"bold":false,"color":"#00a4bd","font":null,"font_style":{},"italic":false,"size":null,"underline":true},"primary_accent_color":null,"primary_font":"Arial, sans-serif","primary_font_color":"#23496d","primary_font_line_height":null,"primary_font_size":"15","secondary_accent_color":null,"secondary_font":"Arial, sans-serif","secondary_font_color":"#23496d","secondary_font_line_height":null,"secondary_font_size":"12","use_email_client_default_settings":false,"user_module_defaults":{"button_email":{"background_color":"#00a4bd","corner_radius":8,"font":"Arial, sans-serif","font_color":"#ffffff","font_size":16,"font_style":{"color":"#ffffff","font":"Arial, sans-serif","size":{"units":"px","value":16},"styles":{"bold":false,"italic":false,"underline":false}}},"email_divider":{"color":{"color":"#23496d","opacity":100},"height":1,"line_type":"solid"}}},"subcategory":"batch","subject":"test","subscription":23704464,"subscriptionName":"Test sub","teamPerms":[],"templatePath":"@hubspot/email/dnd/welcome.html","transactional":false,"translations":{},"unpublishedAt":0,"updated":1675121702583,"updatedById":12282590,"url":"http://integrationtest-dev-8727216-8727216.hs-sites.com/-temporary-slug-86812db1-e3c8-43cd-ae80-69a0934cd1de","useRssHeadlineAsSubject":false,"userPerms":[],"vidsExcluded":[],"vidsIncluded":[2501],"visibleToAll":true},"emitted_at":1688060624527} -{"stream":"owners", "data": {"id": "52550153", "email": "integration-test@airbyte.io", "firstName": "Team-1", "lastName": "Airbyte", "userId": 12282590, "createdAt": "2020-10-28T21:17:56.082Z", "updatedAt": "2023-01-31T00:25:34.448Z", "archived": false}, "emitted_at": 1685387219734} -{"stream": "products", "data": {"id": "1783898388", "properties": {"amount": null, "createdate": "2023-01-31T00:08:27.149000+00:00", "description": null, "discount": null, "hs_all_accessible_team_ids": null, "hs_all_assigned_business_unit_ids": null, "hs_all_owner_ids": null, "hs_all_team_ids": null, "hs_avatar_filemanager_key": null, "hs_cost_of_goods_sold": null, "hs_created_by_user_id": 12282590, "hs_createdate": null, "hs_discount_percentage": null, "hs_folder_id": null, "hs_images": null, "hs_lastmodifieddate": "2023-01-31T00:28:58.829000+00:00", "hs_merged_object_ids": null, "hs_object_id": 1783898388, "hs_object_source": null, "hs_object_source_id": null, "hs_object_source_user_id": null, "hs_product_type": "inventory", "hs_read_only": null, "hs_recurring_billing_period": null, "hs_recurring_billing_start_date": null, "hs_sku": null, "hs_unique_creation_key": null, "hs_updated_by_user_id": 12282590, "hs_url": null, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": null, "hs_was_imported": null, "hubspot_owner_assigneddate": null, "hubspot_owner_id": null, "hubspot_team_id": null, "name": "test", "price": 1, "quantity": null, "recurringbillingfrequency": null, "tax": null, "test": null, "test_product_price": null}, "createdAt": "2023-01-31T00:08:27.149Z", "updatedAt": "2023-01-31T00:28:58.829Z", "archived": false}, "emitted_at": 1689697253487} -{"stream": "property_history", "data": {"value": "sh", "source-type": "CRM_UI", "source-id": "userId:12282590", "source-label": null, "updated-by-user-id": 12282590, "timestamp": 1673944973763, "selected": false, "property": "firstname", "vid": 151}, "emitted_at": 1685387222765} -{"stream": "subscription_changes", "data": {"timestamp": 1675123491624, "recipient": "testingapicontact_0@hubspot.com", "portalId": 8727216, "normalizedEmailId": "6b59e963-cabc-4bf8-baec-feab401bdd98", "changes": [{"source": "SOURCE_HUBSPOT_CUSTOMER", "timestamp": 1675123491624, "change": "SUBSCRIBED", "portalId": 8727216, "subscriptionId": 23704464, "causedByEvent": {"id": "cd276838-3925-4649-9a38-2b61761362c4", "created": 1675123491624}, "changeType": "SUBSCRIPTION_STATUS"}]}, "emitted_at": 1685387223625} -{"stream": "tickets", "data": {"id": "1401690016", "properties": {"closed_date": null, "content": null, "created_by": null, "createdate": "2023-01-30T23:52:42.464000+00:00", "first_agent_reply_date": null, "hs_all_accessible_team_ids": null, "hs_all_conversation_mentions": null, "hs_all_owner_ids": "52550153", "hs_all_team_ids": null, "hs_assignment_method": null, "hs_auto_generated_from_thread_id": null, "hs_conversations_originating_message_id": null, "hs_conversations_originating_thread_id": null, "hs_created_by_user_id": 12282590, "hs_createdate": null, "hs_custom_inbox": null, "hs_date_entered_1": "2023-01-30T23:52:42.464000+00:00", "hs_date_entered_2": null, "hs_date_entered_3": null, "hs_date_entered_4": null, "hs_date_exited_1": null, "hs_date_exited_2": null, "hs_date_exited_3": null, "hs_date_exited_4": null, "hs_external_object_ids": null, "hs_feedback_last_ces_follow_up": null, "hs_feedback_last_ces_rating": null, "hs_feedback_last_survey_date": null, "hs_file_upload": null, "hs_first_agent_message_sent_at": null, "hs_helpdesk_sort_timestamp": "2023-01-30T23:52:42.464000+00:00", "hs_in_helpdesk": null, "hs_inbox_id": null, "hs_last_email_activity": null, "hs_last_email_date": null, "hs_last_message_from_visitor": false, "hs_last_message_received_at": null, "hs_last_message_sent_at": null, "hs_lastactivitydate": null, "hs_lastcontacted": null, "hs_lastmodifieddate": "2023-01-30T23:52:43.939000+00:00", "hs_latest_message_seen_by_agent_ids": null, "hs_merged_object_ids": null, "hs_most_relevant_sla_status": null, "hs_most_relevant_sla_type": null, "hs_msteams_message_id": null, "hs_nextactivitydate": null, "hs_num_associated_companies": 0, "hs_num_times_contacted": 0, "hs_object_id": 1401690016, "hs_object_source": null, "hs_object_source_id": null, "hs_object_source_user_id": null, "hs_originating_channel_instance_id": null, "hs_originating_email_engagement_id": null, "hs_originating_generic_channel_id": null, "hs_pinned_engagement_id": null, "hs_pipeline": "0", "hs_pipeline_stage": "1", "hs_primary_company": null, "hs_read_only": null, "hs_resolution": null, "hs_sales_email_last_replied": null, "hs_tag_ids": null, "hs_thread_ids_to_restore": null, "hs_ticket_category": null, "hs_ticket_id": 1401690016, "hs_ticket_priority": null, "hs_time_in_1": 18086626589, "hs_time_in_2": null, "hs_time_in_3": null, "hs_time_in_4": null, "hs_time_to_close_sla_at": null, "hs_time_to_close_sla_status": null, "hs_time_to_first_response_sla_at": null, "hs_time_to_first_response_sla_status": null, "hs_unique_creation_key": null, "hs_updated_by_user_id": 12282590, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": "12282590", "hs_was_imported": null, "hubspot_owner_assigneddate": "2023-01-30T23:52:42.464000+00:00", "hubspot_owner_id": "52550153", "hubspot_team_id": null, "last_engagement_date": null, "last_reply_date": null, "notes_last_contacted": null, "notes_last_updated": null, "notes_next_activity_date": null, "nps_follow_up_answer": null, "nps_follow_up_question_version": null, "nps_score": null, "num_contacted_notes": null, "num_notes": null, "source_ref": null, "source_thread_id": null, "source_type": null, "subject": "test", "tags": null, "time_to_close": null, "time_to_first_agent_reply": null}, "createdAt": "2023-01-30T23:52:42.464Z", "updatedAt": "2023-01-30T23:52:43.939Z", "archived": false}, "emitted_at": 1693209389127} -{"stream": "workflows", "data": {"migrationStatus": {"portalId": 8727216, "workflowId": 40032127, "migrationStatus": "EXECUTION_MIGRATED", "enrollmentMigrationStatus": "PLATFORM_OWNED", "platformOwnsActions": true, "lastSuccessfulMigrationTimestamp": null, "enrollmentMigrationTimestamp": null, "flowId": 321690519}, "name": "Unnamed workflow - Mon Mar 15 2021 12:58:03 GMT+0200 (cloned)", "id": 40032127, "type": "DRIP_DELAY", "enabled": true, "creationSource": {"sourceApplication": {"source": "DIRECT_API", "serviceName": "AutomationPlatformService-userweb"}, "createdByUser": {"userId": 12282590, "userEmail": "integration-test@airbyte.io"}, "clonedFromWorkflowId": 23314874, "createdAt": 1675124258186}, "updateSource": {"sourceApplication": {"source": "DIRECT_API", "serviceName": "AutomationPlatformService-userweb"}, "updatedByUser": {"userId": 12282590, "userEmail": "integration-test@airbyte.io"}, "updatedAt": 1675124308226}, "originalAuthorUserId": 12282590, "contactListIds": {"enrolled": 167, "active": 168, "completed": 169, "succeeded": 170}, "personaTagIds": [], "lastUpdatedByUserId": 12282590, "contactCounts": {"active": 0, "enrolled": 0}, "portalId": 8727216, "insertedAt": 1675124258190, "updatedAt": 1675124308226, "description": ""}, "emitted_at": 1685387227678} -{"stream": "pets", "data": {"id": "5936415312", "properties": {"hs_all_accessible_team_ids": null, "hs_all_assigned_business_unit_ids": null, "hs_all_owner_ids": null, "hs_all_team_ids": null, "hs_created_by_user_id": 12282590, "hs_createdate": "2023-04-12T17:08:50.632000+00:00", "hs_lastmodifieddate": "2023-04-12T17:08:50.632000+00:00", "hs_merged_object_ids": null, "hs_object_id": 5936415312, "hs_object_source": null, "hs_object_source_id": null, "hs_object_source_user_id": null, "hs_pinned_engagement_id": null, "hs_read_only": null, "hs_unique_creation_key": null, "hs_updated_by_user_id": 12282590, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": null, "hs_was_imported": null, "hubspot_owner_assigneddate": null, "hubspot_owner_id": null, "hubspot_team_id": null, "pet_name": "Marcos Pet", "pet_type": "Dog"}, "createdAt": "2023-04-12T17:08:50.632Z", "updatedAt": "2023-04-12T17:08:50.632Z", "archived": false}, "emitted_at": 1689697266624} -{"stream": "pets", "data": {"id": "5938880054", "properties": {"hs_all_accessible_team_ids": null, "hs_all_assigned_business_unit_ids": null, "hs_all_owner_ids": null, "hs_all_team_ids": null, "hs_created_by_user_id": 12282590, "hs_createdate": "2023-04-12T17:53:12.692000+00:00", "hs_lastmodifieddate": "2023-04-12T17:53:12.692000+00:00", "hs_merged_object_ids": null, "hs_object_id": 5938880054, "hs_object_source": null, "hs_object_source_id": null, "hs_object_source_user_id": null, "hs_pinned_engagement_id": null, "hs_read_only": null, "hs_unique_creation_key": null, "hs_updated_by_user_id": 12282590, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": null, "hs_was_imported": null, "hubspot_owner_assigneddate": null, "hubspot_owner_id": null, "hubspot_team_id": null, "pet_name": "Integration Test Pet", "pet_type": "Unknown"}, "createdAt": "2023-04-12T17:53:12.692Z", "updatedAt": "2023-04-12T17:53:12.692Z", "archived": false}, "emitted_at": 1689697266625} -{"stream": "cars", "data": {"id": "5938880072", "properties": {"car_id": 1, "car_name": 3232324, "hs_all_accessible_team_ids": null, "hs_all_assigned_business_unit_ids": null, "hs_all_owner_ids": null, "hs_all_team_ids": null, "hs_created_by_user_id": 12282590, "hs_createdate": "2023-04-12T17:57:15.836000+00:00", "hs_lastmodifieddate": "2023-04-12T17:59:20.189000+00:00", "hs_merged_object_ids": null, "hs_object_id": 5938880072, "hs_object_source": null, "hs_object_source_id": null, "hs_object_source_user_id": null, "hs_pinned_engagement_id": null, "hs_read_only": null, "hs_unique_creation_key": null, "hs_updated_by_user_id": 12282590, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": null, "hs_was_imported": null, "hubspot_owner_assigneddate": null, "hubspot_owner_id": null, "hubspot_team_id": null}, "createdAt": "2023-04-12T17:57:15.836Z", "updatedAt": "2023-04-12T17:59:20.189Z", "archived": false}, "emitted_at": 1689697267882} -{"stream": "cars", "data": {"id": "5938880073", "properties": {"car_id": 2, "car_name": 23232, "hs_all_accessible_team_ids": null, "hs_all_assigned_business_unit_ids": null, "hs_all_owner_ids": null, "hs_all_team_ids": null, "hs_created_by_user_id": 12282590, "hs_createdate": "2023-04-12T17:57:20.583000+00:00", "hs_lastmodifieddate": "2023-04-12T17:59:20.189000+00:00", "hs_merged_object_ids": null, "hs_object_id": 5938880073, "hs_object_source": null, "hs_object_source_id": null, "hs_object_source_user_id": null, "hs_pinned_engagement_id": null, "hs_read_only": null, "hs_unique_creation_key": null, "hs_updated_by_user_id": 12282590, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": null, "hs_was_imported": null, "hubspot_owner_assigneddate": null, "hubspot_owner_id": null, "hubspot_team_id": null}, "createdAt": "2023-04-12T17:57:20.583Z", "updatedAt": "2023-04-12T17:59:20.189Z", "archived": false}, "emitted_at": 1689697267883} -{"stream": "contacts_merged_audit", "data": {"canonical-vid": 651, "vid-to-merge": 201, "timestamp": 1688758327178, "entity-id": "auth:app-cookie | auth-level:app | login-id:integration-test@airbyte.io-1688758203663 | hub-id:8727216 | user-id:12282590 | origin-ip:2804:1b3:8402:b1f4:7d1b:f62e:b071:593d | correlation-id:3f139cd7-66fc-4300-8cbc-e6c1fe9ea7d1", "user-id": 12282590, "num-properties-moved": 45, "merged_from_email": {"value": "testingapis@hubspot.com", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1610634377014, "selected": false}, "merged_to_email": {"value": "testingapicontact_1@hubspot.com", "source-type": "API", "source-id": null, "source-label": null, "updated-by-user-id": null, "timestamp": 1634044981830, "selected": false}, "first-name": "test", "last-name": "testerson"}, "emitted_at": 1688758844966} +{"stream":"campaigns","data":{"id":243851494,"lastUpdatedTime":1675121674226,"appId":113,"appName":"Batch","contentId":100523515217,"subject":"test","name":"test","counters":{"dropped":1},"lastProcessingFinishedAt":1675121674000,"lastProcessingStartedAt":1675121671000,"lastProcessingStateChangeAt":1675121674000,"numIncluded":1,"processingState":"DONE","type":"BATCH_EMAIL","counters_dropped":1},"emitted_at":1695637423062} +{"stream":"companies","data":{"id":"4992593519","properties":{"about_us":null,"address":null,"address2":null,"annualrevenue":null,"city":"San Francisco","closedate":null,"closedate_timestamp_earliest_value_a2a17e6e":null,"country":"United States","createdate":"2020-12-10T07:58:09.554000+00:00","custom_company_property":null,"days_to_close":null,"description":"Airbyte is an open-source data integration platform to build ELT pipelines. Consolidate your data in your data warehouses, lakes and databases.","domain":"airbyte.io","engagements_last_meeting_booked":null,"engagements_last_meeting_booked_campaign":null,"engagements_last_meeting_booked_medium":null,"engagements_last_meeting_booked_source":null,"facebook_company_page":null,"facebookfans":null,"first_contact_createdate":null,"first_contact_createdate_timestamp_earliest_value_78b50eea":null,"first_conversion_date":null,"first_conversion_date_timestamp_earliest_value_61f58f2c":null,"first_conversion_event_name":null,"first_conversion_event_name_timestamp_earliest_value_68ddae0a":null,"first_deal_created_date":"2021-05-21T10:17:06.028000+00:00","founded_year":"2020","googleplus_page":null,"hs_additional_domains":null,"hs_all_accessible_team_ids":null,"hs_all_owner_ids":"52550153","hs_all_team_ids":null,"hs_analytics_first_timestamp":null,"hs_analytics_first_timestamp_timestamp_earliest_value_11e3a63a":null,"hs_analytics_first_touch_converting_campaign":null,"hs_analytics_first_touch_converting_campaign_timestamp_earliest_value_4757fe10":null,"hs_analytics_first_visit_timestamp":null,"hs_analytics_first_visit_timestamp_timestamp_earliest_value_accc17ae":null,"hs_analytics_last_timestamp":null,"hs_analytics_last_timestamp_timestamp_latest_value_4e16365a":null,"hs_analytics_last_touch_converting_campaign":null,"hs_analytics_last_touch_converting_campaign_timestamp_latest_value_81a64e30":null,"hs_analytics_last_visit_timestamp":null,"hs_analytics_last_visit_timestamp_timestamp_latest_value_999a0fce":null,"hs_analytics_latest_source":null,"hs_analytics_latest_source_data_1":null,"hs_analytics_latest_source_data_2":null,"hs_analytics_latest_source_timestamp":null,"hs_analytics_num_page_views":null,"hs_analytics_num_page_views_cardinality_sum_e46e85b0":null,"hs_analytics_num_visits":null,"hs_analytics_num_visits_cardinality_sum_53d952a6":null,"hs_analytics_source":null,"hs_analytics_source_data_1":null,"hs_analytics_source_data_1_timestamp_earliest_value_9b2f1fa1":null,"hs_analytics_source_data_2":null,"hs_analytics_source_data_2_timestamp_earliest_value_9b2f9400":null,"hs_analytics_source_timestamp_earliest_value_25a3a52c":null,"hs_annual_revenue_currency_code":"USD","hs_avatar_filemanager_key":null,"hs_created_by_user_id":12282590,"hs_createdate":null,"hs_date_entered_customer":null,"hs_date_entered_evangelist":null,"hs_date_entered_lead":null,"hs_date_entered_marketingqualifiedlead":null,"hs_date_entered_opportunity":"2021-05-21T10:17:28.964000+00:00","hs_date_entered_other":null,"hs_date_entered_salesqualifiedlead":null,"hs_date_entered_subscriber":null,"hs_date_exited_customer":null,"hs_date_exited_evangelist":null,"hs_date_exited_lead":null,"hs_date_exited_marketingqualifiedlead":null,"hs_date_exited_opportunity":null,"hs_date_exited_other":null,"hs_date_exited_salesqualifiedlead":null,"hs_date_exited_subscriber":null,"hs_ideal_customer_profile":null,"hs_is_target_account":null,"hs_last_booked_meeting_date":null,"hs_last_logged_call_date":null,"hs_last_open_task_date":null,"hs_last_sales_activity_date":null,"hs_last_sales_activity_timestamp":null,"hs_last_sales_activity_type":null,"hs_lastmodifieddate":"2023-01-26T11:45:49.817000+00:00","hs_latest_createdate_of_active_subscriptions":null,"hs_latest_meeting_activity":null,"hs_lead_status":null,"hs_merged_object_ids":null,"hs_num_blockers":null,"hs_num_child_companies":0,"hs_num_contacts_with_buying_roles":null,"hs_num_decision_makers":null,"hs_num_open_deals":1,"hs_object_id":4992593519,"hs_object_source":null,"hs_object_source_id":null,"hs_object_source_user_id":null,"hs_parent_company_id":null,"hs_pinned_engagement_id":null,"hs_pipeline":null,"hs_predictivecontactscore_v2":null,"hs_predictivecontactscore_v2_next_max_max_d4e58c1e":null,"hs_read_only":null,"hs_sales_email_last_replied":null,"hs_target_account":null,"hs_target_account_probability":0.5476861596107483,"hs_target_account_recommendation_snooze_time":null,"hs_target_account_recommendation_state":null,"hs_time_in_customer":null,"hs_time_in_evangelist":null,"hs_time_in_lead":null,"hs_time_in_marketingqualifiedlead":null,"hs_time_in_opportunity":74045176259,"hs_time_in_other":null,"hs_time_in_salesqualifiedlead":null,"hs_time_in_subscriber":null,"hs_total_deal_value":null,"hs_unique_creation_key":null,"hs_updated_by_user_id":12282590,"hs_user_ids_of_all_notification_followers":null,"hs_user_ids_of_all_notification_unfollowers":null,"hs_user_ids_of_all_owners":"12282590","hs_was_imported":null,"hubspot_owner_assigneddate":"2020-12-10T07:58:09.554000+00:00","hubspot_owner_id":"52550153","hubspot_team_id":null,"hubspotscore":null,"industry":null,"is_public":false,"lifecyclestage":"opportunity","linkedin_company_page":"https://www.linkedin.com/company/airbytehq","linkedinbio":"Airbyte is an open-source data integration platform to build ELT pipelines. Consolidate your data in your data warehouses, lakes and databases.","name":"Airbyte test1","notes_last_contacted":null,"notes_last_updated":null,"notes_next_activity_date":null,"num_associated_contacts":0,"num_associated_deals":1,"num_contacted_notes":null,"num_conversion_events":null,"num_conversion_events_cardinality_sum_d095f14b":null,"num_notes":null,"numberofemployees":200,"phone":"+1 415-307-4864","recent_conversion_date":null,"recent_conversion_date_timestamp_latest_value_72856da1":null,"recent_conversion_event_name":null,"recent_conversion_event_name_timestamp_latest_value_66c820bf":null,"recent_deal_amount":null,"recent_deal_close_date":null,"state":"CA","timezone":"America/Los_Angeles","total_money_raised":null,"total_revenue":null,"twitterbio":null,"twitterfollowers":null,"twitterhandle":"AirbyteHQ","type":null,"web_technologies":"slack;segment;google_tag_manager;greenhouse;google_analytics;intercom;piwik;google_apps;hubspot;facebook_advertiser","website":"airbyte.io","zip":"94114"},"createdAt":"2020-12-10T07:58:09.554Z","updatedAt":"2023-01-26T11:45:49.817Z","archived":false,"properties_about_us":null,"properties_address":null,"properties_address2":null,"properties_annualrevenue":null,"properties_city":"San Francisco","properties_closedate":null,"properties_closedate_timestamp_earliest_value_a2a17e6e":null,"properties_country":"United States","properties_createdate":"2020-12-10T07:58:09.554000+00:00","properties_custom_company_property":null,"properties_days_to_close":null,"properties_description":"Airbyte is an open-source data integration platform to build ELT pipelines. Consolidate your data in your data warehouses, lakes and databases.","properties_domain":"airbyte.io","properties_engagements_last_meeting_booked":null,"properties_engagements_last_meeting_booked_campaign":null,"properties_engagements_last_meeting_booked_medium":null,"properties_engagements_last_meeting_booked_source":null,"properties_facebook_company_page":null,"properties_facebookfans":null,"properties_first_contact_createdate":null,"properties_first_contact_createdate_timestamp_earliest_value_78b50eea":null,"properties_first_conversion_date":null,"properties_first_conversion_date_timestamp_earliest_value_61f58f2c":null,"properties_first_conversion_event_name":null,"properties_first_conversion_event_name_timestamp_earliest_value_68ddae0a":null,"properties_first_deal_created_date":"2021-05-21T10:17:06.028000+00:00","properties_founded_year":"2020","properties_googleplus_page":null,"properties_hs_additional_domains":null,"properties_hs_all_accessible_team_ids":null,"properties_hs_all_owner_ids":"52550153","properties_hs_all_team_ids":null,"properties_hs_analytics_first_timestamp":null,"properties_hs_analytics_first_timestamp_timestamp_earliest_value_11e3a63a":null,"properties_hs_analytics_first_touch_converting_campaign":null,"properties_hs_analytics_first_touch_converting_campaign_timestamp_earliest_value_4757fe10":null,"properties_hs_analytics_first_visit_timestamp":null,"properties_hs_analytics_first_visit_timestamp_timestamp_earliest_value_accc17ae":null,"properties_hs_analytics_last_timestamp":null,"properties_hs_analytics_last_timestamp_timestamp_latest_value_4e16365a":null,"properties_hs_analytics_last_touch_converting_campaign":null,"properties_hs_analytics_last_touch_converting_campaign_timestamp_latest_value_81a64e30":null,"properties_hs_analytics_last_visit_timestamp":null,"properties_hs_analytics_last_visit_timestamp_timestamp_latest_value_999a0fce":null,"properties_hs_analytics_latest_source":null,"properties_hs_analytics_latest_source_data_1":null,"properties_hs_analytics_latest_source_data_2":null,"properties_hs_analytics_latest_source_timestamp":null,"properties_hs_analytics_num_page_views":null,"properties_hs_analytics_num_page_views_cardinality_sum_e46e85b0":null,"properties_hs_analytics_num_visits":null,"properties_hs_analytics_num_visits_cardinality_sum_53d952a6":null,"properties_hs_analytics_source":null,"properties_hs_analytics_source_data_1":null,"properties_hs_analytics_source_data_1_timestamp_earliest_value_9b2f1fa1":null,"properties_hs_analytics_source_data_2":null,"properties_hs_analytics_source_data_2_timestamp_earliest_value_9b2f9400":null,"properties_hs_analytics_source_timestamp_earliest_value_25a3a52c":null,"properties_hs_annual_revenue_currency_code":"USD","properties_hs_avatar_filemanager_key":null,"properties_hs_created_by_user_id":12282590,"properties_hs_createdate":null,"properties_hs_date_entered_customer":null,"properties_hs_date_entered_evangelist":null,"properties_hs_date_entered_lead":null,"properties_hs_date_entered_marketingqualifiedlead":null,"properties_hs_date_entered_opportunity":"2021-05-21T10:17:28.964000+00:00","properties_hs_date_entered_other":null,"properties_hs_date_entered_salesqualifiedlead":null,"properties_hs_date_entered_subscriber":null,"properties_hs_date_exited_customer":null,"properties_hs_date_exited_evangelist":null,"properties_hs_date_exited_lead":null,"properties_hs_date_exited_marketingqualifiedlead":null,"properties_hs_date_exited_opportunity":null,"properties_hs_date_exited_other":null,"properties_hs_date_exited_salesqualifiedlead":null,"properties_hs_date_exited_subscriber":null,"properties_hs_ideal_customer_profile":null,"properties_hs_is_target_account":null,"properties_hs_last_booked_meeting_date":null,"properties_hs_last_logged_call_date":null,"properties_hs_last_open_task_date":null,"properties_hs_last_sales_activity_date":null,"properties_hs_last_sales_activity_timestamp":null,"properties_hs_last_sales_activity_type":null,"properties_hs_lastmodifieddate":"2023-01-26T11:45:49.817000+00:00","properties_hs_latest_createdate_of_active_subscriptions":null,"properties_hs_latest_meeting_activity":null,"properties_hs_lead_status":null,"properties_hs_merged_object_ids":null,"properties_hs_num_blockers":null,"properties_hs_num_child_companies":0,"properties_hs_num_contacts_with_buying_roles":null,"properties_hs_num_decision_makers":null,"properties_hs_num_open_deals":1,"properties_hs_object_id":4992593519,"properties_hs_object_source":null,"properties_hs_object_source_id":null,"properties_hs_object_source_user_id":null,"properties_hs_parent_company_id":null,"properties_hs_pinned_engagement_id":null,"properties_hs_pipeline":null,"properties_hs_predictivecontactscore_v2":null,"properties_hs_predictivecontactscore_v2_next_max_max_d4e58c1e":null,"properties_hs_read_only":null,"properties_hs_sales_email_last_replied":null,"properties_hs_target_account":null,"properties_hs_target_account_probability":0.5476861596107483,"properties_hs_target_account_recommendation_snooze_time":null,"properties_hs_target_account_recommendation_state":null,"properties_hs_time_in_customer":null,"properties_hs_time_in_evangelist":null,"properties_hs_time_in_lead":null,"properties_hs_time_in_marketingqualifiedlead":null,"properties_hs_time_in_opportunity":74045176259,"properties_hs_time_in_other":null,"properties_hs_time_in_salesqualifiedlead":null,"properties_hs_time_in_subscriber":null,"properties_hs_total_deal_value":null,"properties_hs_unique_creation_key":null,"properties_hs_updated_by_user_id":12282590,"properties_hs_user_ids_of_all_notification_followers":null,"properties_hs_user_ids_of_all_notification_unfollowers":null,"properties_hs_user_ids_of_all_owners":"12282590","properties_hs_was_imported":null,"properties_hubspot_owner_assigneddate":"2020-12-10T07:58:09.554000+00:00","properties_hubspot_owner_id":"52550153","properties_hubspot_team_id":null,"properties_hubspotscore":null,"properties_industry":null,"properties_is_public":false,"properties_lifecyclestage":"opportunity","properties_linkedin_company_page":"https://www.linkedin.com/company/airbytehq","properties_linkedinbio":"Airbyte is an open-source data integration platform to build ELT pipelines. Consolidate your data in your data warehouses, lakes and databases.","properties_name":"Airbyte test1","properties_notes_last_contacted":null,"properties_notes_last_updated":null,"properties_notes_next_activity_date":null,"properties_num_associated_contacts":0,"properties_num_associated_deals":1,"properties_num_contacted_notes":null,"properties_num_conversion_events":null,"properties_num_conversion_events_cardinality_sum_d095f14b":null,"properties_num_notes":null,"properties_numberofemployees":200,"properties_phone":"+1 415-307-4864","properties_recent_conversion_date":null,"properties_recent_conversion_date_timestamp_latest_value_72856da1":null,"properties_recent_conversion_event_name":null,"properties_recent_conversion_event_name_timestamp_latest_value_66c820bf":null,"properties_recent_deal_amount":null,"properties_recent_deal_close_date":null,"properties_state":"CA","properties_timezone":"America/Los_Angeles","properties_total_money_raised":null,"properties_total_revenue":null,"properties_twitterbio":null,"properties_twitterfollowers":null,"properties_twitterhandle":"AirbyteHQ","properties_type":null,"properties_web_technologies":"slack;segment;google_tag_manager;greenhouse;google_analytics;intercom;piwik;google_apps;hubspot;facebook_advertiser","properties_website":"airbyte.io","properties_zip":"94114"},"emitted_at":1695637425433} +{"stream":"companies","data":{"id":"5000526215","properties":{"about_us":null,"address":null,"address2":null,"annualrevenue":null,"city":"San Francisco","closedate":"2023-04-04T15:00:58.081000+00:00","closedate_timestamp_earliest_value_a2a17e6e":null,"country":"United States","createdate":"2020-12-11T01:27:40.002000+00:00","custom_company_property":null,"days_to_close":844,"description":"Airbyte is an open-source data integration platform to build ELT pipelines. Consolidate your data in your data warehouses, lakes and databases.","domain":"dataline.io","engagements_last_meeting_booked":null,"engagements_last_meeting_booked_campaign":null,"engagements_last_meeting_booked_medium":null,"engagements_last_meeting_booked_source":null,"facebook_company_page":null,"facebookfans":null,"first_contact_createdate":"2020-12-11T01:29:50.116000+00:00","first_contact_createdate_timestamp_earliest_value_78b50eea":null,"first_conversion_date":null,"first_conversion_date_timestamp_earliest_value_61f58f2c":null,"first_conversion_event_name":null,"first_conversion_event_name_timestamp_earliest_value_68ddae0a":null,"first_deal_created_date":"2021-01-13T10:30:42.221000+00:00","founded_year":"2020","googleplus_page":null,"hs_additional_domains":null,"hs_all_accessible_team_ids":null,"hs_all_owner_ids":"52550153","hs_all_team_ids":null,"hs_analytics_first_timestamp":"2020-12-11T01:29:50.116000+00:00","hs_analytics_first_timestamp_timestamp_earliest_value_11e3a63a":null,"hs_analytics_first_touch_converting_campaign":null,"hs_analytics_first_touch_converting_campaign_timestamp_earliest_value_4757fe10":null,"hs_analytics_first_visit_timestamp":null,"hs_analytics_first_visit_timestamp_timestamp_earliest_value_accc17ae":null,"hs_analytics_last_timestamp":null,"hs_analytics_last_timestamp_timestamp_latest_value_4e16365a":null,"hs_analytics_last_touch_converting_campaign":null,"hs_analytics_last_touch_converting_campaign_timestamp_latest_value_81a64e30":null,"hs_analytics_last_visit_timestamp":null,"hs_analytics_last_visit_timestamp_timestamp_latest_value_999a0fce":null,"hs_analytics_latest_source":"OFFLINE","hs_analytics_latest_source_data_1":"CONTACTS","hs_analytics_latest_source_data_2":"CRM_UI","hs_analytics_latest_source_timestamp":"2020-12-11T01:29:50.153000+00:00","hs_analytics_num_page_views":0,"hs_analytics_num_page_views_cardinality_sum_e46e85b0":null,"hs_analytics_num_visits":0,"hs_analytics_num_visits_cardinality_sum_53d952a6":null,"hs_analytics_source":"OFFLINE","hs_analytics_source_data_1":"CONTACTS","hs_analytics_source_data_1_timestamp_earliest_value_9b2f1fa1":null,"hs_analytics_source_data_2":"CRM_UI","hs_analytics_source_data_2_timestamp_earliest_value_9b2f9400":null,"hs_analytics_source_timestamp_earliest_value_25a3a52c":null,"hs_annual_revenue_currency_code":"USD","hs_avatar_filemanager_key":null,"hs_created_by_user_id":12282590,"hs_createdate":null,"hs_date_entered_customer":"2023-04-04T15:00:58.081000+00:00","hs_date_entered_evangelist":null,"hs_date_entered_lead":null,"hs_date_entered_marketingqualifiedlead":null,"hs_date_entered_opportunity":"2021-02-23T20:21:06.027000+00:00","hs_date_entered_other":null,"hs_date_entered_salesqualifiedlead":null,"hs_date_entered_subscriber":null,"hs_date_exited_customer":null,"hs_date_exited_evangelist":null,"hs_date_exited_lead":null,"hs_date_exited_marketingqualifiedlead":null,"hs_date_exited_opportunity":"2023-04-04T15:00:58.081000+00:00","hs_date_exited_other":null,"hs_date_exited_salesqualifiedlead":null,"hs_date_exited_subscriber":null,"hs_ideal_customer_profile":null,"hs_is_target_account":null,"hs_last_booked_meeting_date":null,"hs_last_logged_call_date":null,"hs_last_open_task_date":null,"hs_last_sales_activity_date":null,"hs_last_sales_activity_timestamp":null,"hs_last_sales_activity_type":null,"hs_lastmodifieddate":"2023-09-07T03:58:14.126000+00:00","hs_latest_createdate_of_active_subscriptions":null,"hs_latest_meeting_activity":null,"hs_lead_status":null,"hs_merged_object_ids":"5183403213","hs_num_blockers":0,"hs_num_child_companies":0,"hs_num_contacts_with_buying_roles":0,"hs_num_decision_makers":0,"hs_num_open_deals":2,"hs_object_id":5000526215,"hs_object_source":null,"hs_object_source_id":null,"hs_object_source_user_id":null,"hs_parent_company_id":null,"hs_pinned_engagement_id":null,"hs_pipeline":"companies-lifecycle-pipeline","hs_predictivecontactscore_v2":0.3,"hs_predictivecontactscore_v2_next_max_max_d4e58c1e":null,"hs_read_only":null,"hs_sales_email_last_replied":null,"hs_target_account":null,"hs_target_account_probability":0.46257445216178894,"hs_target_account_recommendation_snooze_time":null,"hs_target_account_recommendation_state":null,"hs_time_in_customer":15016967142,"hs_time_in_evangelist":null,"hs_time_in_lead":null,"hs_time_in_marketingqualifiedlead":null,"hs_time_in_opportunity":66508792054,"hs_time_in_other":null,"hs_time_in_salesqualifiedlead":null,"hs_time_in_subscriber":null,"hs_total_deal_value":60010,"hs_unique_creation_key":null,"hs_updated_by_user_id":12282590,"hs_user_ids_of_all_notification_followers":null,"hs_user_ids_of_all_notification_unfollowers":null,"hs_user_ids_of_all_owners":"12282590","hs_was_imported":null,"hubspot_owner_assigneddate":"2020-12-11T01:27:40.002000+00:00","hubspot_owner_id":"52550153","hubspot_team_id":null,"hubspotscore":null,"industry":null,"is_public":false,"lifecyclestage":"customer","linkedin_company_page":"https://www.linkedin.com/company/airbytehq","linkedinbio":"Airbyte is an open-source data integration platform to build ELT pipelines. Consolidate your data in your data warehouses, lakes and databases.","name":"Dataline","notes_last_contacted":null,"notes_last_updated":null,"notes_next_activity_date":null,"num_associated_contacts":1,"num_associated_deals":3,"num_contacted_notes":null,"num_conversion_events":null,"num_conversion_events_cardinality_sum_d095f14b":null,"num_notes":null,"numberofemployees":25,"phone":"","recent_conversion_date":null,"recent_conversion_date_timestamp_latest_value_72856da1":null,"recent_conversion_event_name":null,"recent_conversion_event_name_timestamp_latest_value_66c820bf":null,"recent_deal_amount":60000,"recent_deal_close_date":"2023-04-04T14:59:45.103000+00:00","state":"CA","timezone":"America/Los_Angeles","total_money_raised":null,"total_revenue":60000,"twitterbio":null,"twitterfollowers":null,"twitterhandle":"AirbyteHQ","type":null,"web_technologies":"slack;segment;google_tag_manager;cloud_flare;google_analytics;intercom;lever;google_apps","website":"dataline.io","zip":""},"createdAt":"2020-12-11T01:27:40.002Z","updatedAt":"2023-09-07T03:58:14.126Z","archived":false,"contacts":["151","151"],"properties_about_us":null,"properties_address":null,"properties_address2":null,"properties_annualrevenue":null,"properties_city":"San Francisco","properties_closedate":"2023-04-04T15:00:58.081000+00:00","properties_closedate_timestamp_earliest_value_a2a17e6e":null,"properties_country":"United States","properties_createdate":"2020-12-11T01:27:40.002000+00:00","properties_custom_company_property":null,"properties_days_to_close":844,"properties_description":"Airbyte is an open-source data integration platform to build ELT pipelines. Consolidate your data in your data warehouses, lakes and databases.","properties_domain":"dataline.io","properties_engagements_last_meeting_booked":null,"properties_engagements_last_meeting_booked_campaign":null,"properties_engagements_last_meeting_booked_medium":null,"properties_engagements_last_meeting_booked_source":null,"properties_facebook_company_page":null,"properties_facebookfans":null,"properties_first_contact_createdate":"2020-12-11T01:29:50.116000+00:00","properties_first_contact_createdate_timestamp_earliest_value_78b50eea":null,"properties_first_conversion_date":null,"properties_first_conversion_date_timestamp_earliest_value_61f58f2c":null,"properties_first_conversion_event_name":null,"properties_first_conversion_event_name_timestamp_earliest_value_68ddae0a":null,"properties_first_deal_created_date":"2021-01-13T10:30:42.221000+00:00","properties_founded_year":"2020","properties_googleplus_page":null,"properties_hs_additional_domains":null,"properties_hs_all_accessible_team_ids":null,"properties_hs_all_owner_ids":"52550153","properties_hs_all_team_ids":null,"properties_hs_analytics_first_timestamp":"2020-12-11T01:29:50.116000+00:00","properties_hs_analytics_first_timestamp_timestamp_earliest_value_11e3a63a":null,"properties_hs_analytics_first_touch_converting_campaign":null,"properties_hs_analytics_first_touch_converting_campaign_timestamp_earliest_value_4757fe10":null,"properties_hs_analytics_first_visit_timestamp":null,"properties_hs_analytics_first_visit_timestamp_timestamp_earliest_value_accc17ae":null,"properties_hs_analytics_last_timestamp":null,"properties_hs_analytics_last_timestamp_timestamp_latest_value_4e16365a":null,"properties_hs_analytics_last_touch_converting_campaign":null,"properties_hs_analytics_last_touch_converting_campaign_timestamp_latest_value_81a64e30":null,"properties_hs_analytics_last_visit_timestamp":null,"properties_hs_analytics_last_visit_timestamp_timestamp_latest_value_999a0fce":null,"properties_hs_analytics_latest_source":"OFFLINE","properties_hs_analytics_latest_source_data_1":"CONTACTS","properties_hs_analytics_latest_source_data_2":"CRM_UI","properties_hs_analytics_latest_source_timestamp":"2020-12-11T01:29:50.153000+00:00","properties_hs_analytics_num_page_views":0,"properties_hs_analytics_num_page_views_cardinality_sum_e46e85b0":null,"properties_hs_analytics_num_visits":0,"properties_hs_analytics_num_visits_cardinality_sum_53d952a6":null,"properties_hs_analytics_source":"OFFLINE","properties_hs_analytics_source_data_1":"CONTACTS","properties_hs_analytics_source_data_1_timestamp_earliest_value_9b2f1fa1":null,"properties_hs_analytics_source_data_2":"CRM_UI","properties_hs_analytics_source_data_2_timestamp_earliest_value_9b2f9400":null,"properties_hs_analytics_source_timestamp_earliest_value_25a3a52c":null,"properties_hs_annual_revenue_currency_code":"USD","properties_hs_avatar_filemanager_key":null,"properties_hs_created_by_user_id":12282590,"properties_hs_createdate":null,"properties_hs_date_entered_customer":"2023-04-04T15:00:58.081000+00:00","properties_hs_date_entered_evangelist":null,"properties_hs_date_entered_lead":null,"properties_hs_date_entered_marketingqualifiedlead":null,"properties_hs_date_entered_opportunity":"2021-02-23T20:21:06.027000+00:00","properties_hs_date_entered_other":null,"properties_hs_date_entered_salesqualifiedlead":null,"properties_hs_date_entered_subscriber":null,"properties_hs_date_exited_customer":null,"properties_hs_date_exited_evangelist":null,"properties_hs_date_exited_lead":null,"properties_hs_date_exited_marketingqualifiedlead":null,"properties_hs_date_exited_opportunity":"2023-04-04T15:00:58.081000+00:00","properties_hs_date_exited_other":null,"properties_hs_date_exited_salesqualifiedlead":null,"properties_hs_date_exited_subscriber":null,"properties_hs_ideal_customer_profile":null,"properties_hs_is_target_account":null,"properties_hs_last_booked_meeting_date":null,"properties_hs_last_logged_call_date":null,"properties_hs_last_open_task_date":null,"properties_hs_last_sales_activity_date":null,"properties_hs_last_sales_activity_timestamp":null,"properties_hs_last_sales_activity_type":null,"properties_hs_lastmodifieddate":"2023-09-07T03:58:14.126000+00:00","properties_hs_latest_createdate_of_active_subscriptions":null,"properties_hs_latest_meeting_activity":null,"properties_hs_lead_status":null,"properties_hs_merged_object_ids":"5183403213","properties_hs_num_blockers":0,"properties_hs_num_child_companies":0,"properties_hs_num_contacts_with_buying_roles":0,"properties_hs_num_decision_makers":0,"properties_hs_num_open_deals":2,"properties_hs_object_id":5000526215,"properties_hs_object_source":null,"properties_hs_object_source_id":null,"properties_hs_object_source_user_id":null,"properties_hs_parent_company_id":null,"properties_hs_pinned_engagement_id":null,"properties_hs_pipeline":"companies-lifecycle-pipeline","properties_hs_predictivecontactscore_v2":0.3,"properties_hs_predictivecontactscore_v2_next_max_max_d4e58c1e":null,"properties_hs_read_only":null,"properties_hs_sales_email_last_replied":null,"properties_hs_target_account":null,"properties_hs_target_account_probability":0.46257445216178894,"properties_hs_target_account_recommendation_snooze_time":null,"properties_hs_target_account_recommendation_state":null,"properties_hs_time_in_customer":15016967142,"properties_hs_time_in_evangelist":null,"properties_hs_time_in_lead":null,"properties_hs_time_in_marketingqualifiedlead":null,"properties_hs_time_in_opportunity":66508792054,"properties_hs_time_in_other":null,"properties_hs_time_in_salesqualifiedlead":null,"properties_hs_time_in_subscriber":null,"properties_hs_total_deal_value":60010,"properties_hs_unique_creation_key":null,"properties_hs_updated_by_user_id":12282590,"properties_hs_user_ids_of_all_notification_followers":null,"properties_hs_user_ids_of_all_notification_unfollowers":null,"properties_hs_user_ids_of_all_owners":"12282590","properties_hs_was_imported":null,"properties_hubspot_owner_assigneddate":"2020-12-11T01:27:40.002000+00:00","properties_hubspot_owner_id":"52550153","properties_hubspot_team_id":null,"properties_hubspotscore":null,"properties_industry":null,"properties_is_public":false,"properties_lifecyclestage":"customer","properties_linkedin_company_page":"https://www.linkedin.com/company/airbytehq","properties_linkedinbio":"Airbyte is an open-source data integration platform to build ELT pipelines. Consolidate your data in your data warehouses, lakes and databases.","properties_name":"Dataline","properties_notes_last_contacted":null,"properties_notes_last_updated":null,"properties_notes_next_activity_date":null,"properties_num_associated_contacts":1,"properties_num_associated_deals":3,"properties_num_contacted_notes":null,"properties_num_conversion_events":null,"properties_num_conversion_events_cardinality_sum_d095f14b":null,"properties_num_notes":null,"properties_numberofemployees":25,"properties_phone":"","properties_recent_conversion_date":null,"properties_recent_conversion_date_timestamp_latest_value_72856da1":null,"properties_recent_conversion_event_name":null,"properties_recent_conversion_event_name_timestamp_latest_value_66c820bf":null,"properties_recent_deal_amount":60000,"properties_recent_deal_close_date":"2023-04-04T14:59:45.103000+00:00","properties_state":"CA","properties_timezone":"America/Los_Angeles","properties_total_money_raised":null,"properties_total_revenue":60000,"properties_twitterbio":null,"properties_twitterfollowers":null,"properties_twitterhandle":"AirbyteHQ","properties_type":null,"properties_web_technologies":"slack;segment;google_tag_manager;cloud_flare;google_analytics;intercom;lever;google_apps","properties_website":"dataline.io","properties_zip":""},"emitted_at":1695637425436} +{"stream":"companies","data":{"id":"5000787595","properties":{"about_us":null,"address":"2261 Market Street","address2":null,"annualrevenue":null,"city":"San Francisco","closedate":null,"closedate_timestamp_earliest_value_a2a17e6e":null,"country":"United States","createdate":"2020-12-11T01:28:27.673000+00:00","custom_company_property":null,"days_to_close":null,"description":"Airbyte is an open-source data integration platform to build ELT pipelines. Consolidate your data in your data warehouses, lakes and databases.","domain":"Daxtarity.com","engagements_last_meeting_booked":null,"engagements_last_meeting_booked_campaign":null,"engagements_last_meeting_booked_medium":null,"engagements_last_meeting_booked_source":null,"facebook_company_page":null,"facebookfans":null,"first_contact_createdate":null,"first_contact_createdate_timestamp_earliest_value_78b50eea":null,"first_conversion_date":null,"first_conversion_date_timestamp_earliest_value_61f58f2c":null,"first_conversion_event_name":null,"first_conversion_event_name_timestamp_earliest_value_68ddae0a":null,"first_deal_created_date":null,"founded_year":"2020","googleplus_page":null,"hs_additional_domains":null,"hs_all_accessible_team_ids":null,"hs_all_owner_ids":"52550153","hs_all_team_ids":null,"hs_analytics_first_timestamp":null,"hs_analytics_first_timestamp_timestamp_earliest_value_11e3a63a":null,"hs_analytics_first_touch_converting_campaign":null,"hs_analytics_first_touch_converting_campaign_timestamp_earliest_value_4757fe10":null,"hs_analytics_first_visit_timestamp":null,"hs_analytics_first_visit_timestamp_timestamp_earliest_value_accc17ae":null,"hs_analytics_last_timestamp":null,"hs_analytics_last_timestamp_timestamp_latest_value_4e16365a":null,"hs_analytics_last_touch_converting_campaign":null,"hs_analytics_last_touch_converting_campaign_timestamp_latest_value_81a64e30":null,"hs_analytics_last_visit_timestamp":null,"hs_analytics_last_visit_timestamp_timestamp_latest_value_999a0fce":null,"hs_analytics_latest_source":"","hs_analytics_latest_source_data_1":"","hs_analytics_latest_source_data_2":"","hs_analytics_latest_source_timestamp":null,"hs_analytics_num_page_views":null,"hs_analytics_num_page_views_cardinality_sum_e46e85b0":null,"hs_analytics_num_visits":null,"hs_analytics_num_visits_cardinality_sum_53d952a6":null,"hs_analytics_source":"","hs_analytics_source_data_1":"","hs_analytics_source_data_1_timestamp_earliest_value_9b2f1fa1":null,"hs_analytics_source_data_2":"","hs_analytics_source_data_2_timestamp_earliest_value_9b2f9400":null,"hs_analytics_source_timestamp_earliest_value_25a3a52c":null,"hs_annual_revenue_currency_code":"USD","hs_avatar_filemanager_key":null,"hs_created_by_user_id":12282590,"hs_createdate":null,"hs_date_entered_customer":null,"hs_date_entered_evangelist":null,"hs_date_entered_lead":null,"hs_date_entered_marketingqualifiedlead":null,"hs_date_entered_opportunity":null,"hs_date_entered_other":null,"hs_date_entered_salesqualifiedlead":null,"hs_date_entered_subscriber":null,"hs_date_exited_customer":null,"hs_date_exited_evangelist":null,"hs_date_exited_lead":null,"hs_date_exited_marketingqualifiedlead":null,"hs_date_exited_opportunity":null,"hs_date_exited_other":null,"hs_date_exited_salesqualifiedlead":null,"hs_date_exited_subscriber":null,"hs_ideal_customer_profile":null,"hs_is_target_account":null,"hs_last_booked_meeting_date":null,"hs_last_logged_call_date":null,"hs_last_open_task_date":null,"hs_last_sales_activity_date":null,"hs_last_sales_activity_timestamp":null,"hs_last_sales_activity_type":null,"hs_lastmodifieddate":"2023-01-23T15:41:56.644000+00:00","hs_latest_createdate_of_active_subscriptions":null,"hs_latest_meeting_activity":null,"hs_lead_status":null,"hs_merged_object_ids":null,"hs_num_blockers":0,"hs_num_child_companies":0,"hs_num_contacts_with_buying_roles":0,"hs_num_decision_makers":0,"hs_num_open_deals":0,"hs_object_id":5000787595,"hs_object_source":null,"hs_object_source_id":null,"hs_object_source_user_id":null,"hs_parent_company_id":null,"hs_pinned_engagement_id":null,"hs_pipeline":null,"hs_predictivecontactscore_v2":null,"hs_predictivecontactscore_v2_next_max_max_d4e58c1e":null,"hs_read_only":null,"hs_sales_email_last_replied":null,"hs_target_account":null,"hs_target_account_probability":0.4076234698295593,"hs_target_account_recommendation_snooze_time":null,"hs_target_account_recommendation_state":null,"hs_time_in_customer":null,"hs_time_in_evangelist":null,"hs_time_in_lead":null,"hs_time_in_marketingqualifiedlead":null,"hs_time_in_opportunity":null,"hs_time_in_other":null,"hs_time_in_salesqualifiedlead":null,"hs_time_in_subscriber":null,"hs_total_deal_value":null,"hs_unique_creation_key":null,"hs_updated_by_user_id":12282590,"hs_user_ids_of_all_notification_followers":null,"hs_user_ids_of_all_notification_unfollowers":null,"hs_user_ids_of_all_owners":"12282590","hs_was_imported":null,"hubspot_owner_assigneddate":"2020-12-11T01:28:27.673000+00:00","hubspot_owner_id":"52550153","hubspot_team_id":null,"hubspotscore":null,"industry":null,"is_public":false,"lifecyclestage":null,"linkedin_company_page":"https://www.linkedin.com/company/airbytehq","linkedinbio":"Airbyte is an open-source data integration platform to build ELT pipelines. Consolidate your data in your data warehouses, lakes and databases.","name":"Daxtarity","notes_last_contacted":null,"notes_last_updated":null,"notes_next_activity_date":null,"num_associated_contacts":0,"num_associated_deals":null,"num_contacted_notes":null,"num_conversion_events":null,"num_conversion_events_cardinality_sum_d095f14b":null,"num_notes":null,"numberofemployees":50,"phone":"+1 415-307-4864","recent_conversion_date":null,"recent_conversion_date_timestamp_latest_value_72856da1":null,"recent_conversion_event_name":null,"recent_conversion_event_name_timestamp_latest_value_66c820bf":null,"recent_deal_amount":null,"recent_deal_close_date":null,"state":"CA","timezone":"America/Los_Angeles","total_money_raised":null,"total_revenue":null,"twitterbio":null,"twitterfollowers":null,"twitterhandle":"AirbyteHQ","type":null,"web_technologies":"slack;google_tag_manager;greenhouse;google_analytics;intercom;piwik;google_apps;hubspot;facebook_advertiser","website":"Daxtarity.com","zip":"94114"},"createdAt":"2020-12-11T01:28:27.673Z","updatedAt":"2023-01-23T15:41:56.644Z","archived":false,"properties_about_us":null,"properties_address":"2261 Market Street","properties_address2":null,"properties_annualrevenue":null,"properties_city":"San Francisco","properties_closedate":null,"properties_closedate_timestamp_earliest_value_a2a17e6e":null,"properties_country":"United States","properties_createdate":"2020-12-11T01:28:27.673000+00:00","properties_custom_company_property":null,"properties_days_to_close":null,"properties_description":"Airbyte is an open-source data integration platform to build ELT pipelines. Consolidate your data in your data warehouses, lakes and databases.","properties_domain":"Daxtarity.com","properties_engagements_last_meeting_booked":null,"properties_engagements_last_meeting_booked_campaign":null,"properties_engagements_last_meeting_booked_medium":null,"properties_engagements_last_meeting_booked_source":null,"properties_facebook_company_page":null,"properties_facebookfans":null,"properties_first_contact_createdate":null,"properties_first_contact_createdate_timestamp_earliest_value_78b50eea":null,"properties_first_conversion_date":null,"properties_first_conversion_date_timestamp_earliest_value_61f58f2c":null,"properties_first_conversion_event_name":null,"properties_first_conversion_event_name_timestamp_earliest_value_68ddae0a":null,"properties_first_deal_created_date":null,"properties_founded_year":"2020","properties_googleplus_page":null,"properties_hs_additional_domains":null,"properties_hs_all_accessible_team_ids":null,"properties_hs_all_owner_ids":"52550153","properties_hs_all_team_ids":null,"properties_hs_analytics_first_timestamp":null,"properties_hs_analytics_first_timestamp_timestamp_earliest_value_11e3a63a":null,"properties_hs_analytics_first_touch_converting_campaign":null,"properties_hs_analytics_first_touch_converting_campaign_timestamp_earliest_value_4757fe10":null,"properties_hs_analytics_first_visit_timestamp":null,"properties_hs_analytics_first_visit_timestamp_timestamp_earliest_value_accc17ae":null,"properties_hs_analytics_last_timestamp":null,"properties_hs_analytics_last_timestamp_timestamp_latest_value_4e16365a":null,"properties_hs_analytics_last_touch_converting_campaign":null,"properties_hs_analytics_last_touch_converting_campaign_timestamp_latest_value_81a64e30":null,"properties_hs_analytics_last_visit_timestamp":null,"properties_hs_analytics_last_visit_timestamp_timestamp_latest_value_999a0fce":null,"properties_hs_analytics_latest_source":"","properties_hs_analytics_latest_source_data_1":"","properties_hs_analytics_latest_source_data_2":"","properties_hs_analytics_latest_source_timestamp":null,"properties_hs_analytics_num_page_views":null,"properties_hs_analytics_num_page_views_cardinality_sum_e46e85b0":null,"properties_hs_analytics_num_visits":null,"properties_hs_analytics_num_visits_cardinality_sum_53d952a6":null,"properties_hs_analytics_source":"","properties_hs_analytics_source_data_1":"","properties_hs_analytics_source_data_1_timestamp_earliest_value_9b2f1fa1":null,"properties_hs_analytics_source_data_2":"","properties_hs_analytics_source_data_2_timestamp_earliest_value_9b2f9400":null,"properties_hs_analytics_source_timestamp_earliest_value_25a3a52c":null,"properties_hs_annual_revenue_currency_code":"USD","properties_hs_avatar_filemanager_key":null,"properties_hs_created_by_user_id":12282590,"properties_hs_createdate":null,"properties_hs_date_entered_customer":null,"properties_hs_date_entered_evangelist":null,"properties_hs_date_entered_lead":null,"properties_hs_date_entered_marketingqualifiedlead":null,"properties_hs_date_entered_opportunity":null,"properties_hs_date_entered_other":null,"properties_hs_date_entered_salesqualifiedlead":null,"properties_hs_date_entered_subscriber":null,"properties_hs_date_exited_customer":null,"properties_hs_date_exited_evangelist":null,"properties_hs_date_exited_lead":null,"properties_hs_date_exited_marketingqualifiedlead":null,"properties_hs_date_exited_opportunity":null,"properties_hs_date_exited_other":null,"properties_hs_date_exited_salesqualifiedlead":null,"properties_hs_date_exited_subscriber":null,"properties_hs_ideal_customer_profile":null,"properties_hs_is_target_account":null,"properties_hs_last_booked_meeting_date":null,"properties_hs_last_logged_call_date":null,"properties_hs_last_open_task_date":null,"properties_hs_last_sales_activity_date":null,"properties_hs_last_sales_activity_timestamp":null,"properties_hs_last_sales_activity_type":null,"properties_hs_lastmodifieddate":"2023-01-23T15:41:56.644000+00:00","properties_hs_latest_createdate_of_active_subscriptions":null,"properties_hs_latest_meeting_activity":null,"properties_hs_lead_status":null,"properties_hs_merged_object_ids":null,"properties_hs_num_blockers":0,"properties_hs_num_child_companies":0,"properties_hs_num_contacts_with_buying_roles":0,"properties_hs_num_decision_makers":0,"properties_hs_num_open_deals":0,"properties_hs_object_id":5000787595,"properties_hs_object_source":null,"properties_hs_object_source_id":null,"properties_hs_object_source_user_id":null,"properties_hs_parent_company_id":null,"properties_hs_pinned_engagement_id":null,"properties_hs_pipeline":null,"properties_hs_predictivecontactscore_v2":null,"properties_hs_predictivecontactscore_v2_next_max_max_d4e58c1e":null,"properties_hs_read_only":null,"properties_hs_sales_email_last_replied":null,"properties_hs_target_account":null,"properties_hs_target_account_probability":0.4076234698295593,"properties_hs_target_account_recommendation_snooze_time":null,"properties_hs_target_account_recommendation_state":null,"properties_hs_time_in_customer":null,"properties_hs_time_in_evangelist":null,"properties_hs_time_in_lead":null,"properties_hs_time_in_marketingqualifiedlead":null,"properties_hs_time_in_opportunity":null,"properties_hs_time_in_other":null,"properties_hs_time_in_salesqualifiedlead":null,"properties_hs_time_in_subscriber":null,"properties_hs_total_deal_value":null,"properties_hs_unique_creation_key":null,"properties_hs_updated_by_user_id":12282590,"properties_hs_user_ids_of_all_notification_followers":null,"properties_hs_user_ids_of_all_notification_unfollowers":null,"properties_hs_user_ids_of_all_owners":"12282590","properties_hs_was_imported":null,"properties_hubspot_owner_assigneddate":"2020-12-11T01:28:27.673000+00:00","properties_hubspot_owner_id":"52550153","properties_hubspot_team_id":null,"properties_hubspotscore":null,"properties_industry":null,"properties_is_public":false,"properties_lifecyclestage":null,"properties_linkedin_company_page":"https://www.linkedin.com/company/airbytehq","properties_linkedinbio":"Airbyte is an open-source data integration platform to build ELT pipelines. Consolidate your data in your data warehouses, lakes and databases.","properties_name":"Daxtarity","properties_notes_last_contacted":null,"properties_notes_last_updated":null,"properties_notes_next_activity_date":null,"properties_num_associated_contacts":0,"properties_num_associated_deals":null,"properties_num_contacted_notes":null,"properties_num_conversion_events":null,"properties_num_conversion_events_cardinality_sum_d095f14b":null,"properties_num_notes":null,"properties_numberofemployees":50,"properties_phone":"+1 415-307-4864","properties_recent_conversion_date":null,"properties_recent_conversion_date_timestamp_latest_value_72856da1":null,"properties_recent_conversion_event_name":null,"properties_recent_conversion_event_name_timestamp_latest_value_66c820bf":null,"properties_recent_deal_amount":null,"properties_recent_deal_close_date":null,"properties_state":"CA","properties_timezone":"America/Los_Angeles","properties_total_money_raised":null,"properties_total_revenue":null,"properties_twitterbio":null,"properties_twitterfollowers":null,"properties_twitterhandle":"AirbyteHQ","properties_type":null,"properties_web_technologies":"slack;google_tag_manager;greenhouse;google_analytics;intercom;piwik;google_apps;hubspot;facebook_advertiser","properties_website":"Daxtarity.com","properties_zip":"94114"},"emitted_at":1695637425437} +{"stream":"contact_lists","data":{"portalId":8727216,"listId":166,"createdAt":1675120756833,"updatedAt":1675120852460,"name":"Test","listType":"DYNAMIC","authorId":12282590,"filters":[],"metaData":{"size":3,"lastSizeChangeAt":1675257270514,"processing":"DONE","lastProcessingStateChangeAt":1675120853286,"error":"","listReferencesCount":null,"parentFolderId":null},"archived":false,"teamIds":[],"ilsFilterBranch":"{\"filterBranchOperator\":\"OR\",\"filters\":[],\"filterBranches\":[{\"filterBranchOperator\":\"AND\",\"filters\":[{\"filterType\":\"PROPERTY\",\"property\":\"createdate\",\"operation\":{\"propertyType\":\"timepoint\",\"operator\":\"IS_AFTER\",\"timePoint\":{\"timeType\":\"DATE\",\"year\":2022,\"month\":12,\"day\":1,\"hour\":23,\"minute\":59,\"second\":59,\"millisecond\":999,\"timezoneSource\":\"CUSTOM\",\"zoneId\":\"US/Eastern\",\"timeType\":\"DATE\"},\"endpointBehavior\":\"EXCLUSIVE\",\"propertyParser\":\"VALUE\",\"includeObjectsWithNoValueSet\":false,\"type\":\"timepoint\",\"defaultValue\":null,\"operatorName\":\"IS_AFTER\",\"operationType\":\"timepoint\"},\"frameworkFilterId\":null}],\"filterBranches\":[],\"filterBranchType\":\"AND\"}],\"filterBranchType\":\"OR\"}","readOnly":false,"internal":false,"limitExempt":false,"dynamic":true,"metaData_size":3,"metaData_lastSizeChangeAt":1675257270514,"metaData_processing":"DONE","metaData_lastProcessingStateChangeAt":1675120853286,"metaData_error":"","metaData_listReferencesCount":null,"metaData_parentFolderId":null},"emitted_at":1695637426890} +{"stream": "contacts", "data": {"id": "151", "properties": {"address": null, "annualrevenue": null, "associatedcompanyid": 5000526215, "associatedcompanylastupdated": null, "city": null, "closedate": null, "company": null, "company_size": null, "country": null, "createdate": "2020-12-11T01:29:50.116000+00:00", "currentlyinworkflow": null, "date_of_birth": null, "days_to_close": null, "degree": null, "email": "shef@dne.io", "engagements_last_meeting_booked": null, "engagements_last_meeting_booked_campaign": null, "engagements_last_meeting_booked_medium": null, "engagements_last_meeting_booked_source": null, "fax": null, "field_of_study": null, "first_conversion_date": null, "first_conversion_event_name": null, "first_deal_created_date": null, "firstname": "sh", "gender": null, "graduation_date": null, "hs_additional_emails": null, "hs_all_accessible_team_ids": null, "hs_all_contact_vids": "151", "hs_all_owner_ids": "52550153", "hs_all_team_ids": null, "hs_analytics_average_page_views": 0, "hs_analytics_first_referrer": null, "hs_analytics_first_timestamp": "2020-12-11T01:29:50.116000+00:00", "hs_analytics_first_touch_converting_campaign": null, "hs_analytics_first_url": null, "hs_analytics_first_visit_timestamp": null, "hs_analytics_last_referrer": null, "hs_analytics_last_timestamp": null, "hs_analytics_last_touch_converting_campaign": null, "hs_analytics_last_url": null, "hs_analytics_last_visit_timestamp": null, "hs_analytics_num_event_completions": 0, "hs_analytics_num_page_views": 0, "hs_analytics_num_visits": 0, "hs_analytics_revenue": 0.0, "hs_analytics_source": "OFFLINE", "hs_analytics_source_data_1": "CONTACTS", "hs_analytics_source_data_2": "CRM_UI", "hs_avatar_filemanager_key": null, "hs_buying_role": null, "hs_calculated_form_submissions": null, "hs_calculated_merged_vids": null, "hs_calculated_mobile_number": null, "hs_calculated_phone_number": null, "hs_calculated_phone_number_area_code": null, "hs_calculated_phone_number_country_code": null, "hs_calculated_phone_number_region_code": null, "hs_clicked_linkedin_ad": null, "hs_content_membership_email": null, "hs_content_membership_email_confirmed": null, "hs_content_membership_notes": null, "hs_content_membership_registered_at": null, "hs_content_membership_registration_domain_sent_to": null, "hs_content_membership_registration_email_sent_at": null, "hs_content_membership_status": null, "hs_conversations_visitor_email": null, "hs_count_is_unworked": 1, "hs_count_is_worked": 0, "hs_created_by_conversations": null, "hs_created_by_user_id": null, "hs_createdate": null, "hs_date_entered_customer": null, "hs_date_entered_evangelist": null, "hs_date_entered_lead": null, "hs_date_entered_marketingqualifiedlead": null, "hs_date_entered_opportunity": null, "hs_date_entered_other": null, "hs_date_entered_salesqualifiedlead": null, "hs_date_entered_subscriber": "2020-12-11T01:29:50.116000+00:00", "hs_date_exited_customer": null, "hs_date_exited_evangelist": null, "hs_date_exited_lead": null, "hs_date_exited_marketingqualifiedlead": null, "hs_date_exited_opportunity": null, "hs_date_exited_other": null, "hs_date_exited_salesqualifiedlead": null, "hs_date_exited_subscriber": null, "hs_document_last_revisited": null, "hs_email_bad_address": null, "hs_email_bounce": null, "hs_email_click": null, "hs_email_customer_quarantined_reason": null, "hs_email_delivered": null, "hs_email_domain": "dne.io", "hs_email_first_click_date": null, "hs_email_first_open_date": null, "hs_email_first_reply_date": null, "hs_email_first_send_date": null, "hs_email_hard_bounce_reason": null, "hs_email_hard_bounce_reason_enum": null, "hs_email_is_ineligible": null, "hs_email_last_click_date": null, "hs_email_last_email_name": null, "hs_email_last_open_date": null, "hs_email_last_reply_date": null, "hs_email_last_send_date": null, "hs_email_open": null, "hs_email_optout": null, "hs_email_optout_10798197": null, "hs_email_optout_11890603": null, "hs_email_optout_11890831": null, "hs_email_optout_23704464": null, "hs_email_optout_94692364": null, "hs_email_quarantined": null, "hs_email_quarantined_reason": null, "hs_email_recipient_fatigue_recovery_time": null, "hs_email_replied": null, "hs_email_sends_since_last_engagement": null, "hs_emailconfirmationstatus": null, "hs_facebook_ad_clicked": null, "hs_facebook_click_id": null, "hs_feedback_last_nps_follow_up": null, "hs_feedback_last_nps_rating": null, "hs_feedback_last_survey_date": null, "hs_feedback_show_nps_web_survey": null, "hs_first_engagement_object_id": null, "hs_first_outreach_date": null, "hs_first_subscription_create_date": null, "hs_google_click_id": null, "hs_has_active_subscription": null, "hs_ip_timezone": null, "hs_is_contact": true, "hs_is_unworked": true, "hs_language": null, "hs_last_sales_activity_date": null, "hs_last_sales_activity_timestamp": null, "hs_last_sales_activity_type": null, "hs_lastmodifieddate": null, "hs_latest_meeting_activity": null, "hs_latest_sequence_ended_date": null, "hs_latest_sequence_enrolled": null, "hs_latest_sequence_enrolled_date": null, "hs_latest_sequence_finished_date": null, "hs_latest_sequence_unenrolled_date": null, "hs_latest_source": "OFFLINE", "hs_latest_source_data_1": "CONTACTS", "hs_latest_source_data_2": "CRM_UI", "hs_latest_source_timestamp": "2020-12-11T01:29:50.153000+00:00", "hs_latest_subscription_create_date": null, "hs_lead_status": null, "hs_legal_basis": null, "hs_lifecyclestage_customer_date": null, "hs_lifecyclestage_evangelist_date": null, "hs_lifecyclestage_lead_date": null, "hs_lifecyclestage_marketingqualifiedlead_date": null, "hs_lifecyclestage_opportunity_date": null, "hs_lifecyclestage_other_date": null, "hs_lifecyclestage_salesqualifiedlead_date": null, "hs_lifecyclestage_subscriber_date": "2020-12-11T01:29:50.116000+00:00", "hs_linkedin_ad_clicked": null, "hs_marketable_reason_id": null, "hs_marketable_reason_type": null, "hs_marketable_status": "false", "hs_marketable_until_renewal": "false", "hs_merged_object_ids": null, "hs_object_id": 151, "hs_object_source": null, "hs_object_source_id": null, "hs_object_source_user_id": null, "hs_persona": null, "hs_pinned_engagement_id": null, "hs_pipeline": "contacts-lifecycle-pipeline", "hs_predictivecontactscore": null, "hs_predictivecontactscore_v2": 0.3, "hs_predictivecontactscorebucket": null, "hs_predictivescoringtier": "tier_3", "hs_read_only": null, "hs_sa_first_engagement_date": null, "hs_sa_first_engagement_descr": null, "hs_sa_first_engagement_object_type": null, "hs_sales_email_last_clicked": null, "hs_sales_email_last_opened": null, "hs_sales_email_last_replied": null, "hs_searchable_calculated_international_mobile_number": null, "hs_searchable_calculated_international_phone_number": null, "hs_searchable_calculated_mobile_number": null, "hs_searchable_calculated_phone_number": null, "hs_sequences_actively_enrolled_count": null, "hs_sequences_enrolled_count": null, "hs_sequences_is_enrolled": null, "hs_testpurge": null, "hs_testrollback": null, "hs_time_between_contact_creation_and_deal_close": null, "hs_time_between_contact_creation_and_deal_creation": null, "hs_time_in_customer": null, "hs_time_in_evangelist": null, "hs_time_in_lead": null, "hs_time_in_marketingqualifiedlead": null, "hs_time_in_opportunity": null, "hs_time_in_other": null, "hs_time_in_salesqualifiedlead": null, "hs_time_in_subscriber": 87996350598, "hs_time_to_first_engagement": null, "hs_time_to_move_from_lead_to_customer": null, "hs_time_to_move_from_marketingqualifiedlead_to_customer": null, "hs_time_to_move_from_opportunity_to_customer": null, "hs_time_to_move_from_salesqualifiedlead_to_customer": null, "hs_time_to_move_from_subscriber_to_customer": null, "hs_timezone": null, "hs_unique_creation_key": null, "hs_updated_by_user_id": 12282590, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": "12282590", "hs_was_imported": null, "hs_whatsapp_phone_number": null, "hubspot_owner_assigneddate": "2020-12-11T01:29:50.093000+00:00", "hubspot_owner_id": "52550153", "hubspot_team_id": null, "hubspotscore": null, "industry": null, "ip_city": null, "ip_country": null, "ip_country_code": null, "ip_latlon": null, "ip_state": null, "ip_state_code": null, "ip_zipcode": null, "job_function": null, "jobtitle": null, "lastmodifieddate": "2023-09-07T03:58:11.415000+00:00", "lastname": "na", "lifecyclestage": "subscriber", "marital_status": null, "message": null, "military_status": null, "mobilephone": null, "my_custom_test_property": null, "notes_last_contacted": null, "notes_last_updated": null, "notes_next_activity_date": null, "num_associated_deals": null, "num_contacted_notes": null, "num_conversion_events": 0, "num_notes": null, "num_unique_conversion_events": 0, "numemployees": null, "phone": null, "recent_conversion_date": null, "recent_conversion_event_name": null, "recent_deal_amount": null, "recent_deal_close_date": null, "relationship_status": null, "salutation": null, "school": null, "seniority": null, "start_date": null, "state": null, "surveymonkeyeventlastupdated": null, "test": null, "total_revenue": null, "twitterhandle": null, "webinareventlastupdated": null, "website": null, "work_email": null, "zip": null}, "createdAt": "2020-12-11T01:29:50.116Z", "updatedAt": "2023-09-07T03:58:11.415Z", "archived": false, "companies": ["5000526215", "5000526215"], "properties_address": null, "properties_annualrevenue": null, "properties_associatedcompanyid": 5000526215, "properties_associatedcompanylastupdated": null, "properties_city": null, "properties_closedate": null, "properties_company": null, "properties_company_size": null, "properties_country": null, "properties_createdate": "2020-12-11T01:29:50.116000+00:00", "properties_currentlyinworkflow": null, "properties_date_of_birth": null, "properties_days_to_close": null, "properties_degree": null, "properties_email": "shef@dne.io", "properties_engagements_last_meeting_booked": null, "properties_engagements_last_meeting_booked_campaign": null, "properties_engagements_last_meeting_booked_medium": null, "properties_engagements_last_meeting_booked_source": null, "properties_fax": null, "properties_field_of_study": null, "properties_first_conversion_date": null, "properties_first_conversion_event_name": null, "properties_first_deal_created_date": null, "properties_firstname": "sh", "properties_gender": null, "properties_graduation_date": null, "properties_hs_additional_emails": null, "properties_hs_all_accessible_team_ids": null, "properties_hs_all_contact_vids": "151", "properties_hs_all_owner_ids": "52550153", "properties_hs_all_team_ids": null, "properties_hs_analytics_average_page_views": 0, "properties_hs_analytics_first_referrer": null, "properties_hs_analytics_first_timestamp": "2020-12-11T01:29:50.116000+00:00", "properties_hs_analytics_first_touch_converting_campaign": null, "properties_hs_analytics_first_url": null, "properties_hs_analytics_first_visit_timestamp": null, "properties_hs_analytics_last_referrer": null, "properties_hs_analytics_last_timestamp": null, "properties_hs_analytics_last_touch_converting_campaign": null, "properties_hs_analytics_last_url": null, "properties_hs_analytics_last_visit_timestamp": null, "properties_hs_analytics_num_event_completions": 0, "properties_hs_analytics_num_page_views": 0, "properties_hs_analytics_num_visits": 0, "properties_hs_analytics_revenue": 0.0, "properties_hs_analytics_source": "OFFLINE", "properties_hs_analytics_source_data_1": "CONTACTS", "properties_hs_analytics_source_data_2": "CRM_UI", "properties_hs_avatar_filemanager_key": null, "properties_hs_buying_role": null, "properties_hs_calculated_form_submissions": null, "properties_hs_calculated_merged_vids": null, "properties_hs_calculated_mobile_number": null, "properties_hs_calculated_phone_number": null, "properties_hs_calculated_phone_number_area_code": null, "properties_hs_calculated_phone_number_country_code": null, "properties_hs_calculated_phone_number_region_code": null, "properties_hs_clicked_linkedin_ad": null, "properties_hs_content_membership_email": null, "properties_hs_content_membership_email_confirmed": null, "properties_hs_content_membership_notes": null, "properties_hs_content_membership_registered_at": null, "properties_hs_content_membership_registration_domain_sent_to": null, "properties_hs_content_membership_registration_email_sent_at": null, "properties_hs_content_membership_status": null, "properties_hs_conversations_visitor_email": null, "properties_hs_count_is_unworked": 1, "properties_hs_count_is_worked": 0, "properties_hs_created_by_conversations": null, "properties_hs_created_by_user_id": null, "properties_hs_createdate": null, "properties_hs_date_entered_customer": null, "properties_hs_date_entered_evangelist": null, "properties_hs_date_entered_lead": null, "properties_hs_date_entered_marketingqualifiedlead": null, "properties_hs_date_entered_opportunity": null, "properties_hs_date_entered_other": null, "properties_hs_date_entered_salesqualifiedlead": null, "properties_hs_date_entered_subscriber": "2020-12-11T01:29:50.116000+00:00", "properties_hs_date_exited_customer": null, "properties_hs_date_exited_evangelist": null, "properties_hs_date_exited_lead": null, "properties_hs_date_exited_marketingqualifiedlead": null, "properties_hs_date_exited_opportunity": null, "properties_hs_date_exited_other": null, "properties_hs_date_exited_salesqualifiedlead": null, "properties_hs_date_exited_subscriber": null, "properties_hs_document_last_revisited": null, "properties_hs_email_bad_address": null, "properties_hs_email_bounce": null, "properties_hs_email_click": null, "properties_hs_email_customer_quarantined_reason": null, "properties_hs_email_delivered": null, "properties_hs_email_domain": "dne.io", "properties_hs_email_first_click_date": null, "properties_hs_email_first_open_date": null, "properties_hs_email_first_reply_date": null, "properties_hs_email_first_send_date": null, "properties_hs_email_hard_bounce_reason": null, "properties_hs_email_hard_bounce_reason_enum": null, "properties_hs_email_is_ineligible": null, "properties_hs_email_last_click_date": null, "properties_hs_email_last_email_name": null, "properties_hs_email_last_open_date": null, "properties_hs_email_last_reply_date": null, "properties_hs_email_last_send_date": null, "properties_hs_email_open": null, "properties_hs_email_optout": null, "properties_hs_email_optout_10798197": null, "properties_hs_email_optout_11890603": null, "properties_hs_email_optout_11890831": null, "properties_hs_email_optout_23704464": null, "properties_hs_email_optout_94692364": null, "properties_hs_email_quarantined": null, "properties_hs_email_quarantined_reason": null, "properties_hs_email_recipient_fatigue_recovery_time": null, "properties_hs_email_replied": null, "properties_hs_email_sends_since_last_engagement": null, "properties_hs_emailconfirmationstatus": null, "properties_hs_facebook_ad_clicked": null, "properties_hs_facebook_click_id": null, "properties_hs_feedback_last_nps_follow_up": null, "properties_hs_feedback_last_nps_rating": null, "properties_hs_feedback_last_survey_date": null, "properties_hs_feedback_show_nps_web_survey": null, "properties_hs_first_engagement_object_id": null, "properties_hs_first_outreach_date": null, "properties_hs_first_subscription_create_date": null, "properties_hs_google_click_id": null, "properties_hs_has_active_subscription": null, "properties_hs_ip_timezone": null, "properties_hs_is_contact": true, "properties_hs_is_unworked": true, "properties_hs_language": null, "properties_hs_last_sales_activity_date": null, "properties_hs_last_sales_activity_timestamp": null, "properties_hs_last_sales_activity_type": null, "properties_hs_lastmodifieddate": null, "properties_hs_latest_meeting_activity": null, "properties_hs_latest_sequence_ended_date": null, "properties_hs_latest_sequence_enrolled": null, "properties_hs_latest_sequence_enrolled_date": null, "properties_hs_latest_sequence_finished_date": null, "properties_hs_latest_sequence_unenrolled_date": null, "properties_hs_latest_source": "OFFLINE", "properties_hs_latest_source_data_1": "CONTACTS", "properties_hs_latest_source_data_2": "CRM_UI", "properties_hs_latest_source_timestamp": "2020-12-11T01:29:50.153000+00:00", "properties_hs_latest_subscription_create_date": null, "properties_hs_lead_status": null, "properties_hs_legal_basis": null, "properties_hs_lifecyclestage_customer_date": null, "properties_hs_lifecyclestage_evangelist_date": null, "properties_hs_lifecyclestage_lead_date": null, "properties_hs_lifecyclestage_marketingqualifiedlead_date": null, "properties_hs_lifecyclestage_opportunity_date": null, "properties_hs_lifecyclestage_other_date": null, "properties_hs_lifecyclestage_salesqualifiedlead_date": null, "properties_hs_lifecyclestage_subscriber_date": "2020-12-11T01:29:50.116000+00:00", "properties_hs_linkedin_ad_clicked": null, "properties_hs_marketable_reason_id": null, "properties_hs_marketable_reason_type": null, "properties_hs_marketable_status": "false", "properties_hs_marketable_until_renewal": "false", "properties_hs_merged_object_ids": null, "properties_hs_object_id": 151, "properties_hs_object_source": null, "properties_hs_object_source_id": null, "properties_hs_object_source_user_id": null, "properties_hs_persona": null, "properties_hs_pinned_engagement_id": null, "properties_hs_pipeline": "contacts-lifecycle-pipeline", "properties_hs_predictivecontactscore": null, "properties_hs_predictivecontactscore_v2": 0.3, "properties_hs_predictivecontactscorebucket": null, "properties_hs_predictivescoringtier": "tier_3", "properties_hs_read_only": null, "properties_hs_sa_first_engagement_date": null, "properties_hs_sa_first_engagement_descr": null, "properties_hs_sa_first_engagement_object_type": null, "properties_hs_sales_email_last_clicked": null, "properties_hs_sales_email_last_opened": null, "properties_hs_sales_email_last_replied": null, "properties_hs_searchable_calculated_international_mobile_number": null, "properties_hs_searchable_calculated_international_phone_number": null, "properties_hs_searchable_calculated_mobile_number": null, "properties_hs_searchable_calculated_phone_number": null, "properties_hs_sequences_actively_enrolled_count": null, "properties_hs_sequences_enrolled_count": null, "properties_hs_sequences_is_enrolled": null, "properties_hs_testpurge": null, "properties_hs_testrollback": null, "properties_hs_time_between_contact_creation_and_deal_close": null, "properties_hs_time_between_contact_creation_and_deal_creation": null, "properties_hs_time_in_customer": null, "properties_hs_time_in_evangelist": null, "properties_hs_time_in_lead": null, "properties_hs_time_in_marketingqualifiedlead": null, "properties_hs_time_in_opportunity": null, "properties_hs_time_in_other": null, "properties_hs_time_in_salesqualifiedlead": null, "properties_hs_time_in_subscriber": 87996350598, "properties_hs_time_to_first_engagement": null, "properties_hs_time_to_move_from_lead_to_customer": null, "properties_hs_time_to_move_from_marketingqualifiedlead_to_customer": null, "properties_hs_time_to_move_from_opportunity_to_customer": null, "properties_hs_time_to_move_from_salesqualifiedlead_to_customer": null, "properties_hs_time_to_move_from_subscriber_to_customer": null, "properties_hs_timezone": null, "properties_hs_unique_creation_key": null, "properties_hs_updated_by_user_id": 12282590, "properties_hs_user_ids_of_all_notification_followers": null, "properties_hs_user_ids_of_all_notification_unfollowers": null, "properties_hs_user_ids_of_all_owners": "12282590", "properties_hs_was_imported": null, "properties_hs_whatsapp_phone_number": null, "properties_hubspot_owner_assigneddate": "2020-12-11T01:29:50.093000+00:00", "properties_hubspot_owner_id": "52550153", "properties_hubspot_team_id": null, "properties_hubspotscore": null, "properties_industry": null, "properties_ip_city": null, "properties_ip_country": null, "properties_ip_country_code": null, "properties_ip_latlon": null, "properties_ip_state": null, "properties_ip_state_code": null, "properties_ip_zipcode": null, "properties_job_function": null, "properties_jobtitle": null, "properties_lastmodifieddate": "2023-09-07T03:58:11.415000+00:00", "properties_lastname": "na", "properties_lifecyclestage": "subscriber", "properties_marital_status": null, "properties_message": null, "properties_military_status": null, "properties_mobilephone": null, "properties_my_custom_test_property": null, "properties_notes_last_contacted": null, "properties_notes_last_updated": null, "properties_notes_next_activity_date": null, "properties_num_associated_deals": null, "properties_num_contacted_notes": null, "properties_num_conversion_events": 0, "properties_num_notes": null, "properties_num_unique_conversion_events": 0, "properties_numemployees": null, "properties_phone": null, "properties_recent_conversion_date": null, "properties_recent_conversion_event_name": null, "properties_recent_deal_amount": null, "properties_recent_deal_close_date": null, "properties_relationship_status": null, "properties_salutation": null, "properties_school": null, "properties_seniority": null, "properties_start_date": null, "properties_state": null, "properties_surveymonkeyeventlastupdated": null, "properties_test": null, "properties_total_revenue": null, "properties_twitterhandle": null, "properties_webinareventlastupdated": null, "properties_website": null, "properties_work_email": null, "properties_zip": null}, "emitted_at": 1695646540937} +{"stream": "contacts", "data": {"id": "251", "properties": {"address": "25000000 First Street", "annualrevenue": null, "associatedcompanyid": 5170561229, "associatedcompanylastupdated": null, "city": "Cambridge", "closedate": null, "company": "HubSpot", "company_size": null, "country": "USA", "createdate": "2021-02-22T14:05:09.944000+00:00", "currentlyinworkflow": null, "date_of_birth": null, "days_to_close": null, "degree": null, "email": "testingdsapis@hubspot.com", "engagements_last_meeting_booked": null, "engagements_last_meeting_booked_campaign": null, "engagements_last_meeting_booked_medium": null, "engagements_last_meeting_booked_source": null, "fax": null, "field_of_study": null, "first_conversion_date": null, "first_conversion_event_name": null, "first_deal_created_date": null, "firstname": "Test User 5001", "gender": null, "graduation_date": null, "hs_additional_emails": null, "hs_all_accessible_team_ids": null, "hs_all_contact_vids": "251", "hs_all_owner_ids": null, "hs_all_team_ids": null, "hs_analytics_average_page_views": 0, "hs_analytics_first_referrer": null, "hs_analytics_first_timestamp": "2021-02-22T14:05:09.944000+00:00", "hs_analytics_first_touch_converting_campaign": null, "hs_analytics_first_url": null, "hs_analytics_first_visit_timestamp": null, "hs_analytics_last_referrer": null, "hs_analytics_last_timestamp": null, "hs_analytics_last_touch_converting_campaign": null, "hs_analytics_last_url": null, "hs_analytics_last_visit_timestamp": null, "hs_analytics_num_event_completions": 0, "hs_analytics_num_page_views": 0, "hs_analytics_num_visits": 0, "hs_analytics_revenue": 0.0, "hs_analytics_source": "OFFLINE", "hs_analytics_source_data_1": "API", "hs_analytics_source_data_2": null, "hs_avatar_filemanager_key": null, "hs_buying_role": null, "hs_calculated_form_submissions": null, "hs_calculated_merged_vids": null, "hs_calculated_mobile_number": null, "hs_calculated_phone_number": null, "hs_calculated_phone_number_area_code": null, "hs_calculated_phone_number_country_code": null, "hs_calculated_phone_number_region_code": null, "hs_clicked_linkedin_ad": null, "hs_content_membership_email": null, "hs_content_membership_email_confirmed": null, "hs_content_membership_notes": null, "hs_content_membership_registered_at": null, "hs_content_membership_registration_domain_sent_to": null, "hs_content_membership_registration_email_sent_at": null, "hs_content_membership_status": null, "hs_conversations_visitor_email": null, "hs_count_is_unworked": null, "hs_count_is_worked": null, "hs_created_by_conversations": null, "hs_created_by_user_id": null, "hs_createdate": null, "hs_date_entered_customer": null, "hs_date_entered_evangelist": null, "hs_date_entered_lead": null, "hs_date_entered_marketingqualifiedlead": null, "hs_date_entered_opportunity": null, "hs_date_entered_other": null, "hs_date_entered_salesqualifiedlead": null, "hs_date_entered_subscriber": "2021-02-22T14:05:09.944000+00:00", "hs_date_exited_customer": null, "hs_date_exited_evangelist": null, "hs_date_exited_lead": null, "hs_date_exited_marketingqualifiedlead": null, "hs_date_exited_opportunity": null, "hs_date_exited_other": null, "hs_date_exited_salesqualifiedlead": null, "hs_date_exited_subscriber": null, "hs_document_last_revisited": null, "hs_email_bad_address": null, "hs_email_bounce": null, "hs_email_click": null, "hs_email_customer_quarantined_reason": null, "hs_email_delivered": null, "hs_email_domain": "hubspot.com", "hs_email_first_click_date": null, "hs_email_first_open_date": null, "hs_email_first_reply_date": null, "hs_email_first_send_date": null, "hs_email_hard_bounce_reason": null, "hs_email_hard_bounce_reason_enum": null, "hs_email_is_ineligible": null, "hs_email_last_click_date": null, "hs_email_last_email_name": null, "hs_email_last_open_date": null, "hs_email_last_reply_date": null, "hs_email_last_send_date": null, "hs_email_open": null, "hs_email_optout": null, "hs_email_optout_10798197": null, "hs_email_optout_11890603": null, "hs_email_optout_11890831": null, "hs_email_optout_23704464": null, "hs_email_optout_94692364": null, "hs_email_quarantined": null, "hs_email_quarantined_reason": null, "hs_email_recipient_fatigue_recovery_time": null, "hs_email_replied": null, "hs_email_sends_since_last_engagement": null, "hs_emailconfirmationstatus": null, "hs_facebook_ad_clicked": null, "hs_facebook_click_id": null, "hs_feedback_last_nps_follow_up": null, "hs_feedback_last_nps_rating": null, "hs_feedback_last_survey_date": null, "hs_feedback_show_nps_web_survey": null, "hs_first_engagement_object_id": null, "hs_first_outreach_date": null, "hs_first_subscription_create_date": null, "hs_google_click_id": null, "hs_has_active_subscription": null, "hs_ip_timezone": null, "hs_is_contact": true, "hs_is_unworked": true, "hs_language": null, "hs_last_sales_activity_date": null, "hs_last_sales_activity_timestamp": null, "hs_last_sales_activity_type": null, "hs_lastmodifieddate": null, "hs_latest_meeting_activity": null, "hs_latest_sequence_ended_date": null, "hs_latest_sequence_enrolled": null, "hs_latest_sequence_enrolled_date": null, "hs_latest_sequence_finished_date": null, "hs_latest_sequence_unenrolled_date": null, "hs_latest_source": "OFFLINE", "hs_latest_source_data_1": "API", "hs_latest_source_data_2": null, "hs_latest_source_timestamp": "2021-02-22T14:05:10.036000+00:00", "hs_latest_subscription_create_date": null, "hs_lead_status": null, "hs_legal_basis": null, "hs_lifecyclestage_customer_date": null, "hs_lifecyclestage_evangelist_date": null, "hs_lifecyclestage_lead_date": null, "hs_lifecyclestage_marketingqualifiedlead_date": null, "hs_lifecyclestage_opportunity_date": null, "hs_lifecyclestage_other_date": null, "hs_lifecyclestage_salesqualifiedlead_date": null, "hs_lifecyclestage_subscriber_date": "2021-02-22T14:05:09.944000+00:00", "hs_linkedin_ad_clicked": null, "hs_marketable_reason_id": null, "hs_marketable_reason_type": null, "hs_marketable_status": "false", "hs_marketable_until_renewal": "false", "hs_merged_object_ids": null, "hs_object_id": 251, "hs_object_source": null, "hs_object_source_id": null, "hs_object_source_user_id": null, "hs_persona": null, "hs_pinned_engagement_id": null, "hs_pipeline": "contacts-lifecycle-pipeline", "hs_predictivecontactscore": null, "hs_predictivecontactscore_v2": 0.29, "hs_predictivecontactscorebucket": null, "hs_predictivescoringtier": "tier_4", "hs_read_only": null, "hs_sa_first_engagement_date": null, "hs_sa_first_engagement_descr": null, "hs_sa_first_engagement_object_type": null, "hs_sales_email_last_clicked": null, "hs_sales_email_last_opened": null, "hs_sales_email_last_replied": null, "hs_searchable_calculated_international_mobile_number": null, "hs_searchable_calculated_international_phone_number": null, "hs_searchable_calculated_mobile_number": null, "hs_searchable_calculated_phone_number": "5551222323", "hs_sequences_actively_enrolled_count": null, "hs_sequences_enrolled_count": null, "hs_sequences_is_enrolled": null, "hs_testpurge": null, "hs_testrollback": null, "hs_time_between_contact_creation_and_deal_close": null, "hs_time_between_contact_creation_and_deal_creation": null, "hs_time_in_customer": null, "hs_time_in_evangelist": null, "hs_time_in_lead": null, "hs_time_in_marketingqualifiedlead": null, "hs_time_in_opportunity": null, "hs_time_in_other": null, "hs_time_in_salesqualifiedlead": null, "hs_time_in_subscriber": 81643830770, "hs_time_to_first_engagement": null, "hs_time_to_move_from_lead_to_customer": null, "hs_time_to_move_from_marketingqualifiedlead_to_customer": null, "hs_time_to_move_from_opportunity_to_customer": null, "hs_time_to_move_from_salesqualifiedlead_to_customer": null, "hs_time_to_move_from_subscriber_to_customer": null, "hs_timezone": null, "hs_unique_creation_key": null, "hs_updated_by_user_id": null, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": null, "hs_was_imported": null, "hs_whatsapp_phone_number": null, "hubspot_owner_assigneddate": null, "hubspot_owner_id": null, "hubspot_team_id": null, "hubspotscore": null, "industry": null, "ip_city": null, "ip_country": null, "ip_country_code": null, "ip_latlon": null, "ip_state": null, "ip_state_code": null, "ip_zipcode": null, "job_function": null, "jobtitle": null, "lastmodifieddate": "2023-03-21T19:29:13.036000+00:00", "lastname": "Test Lastname 5001", "lifecyclestage": "subscriber", "marital_status": null, "message": null, "military_status": null, "mobilephone": null, "my_custom_test_property": null, "notes_last_contacted": null, "notes_last_updated": null, "notes_next_activity_date": null, "num_associated_deals": null, "num_contacted_notes": null, "num_conversion_events": 0, "num_notes": null, "num_unique_conversion_events": 0, "numemployees": null, "phone": "555-122-2323", "recent_conversion_date": null, "recent_conversion_event_name": null, "recent_deal_amount": null, "recent_deal_close_date": null, "relationship_status": null, "salutation": null, "school": null, "seniority": null, "start_date": null, "state": "MA", "surveymonkeyeventlastupdated": null, "test": null, "total_revenue": null, "twitterhandle": null, "webinareventlastupdated": null, "website": "http://hubspot.com", "work_email": null, "zip": "02139"}, "createdAt": "2021-02-22T14:05:09.944Z", "updatedAt": "2023-03-21T19:29:13.036Z", "archived": false, "companies": ["5170561229", "5170561229"], "properties_address": "25000000 First Street", "properties_annualrevenue": null, "properties_associatedcompanyid": 5170561229, "properties_associatedcompanylastupdated": null, "properties_city": "Cambridge", "properties_closedate": null, "properties_company": "HubSpot", "properties_company_size": null, "properties_country": "USA", "properties_createdate": "2021-02-22T14:05:09.944000+00:00", "properties_currentlyinworkflow": null, "properties_date_of_birth": null, "properties_days_to_close": null, "properties_degree": null, "properties_email": "testingdsapis@hubspot.com", "properties_engagements_last_meeting_booked": null, "properties_engagements_last_meeting_booked_campaign": null, "properties_engagements_last_meeting_booked_medium": null, "properties_engagements_last_meeting_booked_source": null, "properties_fax": null, "properties_field_of_study": null, "properties_first_conversion_date": null, "properties_first_conversion_event_name": null, "properties_first_deal_created_date": null, "properties_firstname": "Test User 5001", "properties_gender": null, "properties_graduation_date": null, "properties_hs_additional_emails": null, "properties_hs_all_accessible_team_ids": null, "properties_hs_all_contact_vids": "251", "properties_hs_all_owner_ids": null, "properties_hs_all_team_ids": null, "properties_hs_analytics_average_page_views": 0, "properties_hs_analytics_first_referrer": null, "properties_hs_analytics_first_timestamp": "2021-02-22T14:05:09.944000+00:00", "properties_hs_analytics_first_touch_converting_campaign": null, "properties_hs_analytics_first_url": null, "properties_hs_analytics_first_visit_timestamp": null, "properties_hs_analytics_last_referrer": null, "properties_hs_analytics_last_timestamp": null, "properties_hs_analytics_last_touch_converting_campaign": null, "properties_hs_analytics_last_url": null, "properties_hs_analytics_last_visit_timestamp": null, "properties_hs_analytics_num_event_completions": 0, "properties_hs_analytics_num_page_views": 0, "properties_hs_analytics_num_visits": 0, "properties_hs_analytics_revenue": 0.0, "properties_hs_analytics_source": "OFFLINE", "properties_hs_analytics_source_data_1": "API", "properties_hs_analytics_source_data_2": null, "properties_hs_avatar_filemanager_key": null, "properties_hs_buying_role": null, "properties_hs_calculated_form_submissions": null, "properties_hs_calculated_merged_vids": null, "properties_hs_calculated_mobile_number": null, "properties_hs_calculated_phone_number": null, "properties_hs_calculated_phone_number_area_code": null, "properties_hs_calculated_phone_number_country_code": null, "properties_hs_calculated_phone_number_region_code": null, "properties_hs_clicked_linkedin_ad": null, "properties_hs_content_membership_email": null, "properties_hs_content_membership_email_confirmed": null, "properties_hs_content_membership_notes": null, "properties_hs_content_membership_registered_at": null, "properties_hs_content_membership_registration_domain_sent_to": null, "properties_hs_content_membership_registration_email_sent_at": null, "properties_hs_content_membership_status": null, "properties_hs_conversations_visitor_email": null, "properties_hs_count_is_unworked": null, "properties_hs_count_is_worked": null, "properties_hs_created_by_conversations": null, "properties_hs_created_by_user_id": null, "properties_hs_createdate": null, "properties_hs_date_entered_customer": null, "properties_hs_date_entered_evangelist": null, "properties_hs_date_entered_lead": null, "properties_hs_date_entered_marketingqualifiedlead": null, "properties_hs_date_entered_opportunity": null, "properties_hs_date_entered_other": null, "properties_hs_date_entered_salesqualifiedlead": null, "properties_hs_date_entered_subscriber": "2021-02-22T14:05:09.944000+00:00", "properties_hs_date_exited_customer": null, "properties_hs_date_exited_evangelist": null, "properties_hs_date_exited_lead": null, "properties_hs_date_exited_marketingqualifiedlead": null, "properties_hs_date_exited_opportunity": null, "properties_hs_date_exited_other": null, "properties_hs_date_exited_salesqualifiedlead": null, "properties_hs_date_exited_subscriber": null, "properties_hs_document_last_revisited": null, "properties_hs_email_bad_address": null, "properties_hs_email_bounce": null, "properties_hs_email_click": null, "properties_hs_email_customer_quarantined_reason": null, "properties_hs_email_delivered": null, "properties_hs_email_domain": "hubspot.com", "properties_hs_email_first_click_date": null, "properties_hs_email_first_open_date": null, "properties_hs_email_first_reply_date": null, "properties_hs_email_first_send_date": null, "properties_hs_email_hard_bounce_reason": null, "properties_hs_email_hard_bounce_reason_enum": null, "properties_hs_email_is_ineligible": null, "properties_hs_email_last_click_date": null, "properties_hs_email_last_email_name": null, "properties_hs_email_last_open_date": null, "properties_hs_email_last_reply_date": null, "properties_hs_email_last_send_date": null, "properties_hs_email_open": null, "properties_hs_email_optout": null, "properties_hs_email_optout_10798197": null, "properties_hs_email_optout_11890603": null, "properties_hs_email_optout_11890831": null, "properties_hs_email_optout_23704464": null, "properties_hs_email_optout_94692364": null, "properties_hs_email_quarantined": null, "properties_hs_email_quarantined_reason": null, "properties_hs_email_recipient_fatigue_recovery_time": null, "properties_hs_email_replied": null, "properties_hs_email_sends_since_last_engagement": null, "properties_hs_emailconfirmationstatus": null, "properties_hs_facebook_ad_clicked": null, "properties_hs_facebook_click_id": null, "properties_hs_feedback_last_nps_follow_up": null, "properties_hs_feedback_last_nps_rating": null, "properties_hs_feedback_last_survey_date": null, "properties_hs_feedback_show_nps_web_survey": null, "properties_hs_first_engagement_object_id": null, "properties_hs_first_outreach_date": null, "properties_hs_first_subscription_create_date": null, "properties_hs_google_click_id": null, "properties_hs_has_active_subscription": null, "properties_hs_ip_timezone": null, "properties_hs_is_contact": true, "properties_hs_is_unworked": true, "properties_hs_language": null, "properties_hs_last_sales_activity_date": null, "properties_hs_last_sales_activity_timestamp": null, "properties_hs_last_sales_activity_type": null, "properties_hs_lastmodifieddate": null, "properties_hs_latest_meeting_activity": null, "properties_hs_latest_sequence_ended_date": null, "properties_hs_latest_sequence_enrolled": null, "properties_hs_latest_sequence_enrolled_date": null, "properties_hs_latest_sequence_finished_date": null, "properties_hs_latest_sequence_unenrolled_date": null, "properties_hs_latest_source": "OFFLINE", "properties_hs_latest_source_data_1": "API", "properties_hs_latest_source_data_2": null, "properties_hs_latest_source_timestamp": "2021-02-22T14:05:10.036000+00:00", "properties_hs_latest_subscription_create_date": null, "properties_hs_lead_status": null, "properties_hs_legal_basis": null, "properties_hs_lifecyclestage_customer_date": null, "properties_hs_lifecyclestage_evangelist_date": null, "properties_hs_lifecyclestage_lead_date": null, "properties_hs_lifecyclestage_marketingqualifiedlead_date": null, "properties_hs_lifecyclestage_opportunity_date": null, "properties_hs_lifecyclestage_other_date": null, "properties_hs_lifecyclestage_salesqualifiedlead_date": null, "properties_hs_lifecyclestage_subscriber_date": "2021-02-22T14:05:09.944000+00:00", "properties_hs_linkedin_ad_clicked": null, "properties_hs_marketable_reason_id": null, "properties_hs_marketable_reason_type": null, "properties_hs_marketable_status": "false", "properties_hs_marketable_until_renewal": "false", "properties_hs_merged_object_ids": null, "properties_hs_object_id": 251, "properties_hs_object_source": null, "properties_hs_object_source_id": null, "properties_hs_object_source_user_id": null, "properties_hs_persona": null, "properties_hs_pinned_engagement_id": null, "properties_hs_pipeline": "contacts-lifecycle-pipeline", "properties_hs_predictivecontactscore": null, "properties_hs_predictivecontactscore_v2": 0.29, "properties_hs_predictivecontactscorebucket": null, "properties_hs_predictivescoringtier": "tier_4", "properties_hs_read_only": null, "properties_hs_sa_first_engagement_date": null, "properties_hs_sa_first_engagement_descr": null, "properties_hs_sa_first_engagement_object_type": null, "properties_hs_sales_email_last_clicked": null, "properties_hs_sales_email_last_opened": null, "properties_hs_sales_email_last_replied": null, "properties_hs_searchable_calculated_international_mobile_number": null, "properties_hs_searchable_calculated_international_phone_number": null, "properties_hs_searchable_calculated_mobile_number": null, "properties_hs_searchable_calculated_phone_number": "5551222323", "properties_hs_sequences_actively_enrolled_count": null, "properties_hs_sequences_enrolled_count": null, "properties_hs_sequences_is_enrolled": null, "properties_hs_testpurge": null, "properties_hs_testrollback": null, "properties_hs_time_between_contact_creation_and_deal_close": null, "properties_hs_time_between_contact_creation_and_deal_creation": null, "properties_hs_time_in_customer": null, "properties_hs_time_in_evangelist": null, "properties_hs_time_in_lead": null, "properties_hs_time_in_marketingqualifiedlead": null, "properties_hs_time_in_opportunity": null, "properties_hs_time_in_other": null, "properties_hs_time_in_salesqualifiedlead": null, "properties_hs_time_in_subscriber": 81643830770, "properties_hs_time_to_first_engagement": null, "properties_hs_time_to_move_from_lead_to_customer": null, "properties_hs_time_to_move_from_marketingqualifiedlead_to_customer": null, "properties_hs_time_to_move_from_opportunity_to_customer": null, "properties_hs_time_to_move_from_salesqualifiedlead_to_customer": null, "properties_hs_time_to_move_from_subscriber_to_customer": null, "properties_hs_timezone": null, "properties_hs_unique_creation_key": null, "properties_hs_updated_by_user_id": null, "properties_hs_user_ids_of_all_notification_followers": null, "properties_hs_user_ids_of_all_notification_unfollowers": null, "properties_hs_user_ids_of_all_owners": null, "properties_hs_was_imported": null, "properties_hs_whatsapp_phone_number": null, "properties_hubspot_owner_assigneddate": null, "properties_hubspot_owner_id": null, "properties_hubspot_team_id": null, "properties_hubspotscore": null, "properties_industry": null, "properties_ip_city": null, "properties_ip_country": null, "properties_ip_country_code": null, "properties_ip_latlon": null, "properties_ip_state": null, "properties_ip_state_code": null, "properties_ip_zipcode": null, "properties_job_function": null, "properties_jobtitle": null, "properties_lastmodifieddate": "2023-03-21T19:29:13.036000+00:00", "properties_lastname": "Test Lastname 5001", "properties_lifecyclestage": "subscriber", "properties_marital_status": null, "properties_message": null, "properties_military_status": null, "properties_mobilephone": null, "properties_my_custom_test_property": null, "properties_notes_last_contacted": null, "properties_notes_last_updated": null, "properties_notes_next_activity_date": null, "properties_num_associated_deals": null, "properties_num_contacted_notes": null, "properties_num_conversion_events": 0, "properties_num_notes": null, "properties_num_unique_conversion_events": 0, "properties_numemployees": null, "properties_phone": "555-122-2323", "properties_recent_conversion_date": null, "properties_recent_conversion_event_name": null, "properties_recent_deal_amount": null, "properties_recent_deal_close_date": null, "properties_relationship_status": null, "properties_salutation": null, "properties_school": null, "properties_seniority": null, "properties_start_date": null, "properties_state": "MA", "properties_surveymonkeyeventlastupdated": null, "properties_test": null, "properties_total_revenue": null, "properties_twitterhandle": null, "properties_webinareventlastupdated": null, "properties_website": "http://hubspot.com", "properties_work_email": null, "properties_zip": "02139"}, "emitted_at": 1695646540940} +{"stream": "contacts", "data": {"id": "401", "properties": {"address": "25 First Street", "annualrevenue": null, "associatedcompanyid": null, "associatedcompanylastupdated": null, "city": "Cambridge", "closedate": null, "company": null, "company_size": null, "country": null, "createdate": "2021-02-23T20:10:36.191000+00:00", "currentlyinworkflow": null, "date_of_birth": null, "days_to_close": null, "degree": null, "email": "macmitch@hubspot.com", "engagements_last_meeting_booked": null, "engagements_last_meeting_booked_campaign": null, "engagements_last_meeting_booked_medium": null, "engagements_last_meeting_booked_source": null, "fax": null, "field_of_study": null, "first_conversion_date": null, "first_conversion_event_name": null, "first_deal_created_date": null, "firstname": "Mac", "gender": null, "graduation_date": null, "hs_additional_emails": null, "hs_all_accessible_team_ids": null, "hs_all_contact_vids": "401", "hs_all_owner_ids": "52550153", "hs_all_team_ids": null, "hs_analytics_average_page_views": 0, "hs_analytics_first_referrer": null, "hs_analytics_first_timestamp": "2021-02-23T20:10:36.181000+00:00", "hs_analytics_first_touch_converting_campaign": null, "hs_analytics_first_url": null, "hs_analytics_first_visit_timestamp": null, "hs_analytics_last_referrer": null, "hs_analytics_last_timestamp": null, "hs_analytics_last_touch_converting_campaign": null, "hs_analytics_last_url": null, "hs_analytics_last_visit_timestamp": null, "hs_analytics_num_event_completions": 0, "hs_analytics_num_page_views": 0, "hs_analytics_num_visits": 0, "hs_analytics_revenue": 0.0, "hs_analytics_source": "OFFLINE", "hs_analytics_source_data_1": "IMPORT", "hs_analytics_source_data_2": "13256565", "hs_avatar_filemanager_key": null, "hs_buying_role": null, "hs_calculated_form_submissions": null, "hs_calculated_merged_vids": null, "hs_calculated_mobile_number": null, "hs_calculated_phone_number": "+18884827768", "hs_calculated_phone_number_area_code": null, "hs_calculated_phone_number_country_code": "US", "hs_calculated_phone_number_region_code": null, "hs_clicked_linkedin_ad": null, "hs_content_membership_email": null, "hs_content_membership_email_confirmed": null, "hs_content_membership_notes": null, "hs_content_membership_registered_at": null, "hs_content_membership_registration_domain_sent_to": null, "hs_content_membership_registration_email_sent_at": null, "hs_content_membership_status": null, "hs_conversations_visitor_email": null, "hs_count_is_unworked": 1, "hs_count_is_worked": 0, "hs_created_by_conversations": null, "hs_created_by_user_id": null, "hs_createdate": null, "hs_date_entered_customer": null, "hs_date_entered_evangelist": null, "hs_date_entered_lead": "2021-02-23T20:10:36.181000+00:00", "hs_date_entered_marketingqualifiedlead": null, "hs_date_entered_opportunity": null, "hs_date_entered_other": null, "hs_date_entered_salesqualifiedlead": null, "hs_date_entered_subscriber": null, "hs_date_exited_customer": null, "hs_date_exited_evangelist": null, "hs_date_exited_lead": null, "hs_date_exited_marketingqualifiedlead": null, "hs_date_exited_opportunity": null, "hs_date_exited_other": null, "hs_date_exited_salesqualifiedlead": null, "hs_date_exited_subscriber": null, "hs_document_last_revisited": null, "hs_email_bad_address": null, "hs_email_bounce": null, "hs_email_click": null, "hs_email_customer_quarantined_reason": null, "hs_email_delivered": null, "hs_email_domain": "hubspot.com", "hs_email_first_click_date": null, "hs_email_first_open_date": null, "hs_email_first_reply_date": null, "hs_email_first_send_date": null, "hs_email_hard_bounce_reason": null, "hs_email_hard_bounce_reason_enum": "OTHER", "hs_email_is_ineligible": null, "hs_email_last_click_date": null, "hs_email_last_email_name": null, "hs_email_last_open_date": null, "hs_email_last_reply_date": null, "hs_email_last_send_date": null, "hs_email_open": null, "hs_email_optout": null, "hs_email_optout_10798197": null, "hs_email_optout_11890603": null, "hs_email_optout_11890831": null, "hs_email_optout_23704464": null, "hs_email_optout_94692364": null, "hs_email_quarantined": null, "hs_email_quarantined_reason": null, "hs_email_recipient_fatigue_recovery_time": null, "hs_email_replied": null, "hs_email_sends_since_last_engagement": null, "hs_emailconfirmationstatus": null, "hs_facebook_ad_clicked": null, "hs_facebook_click_id": null, "hs_feedback_last_nps_follow_up": null, "hs_feedback_last_nps_rating": null, "hs_feedback_last_survey_date": null, "hs_feedback_show_nps_web_survey": null, "hs_first_engagement_object_id": null, "hs_first_outreach_date": null, "hs_first_subscription_create_date": null, "hs_google_click_id": null, "hs_has_active_subscription": null, "hs_ip_timezone": null, "hs_is_contact": true, "hs_is_unworked": true, "hs_language": null, "hs_last_sales_activity_date": null, "hs_last_sales_activity_timestamp": null, "hs_last_sales_activity_type": null, "hs_lastmodifieddate": null, "hs_latest_meeting_activity": null, "hs_latest_sequence_ended_date": null, "hs_latest_sequence_enrolled": null, "hs_latest_sequence_enrolled_date": null, "hs_latest_sequence_finished_date": null, "hs_latest_sequence_unenrolled_date": null, "hs_latest_source": "OFFLINE", "hs_latest_source_data_1": "IMPORT", "hs_latest_source_data_2": "13256565", "hs_latest_source_timestamp": "2021-02-23T20:10:36.210000+00:00", "hs_latest_subscription_create_date": null, "hs_lead_status": null, "hs_legal_basis": null, "hs_lifecyclestage_customer_date": null, "hs_lifecyclestage_evangelist_date": null, "hs_lifecyclestage_lead_date": "2021-02-23T20:10:36.181000+00:00", "hs_lifecyclestage_marketingqualifiedlead_date": null, "hs_lifecyclestage_opportunity_date": null, "hs_lifecyclestage_other_date": null, "hs_lifecyclestage_salesqualifiedlead_date": null, "hs_lifecyclestage_subscriber_date": null, "hs_linkedin_ad_clicked": null, "hs_marketable_reason_id": null, "hs_marketable_reason_type": null, "hs_marketable_status": "false", "hs_marketable_until_renewal": "false", "hs_merged_object_ids": null, "hs_object_id": 401, "hs_object_source": null, "hs_object_source_id": null, "hs_object_source_user_id": null, "hs_persona": null, "hs_pinned_engagement_id": null, "hs_pipeline": "contacts-lifecycle-pipeline", "hs_predictivecontactscore": null, "hs_predictivecontactscore_v2": 0.29, "hs_predictivecontactscorebucket": null, "hs_predictivescoringtier": "tier_4", "hs_read_only": null, "hs_sa_first_engagement_date": null, "hs_sa_first_engagement_descr": null, "hs_sa_first_engagement_object_type": null, "hs_sales_email_last_clicked": null, "hs_sales_email_last_opened": null, "hs_sales_email_last_replied": null, "hs_searchable_calculated_international_mobile_number": null, "hs_searchable_calculated_international_phone_number": null, "hs_searchable_calculated_mobile_number": null, "hs_searchable_calculated_phone_number": "8884827768", "hs_sequences_actively_enrolled_count": null, "hs_sequences_enrolled_count": null, "hs_sequences_is_enrolled": null, "hs_testpurge": null, "hs_testrollback": null, "hs_time_between_contact_creation_and_deal_close": null, "hs_time_between_contact_creation_and_deal_creation": null, "hs_time_in_customer": null, "hs_time_in_evangelist": null, "hs_time_in_lead": 81535504534, "hs_time_in_marketingqualifiedlead": null, "hs_time_in_opportunity": null, "hs_time_in_other": null, "hs_time_in_salesqualifiedlead": null, "hs_time_in_subscriber": null, "hs_time_to_first_engagement": null, "hs_time_to_move_from_lead_to_customer": null, "hs_time_to_move_from_marketingqualifiedlead_to_customer": null, "hs_time_to_move_from_opportunity_to_customer": null, "hs_time_to_move_from_salesqualifiedlead_to_customer": null, "hs_time_to_move_from_subscriber_to_customer": null, "hs_timezone": null, "hs_unique_creation_key": null, "hs_updated_by_user_id": null, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": "12282590", "hs_was_imported": true, "hs_whatsapp_phone_number": null, "hubspot_owner_assigneddate": "2021-05-21T10:20:30.963000+00:00", "hubspot_owner_id": "52550153", "hubspot_team_id": null, "hubspotscore": null, "industry": null, "ip_city": null, "ip_country": null, "ip_country_code": null, "ip_latlon": null, "ip_state": null, "ip_state_code": null, "ip_zipcode": null, "job_function": null, "jobtitle": null, "lastmodifieddate": "2023-03-21T19:31:00.563000+00:00", "lastname": "Mitchell", "lifecyclestage": "lead", "marital_status": null, "message": null, "military_status": null, "mobilephone": null, "my_custom_test_property": null, "notes_last_contacted": null, "notes_last_updated": null, "notes_next_activity_date": null, "num_associated_deals": null, "num_contacted_notes": null, "num_conversion_events": 0, "num_notes": null, "num_unique_conversion_events": 0, "numemployees": null, "phone": "1(888) 482-7768", "recent_conversion_date": null, "recent_conversion_event_name": null, "recent_deal_amount": null, "recent_deal_close_date": null, "relationship_status": null, "salutation": null, "school": null, "seniority": null, "start_date": null, "state": "MA", "surveymonkeyeventlastupdated": null, "test": null, "total_revenue": null, "twitterhandle": null, "webinareventlastupdated": null, "website": null, "work_email": null, "zip": "21430"}, "createdAt": "2021-02-23T20:10:36.191Z", "updatedAt": "2023-03-21T19:31:00.563Z", "archived": false, "properties_address": "25 First Street", "properties_annualrevenue": null, "properties_associatedcompanyid": null, "properties_associatedcompanylastupdated": null, "properties_city": "Cambridge", "properties_closedate": null, "properties_company": null, "properties_company_size": null, "properties_country": null, "properties_createdate": "2021-02-23T20:10:36.191000+00:00", "properties_currentlyinworkflow": null, "properties_date_of_birth": null, "properties_days_to_close": null, "properties_degree": null, "properties_email": "macmitch@hubspot.com", "properties_engagements_last_meeting_booked": null, "properties_engagements_last_meeting_booked_campaign": null, "properties_engagements_last_meeting_booked_medium": null, "properties_engagements_last_meeting_booked_source": null, "properties_fax": null, "properties_field_of_study": null, "properties_first_conversion_date": null, "properties_first_conversion_event_name": null, "properties_first_deal_created_date": null, "properties_firstname": "Mac", "properties_gender": null, "properties_graduation_date": null, "properties_hs_additional_emails": null, "properties_hs_all_accessible_team_ids": null, "properties_hs_all_contact_vids": "401", "properties_hs_all_owner_ids": "52550153", "properties_hs_all_team_ids": null, "properties_hs_analytics_average_page_views": 0, "properties_hs_analytics_first_referrer": null, "properties_hs_analytics_first_timestamp": "2021-02-23T20:10:36.181000+00:00", "properties_hs_analytics_first_touch_converting_campaign": null, "properties_hs_analytics_first_url": null, "properties_hs_analytics_first_visit_timestamp": null, "properties_hs_analytics_last_referrer": null, "properties_hs_analytics_last_timestamp": null, "properties_hs_analytics_last_touch_converting_campaign": null, "properties_hs_analytics_last_url": null, "properties_hs_analytics_last_visit_timestamp": null, "properties_hs_analytics_num_event_completions": 0, "properties_hs_analytics_num_page_views": 0, "properties_hs_analytics_num_visits": 0, "properties_hs_analytics_revenue": 0.0, "properties_hs_analytics_source": "OFFLINE", "properties_hs_analytics_source_data_1": "IMPORT", "properties_hs_analytics_source_data_2": "13256565", "properties_hs_avatar_filemanager_key": null, "properties_hs_buying_role": null, "properties_hs_calculated_form_submissions": null, "properties_hs_calculated_merged_vids": null, "properties_hs_calculated_mobile_number": null, "properties_hs_calculated_phone_number": "+18884827768", "properties_hs_calculated_phone_number_area_code": null, "properties_hs_calculated_phone_number_country_code": "US", "properties_hs_calculated_phone_number_region_code": null, "properties_hs_clicked_linkedin_ad": null, "properties_hs_content_membership_email": null, "properties_hs_content_membership_email_confirmed": null, "properties_hs_content_membership_notes": null, "properties_hs_content_membership_registered_at": null, "properties_hs_content_membership_registration_domain_sent_to": null, "properties_hs_content_membership_registration_email_sent_at": null, "properties_hs_content_membership_status": null, "properties_hs_conversations_visitor_email": null, "properties_hs_count_is_unworked": 1, "properties_hs_count_is_worked": 0, "properties_hs_created_by_conversations": null, "properties_hs_created_by_user_id": null, "properties_hs_createdate": null, "properties_hs_date_entered_customer": null, "properties_hs_date_entered_evangelist": null, "properties_hs_date_entered_lead": "2021-02-23T20:10:36.181000+00:00", "properties_hs_date_entered_marketingqualifiedlead": null, "properties_hs_date_entered_opportunity": null, "properties_hs_date_entered_other": null, "properties_hs_date_entered_salesqualifiedlead": null, "properties_hs_date_entered_subscriber": null, "properties_hs_date_exited_customer": null, "properties_hs_date_exited_evangelist": null, "properties_hs_date_exited_lead": null, "properties_hs_date_exited_marketingqualifiedlead": null, "properties_hs_date_exited_opportunity": null, "properties_hs_date_exited_other": null, "properties_hs_date_exited_salesqualifiedlead": null, "properties_hs_date_exited_subscriber": null, "properties_hs_document_last_revisited": null, "properties_hs_email_bad_address": null, "properties_hs_email_bounce": null, "properties_hs_email_click": null, "properties_hs_email_customer_quarantined_reason": null, "properties_hs_email_delivered": null, "properties_hs_email_domain": "hubspot.com", "properties_hs_email_first_click_date": null, "properties_hs_email_first_open_date": null, "properties_hs_email_first_reply_date": null, "properties_hs_email_first_send_date": null, "properties_hs_email_hard_bounce_reason": null, "properties_hs_email_hard_bounce_reason_enum": "OTHER", "properties_hs_email_is_ineligible": null, "properties_hs_email_last_click_date": null, "properties_hs_email_last_email_name": null, "properties_hs_email_last_open_date": null, "properties_hs_email_last_reply_date": null, "properties_hs_email_last_send_date": null, "properties_hs_email_open": null, "properties_hs_email_optout": null, "properties_hs_email_optout_10798197": null, "properties_hs_email_optout_11890603": null, "properties_hs_email_optout_11890831": null, "properties_hs_email_optout_23704464": null, "properties_hs_email_optout_94692364": null, "properties_hs_email_quarantined": null, "properties_hs_email_quarantined_reason": null, "properties_hs_email_recipient_fatigue_recovery_time": null, "properties_hs_email_replied": null, "properties_hs_email_sends_since_last_engagement": null, "properties_hs_emailconfirmationstatus": null, "properties_hs_facebook_ad_clicked": null, "properties_hs_facebook_click_id": null, "properties_hs_feedback_last_nps_follow_up": null, "properties_hs_feedback_last_nps_rating": null, "properties_hs_feedback_last_survey_date": null, "properties_hs_feedback_show_nps_web_survey": null, "properties_hs_first_engagement_object_id": null, "properties_hs_first_outreach_date": null, "properties_hs_first_subscription_create_date": null, "properties_hs_google_click_id": null, "properties_hs_has_active_subscription": null, "properties_hs_ip_timezone": null, "properties_hs_is_contact": true, "properties_hs_is_unworked": true, "properties_hs_language": null, "properties_hs_last_sales_activity_date": null, "properties_hs_last_sales_activity_timestamp": null, "properties_hs_last_sales_activity_type": null, "properties_hs_lastmodifieddate": null, "properties_hs_latest_meeting_activity": null, "properties_hs_latest_sequence_ended_date": null, "properties_hs_latest_sequence_enrolled": null, "properties_hs_latest_sequence_enrolled_date": null, "properties_hs_latest_sequence_finished_date": null, "properties_hs_latest_sequence_unenrolled_date": null, "properties_hs_latest_source": "OFFLINE", "properties_hs_latest_source_data_1": "IMPORT", "properties_hs_latest_source_data_2": "13256565", "properties_hs_latest_source_timestamp": "2021-02-23T20:10:36.210000+00:00", "properties_hs_latest_subscription_create_date": null, "properties_hs_lead_status": null, "properties_hs_legal_basis": null, "properties_hs_lifecyclestage_customer_date": null, "properties_hs_lifecyclestage_evangelist_date": null, "properties_hs_lifecyclestage_lead_date": "2021-02-23T20:10:36.181000+00:00", "properties_hs_lifecyclestage_marketingqualifiedlead_date": null, "properties_hs_lifecyclestage_opportunity_date": null, "properties_hs_lifecyclestage_other_date": null, "properties_hs_lifecyclestage_salesqualifiedlead_date": null, "properties_hs_lifecyclestage_subscriber_date": null, "properties_hs_linkedin_ad_clicked": null, "properties_hs_marketable_reason_id": null, "properties_hs_marketable_reason_type": null, "properties_hs_marketable_status": "false", "properties_hs_marketable_until_renewal": "false", "properties_hs_merged_object_ids": null, "properties_hs_object_id": 401, "properties_hs_object_source": null, "properties_hs_object_source_id": null, "properties_hs_object_source_user_id": null, "properties_hs_persona": null, "properties_hs_pinned_engagement_id": null, "properties_hs_pipeline": "contacts-lifecycle-pipeline", "properties_hs_predictivecontactscore": null, "properties_hs_predictivecontactscore_v2": 0.29, "properties_hs_predictivecontactscorebucket": null, "properties_hs_predictivescoringtier": "tier_4", "properties_hs_read_only": null, "properties_hs_sa_first_engagement_date": null, "properties_hs_sa_first_engagement_descr": null, "properties_hs_sa_first_engagement_object_type": null, "properties_hs_sales_email_last_clicked": null, "properties_hs_sales_email_last_opened": null, "properties_hs_sales_email_last_replied": null, "properties_hs_searchable_calculated_international_mobile_number": null, "properties_hs_searchable_calculated_international_phone_number": null, "properties_hs_searchable_calculated_mobile_number": null, "properties_hs_searchable_calculated_phone_number": "8884827768", "properties_hs_sequences_actively_enrolled_count": null, "properties_hs_sequences_enrolled_count": null, "properties_hs_sequences_is_enrolled": null, "properties_hs_testpurge": null, "properties_hs_testrollback": null, "properties_hs_time_between_contact_creation_and_deal_close": null, "properties_hs_time_between_contact_creation_and_deal_creation": null, "properties_hs_time_in_customer": null, "properties_hs_time_in_evangelist": null, "properties_hs_time_in_lead": 81535504534, "properties_hs_time_in_marketingqualifiedlead": null, "properties_hs_time_in_opportunity": null, "properties_hs_time_in_other": null, "properties_hs_time_in_salesqualifiedlead": null, "properties_hs_time_in_subscriber": null, "properties_hs_time_to_first_engagement": null, "properties_hs_time_to_move_from_lead_to_customer": null, "properties_hs_time_to_move_from_marketingqualifiedlead_to_customer": null, "properties_hs_time_to_move_from_opportunity_to_customer": null, "properties_hs_time_to_move_from_salesqualifiedlead_to_customer": null, "properties_hs_time_to_move_from_subscriber_to_customer": null, "properties_hs_timezone": null, "properties_hs_unique_creation_key": null, "properties_hs_updated_by_user_id": null, "properties_hs_user_ids_of_all_notification_followers": null, "properties_hs_user_ids_of_all_notification_unfollowers": null, "properties_hs_user_ids_of_all_owners": "12282590", "properties_hs_was_imported": true, "properties_hs_whatsapp_phone_number": null, "properties_hubspot_owner_assigneddate": "2021-05-21T10:20:30.963000+00:00", "properties_hubspot_owner_id": "52550153", "properties_hubspot_team_id": null, "properties_hubspotscore": null, "properties_industry": null, "properties_ip_city": null, "properties_ip_country": null, "properties_ip_country_code": null, "properties_ip_latlon": null, "properties_ip_state": null, "properties_ip_state_code": null, "properties_ip_zipcode": null, "properties_job_function": null, "properties_jobtitle": null, "properties_lastmodifieddate": "2023-03-21T19:31:00.563000+00:00", "properties_lastname": "Mitchell", "properties_lifecyclestage": "lead", "properties_marital_status": null, "properties_message": null, "properties_military_status": null, "properties_mobilephone": null, "properties_my_custom_test_property": null, "properties_notes_last_contacted": null, "properties_notes_last_updated": null, "properties_notes_next_activity_date": null, "properties_num_associated_deals": null, "properties_num_contacted_notes": null, "properties_num_conversion_events": 0, "properties_num_notes": null, "properties_num_unique_conversion_events": 0, "properties_numemployees": null, "properties_phone": "1(888) 482-7768", "properties_recent_conversion_date": null, "properties_recent_conversion_event_name": null, "properties_recent_deal_amount": null, "properties_recent_deal_close_date": null, "properties_relationship_status": null, "properties_salutation": null, "properties_school": null, "properties_seniority": null, "properties_start_date": null, "properties_state": "MA", "properties_surveymonkeyeventlastupdated": null, "properties_test": null, "properties_total_revenue": null, "properties_twitterhandle": null, "properties_webinareventlastupdated": null, "properties_website": null, "properties_work_email": null, "properties_zip": "21430"}, "emitted_at": 1695646540941} +{"stream": "contacts", "data": {"id": "601", "properties": {"address": "0 First Street", "annualrevenue": null, "associatedcompanyid": null, "associatedcompanylastupdated": null, "city": "Cambridge", "closedate": null, "company": "HubSpot Test", "company_size": null, "country": null, "createdate": "2021-10-12T13:22:50.930000+00:00", "currentlyinworkflow": null, "date_of_birth": null, "days_to_close": null, "degree": null, "email": "testingapicontact_0@hubspot.com", "engagements_last_meeting_booked": null, "engagements_last_meeting_booked_campaign": null, "engagements_last_meeting_booked_medium": null, "engagements_last_meeting_booked_source": null, "fax": null, "field_of_study": null, "first_conversion_date": null, "first_conversion_event_name": null, "first_deal_created_date": null, "firstname": "test contact 0", "gender": null, "graduation_date": null, "hs_additional_emails": null, "hs_all_accessible_team_ids": null, "hs_all_contact_vids": "601", "hs_all_owner_ids": null, "hs_all_team_ids": null, "hs_analytics_average_page_views": 0, "hs_analytics_first_referrer": null, "hs_analytics_first_timestamp": "2021-10-12T13:22:50.930000+00:00", "hs_analytics_first_touch_converting_campaign": null, "hs_analytics_first_url": null, "hs_analytics_first_visit_timestamp": null, "hs_analytics_last_referrer": null, "hs_analytics_last_timestamp": null, "hs_analytics_last_touch_converting_campaign": null, "hs_analytics_last_url": null, "hs_analytics_last_visit_timestamp": null, "hs_analytics_num_event_completions": 0, "hs_analytics_num_page_views": 0, "hs_analytics_num_visits": 0, "hs_analytics_revenue": 0.0, "hs_analytics_source": "OFFLINE", "hs_analytics_source_data_1": "API", "hs_analytics_source_data_2": null, "hs_avatar_filemanager_key": null, "hs_buying_role": null, "hs_calculated_form_submissions": null, "hs_calculated_merged_vids": null, "hs_calculated_mobile_number": null, "hs_calculated_phone_number": null, "hs_calculated_phone_number_area_code": null, "hs_calculated_phone_number_country_code": null, "hs_calculated_phone_number_region_code": null, "hs_clicked_linkedin_ad": null, "hs_content_membership_email": null, "hs_content_membership_email_confirmed": null, "hs_content_membership_notes": null, "hs_content_membership_registered_at": null, "hs_content_membership_registration_domain_sent_to": null, "hs_content_membership_registration_email_sent_at": null, "hs_content_membership_status": null, "hs_conversations_visitor_email": null, "hs_count_is_unworked": null, "hs_count_is_worked": null, "hs_created_by_conversations": null, "hs_created_by_user_id": null, "hs_createdate": null, "hs_date_entered_customer": null, "hs_date_entered_evangelist": null, "hs_date_entered_lead": null, "hs_date_entered_marketingqualifiedlead": null, "hs_date_entered_opportunity": null, "hs_date_entered_other": null, "hs_date_entered_salesqualifiedlead": null, "hs_date_entered_subscriber": "2021-10-12T13:22:50.930000+00:00", "hs_date_exited_customer": null, "hs_date_exited_evangelist": null, "hs_date_exited_lead": null, "hs_date_exited_marketingqualifiedlead": null, "hs_date_exited_opportunity": null, "hs_date_exited_other": null, "hs_date_exited_salesqualifiedlead": null, "hs_date_exited_subscriber": null, "hs_document_last_revisited": null, "hs_email_bad_address": null, "hs_email_bounce": null, "hs_email_click": null, "hs_email_customer_quarantined_reason": null, "hs_email_delivered": null, "hs_email_domain": "hubspot.com", "hs_email_first_click_date": null, "hs_email_first_open_date": null, "hs_email_first_reply_date": null, "hs_email_first_send_date": null, "hs_email_hard_bounce_reason": null, "hs_email_hard_bounce_reason_enum": null, "hs_email_is_ineligible": null, "hs_email_last_click_date": null, "hs_email_last_email_name": null, "hs_email_last_open_date": null, "hs_email_last_reply_date": null, "hs_email_last_send_date": null, "hs_email_open": null, "hs_email_optout": null, "hs_email_optout_10798197": null, "hs_email_optout_11890603": null, "hs_email_optout_11890831": null, "hs_email_optout_23704464": null, "hs_email_optout_94692364": null, "hs_email_quarantined": null, "hs_email_quarantined_reason": null, "hs_email_recipient_fatigue_recovery_time": null, "hs_email_replied": null, "hs_email_sends_since_last_engagement": null, "hs_emailconfirmationstatus": null, "hs_facebook_ad_clicked": null, "hs_facebook_click_id": null, "hs_feedback_last_nps_follow_up": null, "hs_feedback_last_nps_rating": null, "hs_feedback_last_survey_date": null, "hs_feedback_show_nps_web_survey": null, "hs_first_engagement_object_id": null, "hs_first_outreach_date": null, "hs_first_subscription_create_date": null, "hs_google_click_id": null, "hs_has_active_subscription": null, "hs_ip_timezone": null, "hs_is_contact": true, "hs_is_unworked": true, "hs_language": null, "hs_last_sales_activity_date": null, "hs_last_sales_activity_timestamp": null, "hs_last_sales_activity_type": null, "hs_lastmodifieddate": null, "hs_latest_meeting_activity": null, "hs_latest_sequence_ended_date": null, "hs_latest_sequence_enrolled": null, "hs_latest_sequence_enrolled_date": null, "hs_latest_sequence_finished_date": null, "hs_latest_sequence_unenrolled_date": null, "hs_latest_source": "OFFLINE", "hs_latest_source_data_1": "API", "hs_latest_source_data_2": null, "hs_latest_source_timestamp": "2021-10-12T13:22:51.107000+00:00", "hs_latest_subscription_create_date": null, "hs_lead_status": null, "hs_legal_basis": null, "hs_lifecyclestage_customer_date": null, "hs_lifecyclestage_evangelist_date": null, "hs_lifecyclestage_lead_date": null, "hs_lifecyclestage_marketingqualifiedlead_date": null, "hs_lifecyclestage_opportunity_date": null, "hs_lifecyclestage_other_date": null, "hs_lifecyclestage_salesqualifiedlead_date": null, "hs_lifecyclestage_subscriber_date": "2021-10-12T13:22:50.930000+00:00", "hs_linkedin_ad_clicked": null, "hs_marketable_reason_id": null, "hs_marketable_reason_type": null, "hs_marketable_status": "false", "hs_marketable_until_renewal": "false", "hs_merged_object_ids": null, "hs_object_id": 601, "hs_object_source": null, "hs_object_source_id": null, "hs_object_source_user_id": null, "hs_persona": null, "hs_pinned_engagement_id": null, "hs_pipeline": "contacts-lifecycle-pipeline", "hs_predictivecontactscore": null, "hs_predictivecontactscore_v2": 0.29, "hs_predictivecontactscorebucket": null, "hs_predictivescoringtier": "tier_4", "hs_read_only": null, "hs_sa_first_engagement_date": null, "hs_sa_first_engagement_descr": null, "hs_sa_first_engagement_object_type": null, "hs_sales_email_last_clicked": null, "hs_sales_email_last_opened": null, "hs_sales_email_last_replied": null, "hs_searchable_calculated_international_mobile_number": null, "hs_searchable_calculated_international_phone_number": null, "hs_searchable_calculated_mobile_number": null, "hs_searchable_calculated_phone_number": "5551222323", "hs_sequences_actively_enrolled_count": 0, "hs_sequences_enrolled_count": null, "hs_sequences_is_enrolled": null, "hs_testpurge": null, "hs_testrollback": null, "hs_time_between_contact_creation_and_deal_close": null, "hs_time_between_contact_creation_and_deal_creation": null, "hs_time_in_customer": null, "hs_time_in_evangelist": null, "hs_time_in_lead": null, "hs_time_in_marketingqualifiedlead": null, "hs_time_in_opportunity": null, "hs_time_in_other": null, "hs_time_in_salesqualifiedlead": null, "hs_time_in_subscriber": 61601569784, "hs_time_to_first_engagement": null, "hs_time_to_move_from_lead_to_customer": null, "hs_time_to_move_from_marketingqualifiedlead_to_customer": null, "hs_time_to_move_from_opportunity_to_customer": null, "hs_time_to_move_from_salesqualifiedlead_to_customer": null, "hs_time_to_move_from_subscriber_to_customer": null, "hs_timezone": null, "hs_unique_creation_key": null, "hs_updated_by_user_id": null, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": null, "hs_was_imported": null, "hs_whatsapp_phone_number": null, "hubspot_owner_assigneddate": null, "hubspot_owner_id": null, "hubspot_team_id": null, "hubspotscore": null, "industry": null, "ip_city": null, "ip_country": null, "ip_country_code": null, "ip_latlon": null, "ip_state": null, "ip_state_code": null, "ip_zipcode": null, "job_function": null, "jobtitle": null, "lastmodifieddate": "2023-09-07T03:59:40.236000+00:00", "lastname": "testerson number 0", "lifecyclestage": "subscriber", "marital_status": null, "message": null, "military_status": null, "mobilephone": null, "my_custom_test_property": null, "notes_last_contacted": null, "notes_last_updated": null, "notes_next_activity_date": null, "num_associated_deals": null, "num_contacted_notes": null, "num_conversion_events": 0, "num_notes": null, "num_unique_conversion_events": 0, "numemployees": null, "phone": "555-122-2323", "recent_conversion_date": null, "recent_conversion_event_name": null, "recent_deal_amount": null, "recent_deal_close_date": null, "relationship_status": null, "salutation": null, "school": null, "seniority": null, "start_date": null, "state": "MA", "surveymonkeyeventlastupdated": null, "test": null, "total_revenue": null, "twitterhandle": null, "webinareventlastupdated": null, "website": "http://hubspot.com", "work_email": null, "zip": "02139"}, "createdAt": "2021-10-12T13:22:50.930Z", "updatedAt": "2023-09-07T03:59:40.236Z", "archived": false, "properties_address": "0 First Street", "properties_annualrevenue": null, "properties_associatedcompanyid": null, "properties_associatedcompanylastupdated": null, "properties_city": "Cambridge", "properties_closedate": null, "properties_company": "HubSpot Test", "properties_company_size": null, "properties_country": null, "properties_createdate": "2021-10-12T13:22:50.930000+00:00", "properties_currentlyinworkflow": null, "properties_date_of_birth": null, "properties_days_to_close": null, "properties_degree": null, "properties_email": "testingapicontact_0@hubspot.com", "properties_engagements_last_meeting_booked": null, "properties_engagements_last_meeting_booked_campaign": null, "properties_engagements_last_meeting_booked_medium": null, "properties_engagements_last_meeting_booked_source": null, "properties_fax": null, "properties_field_of_study": null, "properties_first_conversion_date": null, "properties_first_conversion_event_name": null, "properties_first_deal_created_date": null, "properties_firstname": "test contact 0", "properties_gender": null, "properties_graduation_date": null, "properties_hs_additional_emails": null, "properties_hs_all_accessible_team_ids": null, "properties_hs_all_contact_vids": "601", "properties_hs_all_owner_ids": null, "properties_hs_all_team_ids": null, "properties_hs_analytics_average_page_views": 0, "properties_hs_analytics_first_referrer": null, "properties_hs_analytics_first_timestamp": "2021-10-12T13:22:50.930000+00:00", "properties_hs_analytics_first_touch_converting_campaign": null, "properties_hs_analytics_first_url": null, "properties_hs_analytics_first_visit_timestamp": null, "properties_hs_analytics_last_referrer": null, "properties_hs_analytics_last_timestamp": null, "properties_hs_analytics_last_touch_converting_campaign": null, "properties_hs_analytics_last_url": null, "properties_hs_analytics_last_visit_timestamp": null, "properties_hs_analytics_num_event_completions": 0, "properties_hs_analytics_num_page_views": 0, "properties_hs_analytics_num_visits": 0, "properties_hs_analytics_revenue": 0.0, "properties_hs_analytics_source": "OFFLINE", "properties_hs_analytics_source_data_1": "API", "properties_hs_analytics_source_data_2": null, "properties_hs_avatar_filemanager_key": null, "properties_hs_buying_role": null, "properties_hs_calculated_form_submissions": null, "properties_hs_calculated_merged_vids": null, "properties_hs_calculated_mobile_number": null, "properties_hs_calculated_phone_number": null, "properties_hs_calculated_phone_number_area_code": null, "properties_hs_calculated_phone_number_country_code": null, "properties_hs_calculated_phone_number_region_code": null, "properties_hs_clicked_linkedin_ad": null, "properties_hs_content_membership_email": null, "properties_hs_content_membership_email_confirmed": null, "properties_hs_content_membership_notes": null, "properties_hs_content_membership_registered_at": null, "properties_hs_content_membership_registration_domain_sent_to": null, "properties_hs_content_membership_registration_email_sent_at": null, "properties_hs_content_membership_status": null, "properties_hs_conversations_visitor_email": null, "properties_hs_count_is_unworked": null, "properties_hs_count_is_worked": null, "properties_hs_created_by_conversations": null, "properties_hs_created_by_user_id": null, "properties_hs_createdate": null, "properties_hs_date_entered_customer": null, "properties_hs_date_entered_evangelist": null, "properties_hs_date_entered_lead": null, "properties_hs_date_entered_marketingqualifiedlead": null, "properties_hs_date_entered_opportunity": null, "properties_hs_date_entered_other": null, "properties_hs_date_entered_salesqualifiedlead": null, "properties_hs_date_entered_subscriber": "2021-10-12T13:22:50.930000+00:00", "properties_hs_date_exited_customer": null, "properties_hs_date_exited_evangelist": null, "properties_hs_date_exited_lead": null, "properties_hs_date_exited_marketingqualifiedlead": null, "properties_hs_date_exited_opportunity": null, "properties_hs_date_exited_other": null, "properties_hs_date_exited_salesqualifiedlead": null, "properties_hs_date_exited_subscriber": null, "properties_hs_document_last_revisited": null, "properties_hs_email_bad_address": null, "properties_hs_email_bounce": null, "properties_hs_email_click": null, "properties_hs_email_customer_quarantined_reason": null, "properties_hs_email_delivered": null, "properties_hs_email_domain": "hubspot.com", "properties_hs_email_first_click_date": null, "properties_hs_email_first_open_date": null, "properties_hs_email_first_reply_date": null, "properties_hs_email_first_send_date": null, "properties_hs_email_hard_bounce_reason": null, "properties_hs_email_hard_bounce_reason_enum": null, "properties_hs_email_is_ineligible": null, "properties_hs_email_last_click_date": null, "properties_hs_email_last_email_name": null, "properties_hs_email_last_open_date": null, "properties_hs_email_last_reply_date": null, "properties_hs_email_last_send_date": null, "properties_hs_email_open": null, "properties_hs_email_optout": null, "properties_hs_email_optout_10798197": null, "properties_hs_email_optout_11890603": null, "properties_hs_email_optout_11890831": null, "properties_hs_email_optout_23704464": null, "properties_hs_email_optout_94692364": null, "properties_hs_email_quarantined": null, "properties_hs_email_quarantined_reason": null, "properties_hs_email_recipient_fatigue_recovery_time": null, "properties_hs_email_replied": null, "properties_hs_email_sends_since_last_engagement": null, "properties_hs_emailconfirmationstatus": null, "properties_hs_facebook_ad_clicked": null, "properties_hs_facebook_click_id": null, "properties_hs_feedback_last_nps_follow_up": null, "properties_hs_feedback_last_nps_rating": null, "properties_hs_feedback_last_survey_date": null, "properties_hs_feedback_show_nps_web_survey": null, "properties_hs_first_engagement_object_id": null, "properties_hs_first_outreach_date": null, "properties_hs_first_subscription_create_date": null, "properties_hs_google_click_id": null, "properties_hs_has_active_subscription": null, "properties_hs_ip_timezone": null, "properties_hs_is_contact": true, "properties_hs_is_unworked": true, "properties_hs_language": null, "properties_hs_last_sales_activity_date": null, "properties_hs_last_sales_activity_timestamp": null, "properties_hs_last_sales_activity_type": null, "properties_hs_lastmodifieddate": null, "properties_hs_latest_meeting_activity": null, "properties_hs_latest_sequence_ended_date": null, "properties_hs_latest_sequence_enrolled": null, "properties_hs_latest_sequence_enrolled_date": null, "properties_hs_latest_sequence_finished_date": null, "properties_hs_latest_sequence_unenrolled_date": null, "properties_hs_latest_source": "OFFLINE", "properties_hs_latest_source_data_1": "API", "properties_hs_latest_source_data_2": null, "properties_hs_latest_source_timestamp": "2021-10-12T13:22:51.107000+00:00", "properties_hs_latest_subscription_create_date": null, "properties_hs_lead_status": null, "properties_hs_legal_basis": null, "properties_hs_lifecyclestage_customer_date": null, "properties_hs_lifecyclestage_evangelist_date": null, "properties_hs_lifecyclestage_lead_date": null, "properties_hs_lifecyclestage_marketingqualifiedlead_date": null, "properties_hs_lifecyclestage_opportunity_date": null, "properties_hs_lifecyclestage_other_date": null, "properties_hs_lifecyclestage_salesqualifiedlead_date": null, "properties_hs_lifecyclestage_subscriber_date": "2021-10-12T13:22:50.930000+00:00", "properties_hs_linkedin_ad_clicked": null, "properties_hs_marketable_reason_id": null, "properties_hs_marketable_reason_type": null, "properties_hs_marketable_status": "false", "properties_hs_marketable_until_renewal": "false", "properties_hs_merged_object_ids": null, "properties_hs_object_id": 601, "properties_hs_object_source": null, "properties_hs_object_source_id": null, "properties_hs_object_source_user_id": null, "properties_hs_persona": null, "properties_hs_pinned_engagement_id": null, "properties_hs_pipeline": "contacts-lifecycle-pipeline", "properties_hs_predictivecontactscore": null, "properties_hs_predictivecontactscore_v2": 0.29, "properties_hs_predictivecontactscorebucket": null, "properties_hs_predictivescoringtier": "tier_4", "properties_hs_read_only": null, "properties_hs_sa_first_engagement_date": null, "properties_hs_sa_first_engagement_descr": null, "properties_hs_sa_first_engagement_object_type": null, "properties_hs_sales_email_last_clicked": null, "properties_hs_sales_email_last_opened": null, "properties_hs_sales_email_last_replied": null, "properties_hs_searchable_calculated_international_mobile_number": null, "properties_hs_searchable_calculated_international_phone_number": null, "properties_hs_searchable_calculated_mobile_number": null, "properties_hs_searchable_calculated_phone_number": "5551222323", "properties_hs_sequences_actively_enrolled_count": 0, "properties_hs_sequences_enrolled_count": null, "properties_hs_sequences_is_enrolled": null, "properties_hs_testpurge": null, "properties_hs_testrollback": null, "properties_hs_time_between_contact_creation_and_deal_close": null, "properties_hs_time_between_contact_creation_and_deal_creation": null, "properties_hs_time_in_customer": null, "properties_hs_time_in_evangelist": null, "properties_hs_time_in_lead": null, "properties_hs_time_in_marketingqualifiedlead": null, "properties_hs_time_in_opportunity": null, "properties_hs_time_in_other": null, "properties_hs_time_in_salesqualifiedlead": null, "properties_hs_time_in_subscriber": 61601569784, "properties_hs_time_to_first_engagement": null, "properties_hs_time_to_move_from_lead_to_customer": null, "properties_hs_time_to_move_from_marketingqualifiedlead_to_customer": null, "properties_hs_time_to_move_from_opportunity_to_customer": null, "properties_hs_time_to_move_from_salesqualifiedlead_to_customer": null, "properties_hs_time_to_move_from_subscriber_to_customer": null, "properties_hs_timezone": null, "properties_hs_unique_creation_key": null, "properties_hs_updated_by_user_id": null, "properties_hs_user_ids_of_all_notification_followers": null, "properties_hs_user_ids_of_all_notification_unfollowers": null, "properties_hs_user_ids_of_all_owners": null, "properties_hs_was_imported": null, "properties_hs_whatsapp_phone_number": null, "properties_hubspot_owner_assigneddate": null, "properties_hubspot_owner_id": null, "properties_hubspot_team_id": null, "properties_hubspotscore": null, "properties_industry": null, "properties_ip_city": null, "properties_ip_country": null, "properties_ip_country_code": null, "properties_ip_latlon": null, "properties_ip_state": null, "properties_ip_state_code": null, "properties_ip_zipcode": null, "properties_job_function": null, "properties_jobtitle": null, "properties_lastmodifieddate": "2023-09-07T03:59:40.236000+00:00", "properties_lastname": "testerson number 0", "properties_lifecyclestage": "subscriber", "properties_marital_status": null, "properties_message": null, "properties_military_status": null, "properties_mobilephone": null, "properties_my_custom_test_property": null, "properties_notes_last_contacted": null, "properties_notes_last_updated": null, "properties_notes_next_activity_date": null, "properties_num_associated_deals": null, "properties_num_contacted_notes": null, "properties_num_conversion_events": 0, "properties_num_notes": null, "properties_num_unique_conversion_events": 0, "properties_numemployees": null, "properties_phone": "555-122-2323", "properties_recent_conversion_date": null, "properties_recent_conversion_event_name": null, "properties_recent_deal_amount": null, "properties_recent_deal_close_date": null, "properties_relationship_status": null, "properties_salutation": null, "properties_school": null, "properties_seniority": null, "properties_start_date": null, "properties_state": "MA", "properties_surveymonkeyeventlastupdated": null, "properties_test": null, "properties_total_revenue": null, "properties_twitterhandle": null, "properties_webinareventlastupdated": null, "properties_website": "http://hubspot.com", "properties_work_email": null, "properties_zip": "02139"}, "emitted_at": 1695646540943} +{"stream": "contacts", "data": {"id": "651", "properties": {"address": "1 First Street", "annualrevenue": null, "associatedcompanyid": 5170561229, "associatedcompanylastupdated": null, "city": "Cambridge", "closedate": null, "company": "HubSpot Test", "company_size": null, "country": null, "createdate": "2021-01-14T14:26:17.014000+00:00", "currentlyinworkflow": null, "date_of_birth": null, "days_to_close": null, "degree": null, "email": "testingapicontact_1@hubspot.com", "engagements_last_meeting_booked": null, "engagements_last_meeting_booked_campaign": null, "engagements_last_meeting_booked_medium": null, "engagements_last_meeting_booked_source": null, "fax": null, "field_of_study": null, "first_conversion_date": null, "first_conversion_event_name": null, "first_deal_created_date": null, "firstname": "test contact 1-1", "gender": null, "graduation_date": null, "hs_additional_emails": "testingapis@hubspot.com", "hs_all_accessible_team_ids": null, "hs_all_contact_vids": "201;651", "hs_all_owner_ids": null, "hs_all_team_ids": null, "hs_analytics_average_page_views": 0, "hs_analytics_first_referrer": null, "hs_analytics_first_timestamp": "2021-01-14T14:26:17.014000+00:00", "hs_analytics_first_touch_converting_campaign": null, "hs_analytics_first_url": null, "hs_analytics_first_visit_timestamp": null, "hs_analytics_last_referrer": null, "hs_analytics_last_timestamp": null, "hs_analytics_last_touch_converting_campaign": null, "hs_analytics_last_url": null, "hs_analytics_last_visit_timestamp": null, "hs_analytics_num_event_completions": 0, "hs_analytics_num_page_views": 0, "hs_analytics_num_visits": 0, "hs_analytics_revenue": 0.0, "hs_analytics_source": "OFFLINE", "hs_analytics_source_data_1": "API", "hs_analytics_source_data_2": null, "hs_avatar_filemanager_key": null, "hs_buying_role": null, "hs_calculated_form_submissions": null, "hs_calculated_merged_vids": "201:1688758327178", "hs_calculated_mobile_number": null, "hs_calculated_phone_number": null, "hs_calculated_phone_number_area_code": null, "hs_calculated_phone_number_country_code": null, "hs_calculated_phone_number_region_code": null, "hs_clicked_linkedin_ad": null, "hs_content_membership_email": null, "hs_content_membership_email_confirmed": null, "hs_content_membership_notes": null, "hs_content_membership_registered_at": null, "hs_content_membership_registration_domain_sent_to": null, "hs_content_membership_registration_email_sent_at": null, "hs_content_membership_status": null, "hs_conversations_visitor_email": null, "hs_count_is_unworked": null, "hs_count_is_worked": null, "hs_created_by_conversations": null, "hs_created_by_user_id": null, "hs_createdate": null, "hs_date_entered_customer": null, "hs_date_entered_evangelist": null, "hs_date_entered_lead": null, "hs_date_entered_marketingqualifiedlead": null, "hs_date_entered_opportunity": null, "hs_date_entered_other": null, "hs_date_entered_salesqualifiedlead": null, "hs_date_entered_subscriber": "2021-10-12T13:23:01.830000+00:00", "hs_date_exited_customer": null, "hs_date_exited_evangelist": null, "hs_date_exited_lead": null, "hs_date_exited_marketingqualifiedlead": null, "hs_date_exited_opportunity": null, "hs_date_exited_other": null, "hs_date_exited_salesqualifiedlead": null, "hs_date_exited_subscriber": null, "hs_document_last_revisited": null, "hs_email_bad_address": null, "hs_email_bounce": null, "hs_email_click": null, "hs_email_customer_quarantined_reason": null, "hs_email_delivered": null, "hs_email_domain": "hubspot.com", "hs_email_first_click_date": null, "hs_email_first_open_date": null, "hs_email_first_reply_date": null, "hs_email_first_send_date": null, "hs_email_hard_bounce_reason": null, "hs_email_hard_bounce_reason_enum": "", "hs_email_is_ineligible": null, "hs_email_last_click_date": null, "hs_email_last_email_name": null, "hs_email_last_open_date": null, "hs_email_last_reply_date": null, "hs_email_last_send_date": null, "hs_email_open": null, "hs_email_optout": null, "hs_email_optout_10798197": null, "hs_email_optout_11890603": null, "hs_email_optout_11890831": null, "hs_email_optout_23704464": null, "hs_email_optout_94692364": null, "hs_email_quarantined": null, "hs_email_quarantined_reason": null, "hs_email_recipient_fatigue_recovery_time": null, "hs_email_replied": null, "hs_email_sends_since_last_engagement": null, "hs_emailconfirmationstatus": null, "hs_facebook_ad_clicked": null, "hs_facebook_click_id": null, "hs_feedback_last_nps_follow_up": null, "hs_feedback_last_nps_rating": null, "hs_feedback_last_survey_date": null, "hs_feedback_show_nps_web_survey": null, "hs_first_engagement_object_id": null, "hs_first_outreach_date": null, "hs_first_subscription_create_date": null, "hs_google_click_id": null, "hs_has_active_subscription": null, "hs_ip_timezone": null, "hs_is_contact": true, "hs_is_unworked": true, "hs_language": null, "hs_last_sales_activity_date": null, "hs_last_sales_activity_timestamp": null, "hs_last_sales_activity_type": null, "hs_lastmodifieddate": null, "hs_latest_meeting_activity": null, "hs_latest_sequence_ended_date": null, "hs_latest_sequence_enrolled": null, "hs_latest_sequence_enrolled_date": null, "hs_latest_sequence_finished_date": null, "hs_latest_sequence_unenrolled_date": null, "hs_latest_source": "OFFLINE", "hs_latest_source_data_1": "API", "hs_latest_source_data_2": null, "hs_latest_source_timestamp": "2021-01-14T14:26:17.081000+00:00", "hs_latest_subscription_create_date": null, "hs_lead_status": null, "hs_legal_basis": null, "hs_lifecyclestage_customer_date": null, "hs_lifecyclestage_evangelist_date": null, "hs_lifecyclestage_lead_date": null, "hs_lifecyclestage_marketingqualifiedlead_date": null, "hs_lifecyclestage_opportunity_date": null, "hs_lifecyclestage_other_date": null, "hs_lifecyclestage_salesqualifiedlead_date": null, "hs_lifecyclestage_subscriber_date": "2021-10-12T13:23:01.830000+00:00", "hs_linkedin_ad_clicked": null, "hs_marketable_reason_id": null, "hs_marketable_reason_type": null, "hs_marketable_status": "false", "hs_marketable_until_renewal": "false", "hs_merged_object_ids": "201", "hs_object_id": 651, "hs_object_source": null, "hs_object_source_id": null, "hs_object_source_user_id": null, "hs_persona": null, "hs_pinned_engagement_id": null, "hs_pipeline": "contacts-lifecycle-pipeline", "hs_predictivecontactscore": null, "hs_predictivecontactscore_v2": 0.32, "hs_predictivecontactscorebucket": null, "hs_predictivescoringtier": "tier_2", "hs_read_only": null, "hs_sa_first_engagement_date": null, "hs_sa_first_engagement_descr": null, "hs_sa_first_engagement_object_type": null, "hs_sales_email_last_clicked": null, "hs_sales_email_last_opened": null, "hs_sales_email_last_replied": null, "hs_searchable_calculated_international_mobile_number": null, "hs_searchable_calculated_international_phone_number": null, "hs_searchable_calculated_mobile_number": null, "hs_searchable_calculated_phone_number": "5551222323", "hs_sequences_actively_enrolled_count": 0, "hs_sequences_enrolled_count": null, "hs_sequences_is_enrolled": null, "hs_testpurge": null, "hs_testrollback": null, "hs_time_between_contact_creation_and_deal_close": null, "hs_time_between_contact_creation_and_deal_creation": null, "hs_time_in_customer": null, "hs_time_in_evangelist": null, "hs_time_in_lead": null, "hs_time_in_marketingqualifiedlead": null, "hs_time_in_opportunity": null, "hs_time_in_other": null, "hs_time_in_salesqualifiedlead": null, "hs_time_in_subscriber": 61601558885, "hs_time_to_first_engagement": null, "hs_time_to_move_from_lead_to_customer": null, "hs_time_to_move_from_marketingqualifiedlead_to_customer": null, "hs_time_to_move_from_opportunity_to_customer": null, "hs_time_to_move_from_salesqualifiedlead_to_customer": null, "hs_time_to_move_from_subscriber_to_customer": null, "hs_timezone": null, "hs_unique_creation_key": null, "hs_updated_by_user_id": 12282590, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": null, "hs_was_imported": null, "hs_whatsapp_phone_number": null, "hubspot_owner_assigneddate": null, "hubspot_owner_id": null, "hubspot_team_id": null, "hubspotscore": null, "industry": null, "ip_city": null, "ip_country": null, "ip_country_code": null, "ip_latlon": null, "ip_state": null, "ip_state_code": null, "ip_zipcode": null, "job_function": null, "jobtitle": null, "lastmodifieddate": "2023-09-07T03:58:11.409000+00:00", "lastname": "testerson number 1", "lifecyclestage": "subscriber", "marital_status": null, "message": null, "military_status": null, "mobilephone": null, "my_custom_test_property": null, "notes_last_contacted": null, "notes_last_updated": null, "notes_next_activity_date": null, "num_associated_deals": null, "num_contacted_notes": null, "num_conversion_events": 0, "num_notes": null, "num_unique_conversion_events": 0, "numemployees": null, "phone": "555-122-2323", "recent_conversion_date": null, "recent_conversion_event_name": null, "recent_deal_amount": null, "recent_deal_close_date": null, "relationship_status": null, "salutation": null, "school": null, "seniority": null, "start_date": null, "state": "MA", "surveymonkeyeventlastupdated": null, "test": null, "total_revenue": null, "twitterhandle": null, "webinareventlastupdated": null, "website": "http://hubspot.com", "work_email": null, "zip": "02139"}, "createdAt": "2021-01-14T14:26:17.014Z", "updatedAt": "2023-09-07T03:58:11.409Z", "archived": false, "companies": ["5170561229", "5170561229"], "properties_address": "1 First Street", "properties_annualrevenue": null, "properties_associatedcompanyid": 5170561229, "properties_associatedcompanylastupdated": null, "properties_city": "Cambridge", "properties_closedate": null, "properties_company": "HubSpot Test", "properties_company_size": null, "properties_country": null, "properties_createdate": "2021-01-14T14:26:17.014000+00:00", "properties_currentlyinworkflow": null, "properties_date_of_birth": null, "properties_days_to_close": null, "properties_degree": null, "properties_email": "testingapicontact_1@hubspot.com", "properties_engagements_last_meeting_booked": null, "properties_engagements_last_meeting_booked_campaign": null, "properties_engagements_last_meeting_booked_medium": null, "properties_engagements_last_meeting_booked_source": null, "properties_fax": null, "properties_field_of_study": null, "properties_first_conversion_date": null, "properties_first_conversion_event_name": null, "properties_first_deal_created_date": null, "properties_firstname": "test contact 1-1", "properties_gender": null, "properties_graduation_date": null, "properties_hs_additional_emails": "testingapis@hubspot.com", "properties_hs_all_accessible_team_ids": null, "properties_hs_all_contact_vids": "201;651", "properties_hs_all_owner_ids": null, "properties_hs_all_team_ids": null, "properties_hs_analytics_average_page_views": 0, "properties_hs_analytics_first_referrer": null, "properties_hs_analytics_first_timestamp": "2021-01-14T14:26:17.014000+00:00", "properties_hs_analytics_first_touch_converting_campaign": null, "properties_hs_analytics_first_url": null, "properties_hs_analytics_first_visit_timestamp": null, "properties_hs_analytics_last_referrer": null, "properties_hs_analytics_last_timestamp": null, "properties_hs_analytics_last_touch_converting_campaign": null, "properties_hs_analytics_last_url": null, "properties_hs_analytics_last_visit_timestamp": null, "properties_hs_analytics_num_event_completions": 0, "properties_hs_analytics_num_page_views": 0, "properties_hs_analytics_num_visits": 0, "properties_hs_analytics_revenue": 0.0, "properties_hs_analytics_source": "OFFLINE", "properties_hs_analytics_source_data_1": "API", "properties_hs_analytics_source_data_2": null, "properties_hs_avatar_filemanager_key": null, "properties_hs_buying_role": null, "properties_hs_calculated_form_submissions": null, "properties_hs_calculated_merged_vids": "201:1688758327178", "properties_hs_calculated_mobile_number": null, "properties_hs_calculated_phone_number": null, "properties_hs_calculated_phone_number_area_code": null, "properties_hs_calculated_phone_number_country_code": null, "properties_hs_calculated_phone_number_region_code": null, "properties_hs_clicked_linkedin_ad": null, "properties_hs_content_membership_email": null, "properties_hs_content_membership_email_confirmed": null, "properties_hs_content_membership_notes": null, "properties_hs_content_membership_registered_at": null, "properties_hs_content_membership_registration_domain_sent_to": null, "properties_hs_content_membership_registration_email_sent_at": null, "properties_hs_content_membership_status": null, "properties_hs_conversations_visitor_email": null, "properties_hs_count_is_unworked": null, "properties_hs_count_is_worked": null, "properties_hs_created_by_conversations": null, "properties_hs_created_by_user_id": null, "properties_hs_createdate": null, "properties_hs_date_entered_customer": null, "properties_hs_date_entered_evangelist": null, "properties_hs_date_entered_lead": null, "properties_hs_date_entered_marketingqualifiedlead": null, "properties_hs_date_entered_opportunity": null, "properties_hs_date_entered_other": null, "properties_hs_date_entered_salesqualifiedlead": null, "properties_hs_date_entered_subscriber": "2021-10-12T13:23:01.830000+00:00", "properties_hs_date_exited_customer": null, "properties_hs_date_exited_evangelist": null, "properties_hs_date_exited_lead": null, "properties_hs_date_exited_marketingqualifiedlead": null, "properties_hs_date_exited_opportunity": null, "properties_hs_date_exited_other": null, "properties_hs_date_exited_salesqualifiedlead": null, "properties_hs_date_exited_subscriber": null, "properties_hs_document_last_revisited": null, "properties_hs_email_bad_address": null, "properties_hs_email_bounce": null, "properties_hs_email_click": null, "properties_hs_email_customer_quarantined_reason": null, "properties_hs_email_delivered": null, "properties_hs_email_domain": "hubspot.com", "properties_hs_email_first_click_date": null, "properties_hs_email_first_open_date": null, "properties_hs_email_first_reply_date": null, "properties_hs_email_first_send_date": null, "properties_hs_email_hard_bounce_reason": null, "properties_hs_email_hard_bounce_reason_enum": "", "properties_hs_email_is_ineligible": null, "properties_hs_email_last_click_date": null, "properties_hs_email_last_email_name": null, "properties_hs_email_last_open_date": null, "properties_hs_email_last_reply_date": null, "properties_hs_email_last_send_date": null, "properties_hs_email_open": null, "properties_hs_email_optout": null, "properties_hs_email_optout_10798197": null, "properties_hs_email_optout_11890603": null, "properties_hs_email_optout_11890831": null, "properties_hs_email_optout_23704464": null, "properties_hs_email_optout_94692364": null, "properties_hs_email_quarantined": null, "properties_hs_email_quarantined_reason": null, "properties_hs_email_recipient_fatigue_recovery_time": null, "properties_hs_email_replied": null, "properties_hs_email_sends_since_last_engagement": null, "properties_hs_emailconfirmationstatus": null, "properties_hs_facebook_ad_clicked": null, "properties_hs_facebook_click_id": null, "properties_hs_feedback_last_nps_follow_up": null, "properties_hs_feedback_last_nps_rating": null, "properties_hs_feedback_last_survey_date": null, "properties_hs_feedback_show_nps_web_survey": null, "properties_hs_first_engagement_object_id": null, "properties_hs_first_outreach_date": null, "properties_hs_first_subscription_create_date": null, "properties_hs_google_click_id": null, "properties_hs_has_active_subscription": null, "properties_hs_ip_timezone": null, "properties_hs_is_contact": true, "properties_hs_is_unworked": true, "properties_hs_language": null, "properties_hs_last_sales_activity_date": null, "properties_hs_last_sales_activity_timestamp": null, "properties_hs_last_sales_activity_type": null, "properties_hs_lastmodifieddate": null, "properties_hs_latest_meeting_activity": null, "properties_hs_latest_sequence_ended_date": null, "properties_hs_latest_sequence_enrolled": null, "properties_hs_latest_sequence_enrolled_date": null, "properties_hs_latest_sequence_finished_date": null, "properties_hs_latest_sequence_unenrolled_date": null, "properties_hs_latest_source": "OFFLINE", "properties_hs_latest_source_data_1": "API", "properties_hs_latest_source_data_2": null, "properties_hs_latest_source_timestamp": "2021-01-14T14:26:17.081000+00:00", "properties_hs_latest_subscription_create_date": null, "properties_hs_lead_status": null, "properties_hs_legal_basis": null, "properties_hs_lifecyclestage_customer_date": null, "properties_hs_lifecyclestage_evangelist_date": null, "properties_hs_lifecyclestage_lead_date": null, "properties_hs_lifecyclestage_marketingqualifiedlead_date": null, "properties_hs_lifecyclestage_opportunity_date": null, "properties_hs_lifecyclestage_other_date": null, "properties_hs_lifecyclestage_salesqualifiedlead_date": null, "properties_hs_lifecyclestage_subscriber_date": "2021-10-12T13:23:01.830000+00:00", "properties_hs_linkedin_ad_clicked": null, "properties_hs_marketable_reason_id": null, "properties_hs_marketable_reason_type": null, "properties_hs_marketable_status": "false", "properties_hs_marketable_until_renewal": "false", "properties_hs_merged_object_ids": "201", "properties_hs_object_id": 651, "properties_hs_object_source": null, "properties_hs_object_source_id": null, "properties_hs_object_source_user_id": null, "properties_hs_persona": null, "properties_hs_pinned_engagement_id": null, "properties_hs_pipeline": "contacts-lifecycle-pipeline", "properties_hs_predictivecontactscore": null, "properties_hs_predictivecontactscore_v2": 0.32, "properties_hs_predictivecontactscorebucket": null, "properties_hs_predictivescoringtier": "tier_2", "properties_hs_read_only": null, "properties_hs_sa_first_engagement_date": null, "properties_hs_sa_first_engagement_descr": null, "properties_hs_sa_first_engagement_object_type": null, "properties_hs_sales_email_last_clicked": null, "properties_hs_sales_email_last_opened": null, "properties_hs_sales_email_last_replied": null, "properties_hs_searchable_calculated_international_mobile_number": null, "properties_hs_searchable_calculated_international_phone_number": null, "properties_hs_searchable_calculated_mobile_number": null, "properties_hs_searchable_calculated_phone_number": "5551222323", "properties_hs_sequences_actively_enrolled_count": 0, "properties_hs_sequences_enrolled_count": null, "properties_hs_sequences_is_enrolled": null, "properties_hs_testpurge": null, "properties_hs_testrollback": null, "properties_hs_time_between_contact_creation_and_deal_close": null, "properties_hs_time_between_contact_creation_and_deal_creation": null, "properties_hs_time_in_customer": null, "properties_hs_time_in_evangelist": null, "properties_hs_time_in_lead": null, "properties_hs_time_in_marketingqualifiedlead": null, "properties_hs_time_in_opportunity": null, "properties_hs_time_in_other": null, "properties_hs_time_in_salesqualifiedlead": null, "properties_hs_time_in_subscriber": 61601558885, "properties_hs_time_to_first_engagement": null, "properties_hs_time_to_move_from_lead_to_customer": null, "properties_hs_time_to_move_from_marketingqualifiedlead_to_customer": null, "properties_hs_time_to_move_from_opportunity_to_customer": null, "properties_hs_time_to_move_from_salesqualifiedlead_to_customer": null, "properties_hs_time_to_move_from_subscriber_to_customer": null, "properties_hs_timezone": null, "properties_hs_unique_creation_key": null, "properties_hs_updated_by_user_id": 12282590, "properties_hs_user_ids_of_all_notification_followers": null, "properties_hs_user_ids_of_all_notification_unfollowers": null, "properties_hs_user_ids_of_all_owners": null, "properties_hs_was_imported": null, "properties_hs_whatsapp_phone_number": null, "properties_hubspot_owner_assigneddate": null, "properties_hubspot_owner_id": null, "properties_hubspot_team_id": null, "properties_hubspotscore": null, "properties_industry": null, "properties_ip_city": null, "properties_ip_country": null, "properties_ip_country_code": null, "properties_ip_latlon": null, "properties_ip_state": null, "properties_ip_state_code": null, "properties_ip_zipcode": null, "properties_job_function": null, "properties_jobtitle": null, "properties_lastmodifieddate": "2023-09-07T03:58:11.409000+00:00", "properties_lastname": "testerson number 1", "properties_lifecyclestage": "subscriber", "properties_marital_status": null, "properties_message": null, "properties_military_status": null, "properties_mobilephone": null, "properties_my_custom_test_property": null, "properties_notes_last_contacted": null, "properties_notes_last_updated": null, "properties_notes_next_activity_date": null, "properties_num_associated_deals": null, "properties_num_contacted_notes": null, "properties_num_conversion_events": 0, "properties_num_notes": null, "properties_num_unique_conversion_events": 0, "properties_numemployees": null, "properties_phone": "555-122-2323", "properties_recent_conversion_date": null, "properties_recent_conversion_event_name": null, "properties_recent_deal_amount": null, "properties_recent_deal_close_date": null, "properties_relationship_status": null, "properties_salutation": null, "properties_school": null, "properties_seniority": null, "properties_start_date": null, "properties_state": "MA", "properties_surveymonkeyeventlastupdated": null, "properties_test": null, "properties_total_revenue": null, "properties_twitterhandle": null, "properties_webinareventlastupdated": null, "properties_website": "http://hubspot.com", "properties_work_email": null, "properties_zip": "02139"}, "emitted_at": 1695646540945} +{"stream": "contacts", "data": {"id": "2501", "properties": {"address": null, "annualrevenue": null, "associatedcompanyid": null, "associatedcompanylastupdated": null, "city": null, "closedate": null, "company": null, "company_size": null, "country": null, "createdate": "2023-01-30T23:17:09.904000+00:00", "currentlyinworkflow": null, "date_of_birth": null, "days_to_close": null, "degree": null, "email": "test@test.com", "engagements_last_meeting_booked": null, "engagements_last_meeting_booked_campaign": null, "engagements_last_meeting_booked_medium": null, "engagements_last_meeting_booked_source": null, "fax": null, "field_of_study": null, "first_conversion_date": null, "first_conversion_event_name": null, "first_deal_created_date": null, "firstname": "test", "gender": null, "graduation_date": null, "hs_additional_emails": null, "hs_all_accessible_team_ids": null, "hs_all_contact_vids": "2501", "hs_all_owner_ids": "", "hs_all_team_ids": null, "hs_analytics_average_page_views": 0, "hs_analytics_first_referrer": null, "hs_analytics_first_timestamp": "2023-01-30T23:17:09.904000+00:00", "hs_analytics_first_touch_converting_campaign": null, "hs_analytics_first_url": null, "hs_analytics_first_visit_timestamp": null, "hs_analytics_last_referrer": null, "hs_analytics_last_timestamp": null, "hs_analytics_last_touch_converting_campaign": null, "hs_analytics_last_url": null, "hs_analytics_last_visit_timestamp": null, "hs_analytics_num_event_completions": 0, "hs_analytics_num_page_views": 0, "hs_analytics_num_visits": 0, "hs_analytics_revenue": 0.0, "hs_analytics_source": "OFFLINE", "hs_analytics_source_data_1": "CRM_UI", "hs_analytics_source_data_2": "userId:12282590", "hs_avatar_filemanager_key": null, "hs_buying_role": null, "hs_calculated_form_submissions": null, "hs_calculated_merged_vids": null, "hs_calculated_mobile_number": null, "hs_calculated_phone_number": "+555555555555", "hs_calculated_phone_number_area_code": null, "hs_calculated_phone_number_country_code": "BR", "hs_calculated_phone_number_region_code": null, "hs_clicked_linkedin_ad": null, "hs_content_membership_email": null, "hs_content_membership_email_confirmed": null, "hs_content_membership_notes": null, "hs_content_membership_registered_at": null, "hs_content_membership_registration_domain_sent_to": null, "hs_content_membership_registration_email_sent_at": null, "hs_content_membership_status": null, "hs_conversations_visitor_email": null, "hs_count_is_unworked": null, "hs_count_is_worked": null, "hs_created_by_conversations": null, "hs_created_by_user_id": 12282590, "hs_createdate": null, "hs_date_entered_customer": null, "hs_date_entered_evangelist": null, "hs_date_entered_lead": "2023-01-30T23:17:09.904000+00:00", "hs_date_entered_marketingqualifiedlead": null, "hs_date_entered_opportunity": "2023-01-31T00:31:07.832000+00:00", "hs_date_entered_other": null, "hs_date_entered_salesqualifiedlead": null, "hs_date_entered_subscriber": null, "hs_date_exited_customer": null, "hs_date_exited_evangelist": null, "hs_date_exited_lead": "2023-01-31T00:31:07.832000+00:00", "hs_date_exited_marketingqualifiedlead": null, "hs_date_exited_opportunity": null, "hs_date_exited_other": null, "hs_date_exited_salesqualifiedlead": null, "hs_date_exited_subscriber": null, "hs_document_last_revisited": null, "hs_email_bad_address": null, "hs_email_bounce": null, "hs_email_click": null, "hs_email_customer_quarantined_reason": null, "hs_email_delivered": null, "hs_email_domain": "test.com", "hs_email_first_click_date": null, "hs_email_first_open_date": null, "hs_email_first_reply_date": null, "hs_email_first_send_date": null, "hs_email_hard_bounce_reason": null, "hs_email_hard_bounce_reason_enum": null, "hs_email_is_ineligible": null, "hs_email_last_click_date": null, "hs_email_last_email_name": null, "hs_email_last_open_date": null, "hs_email_last_reply_date": null, "hs_email_last_send_date": null, "hs_email_open": null, "hs_email_optout": null, "hs_email_optout_10798197": null, "hs_email_optout_11890603": null, "hs_email_optout_11890831": null, "hs_email_optout_23704464": null, "hs_email_optout_94692364": null, "hs_email_quarantined": null, "hs_email_quarantined_reason": null, "hs_email_recipient_fatigue_recovery_time": null, "hs_email_replied": null, "hs_email_sends_since_last_engagement": null, "hs_emailconfirmationstatus": null, "hs_facebook_ad_clicked": null, "hs_facebook_click_id": null, "hs_feedback_last_nps_follow_up": null, "hs_feedback_last_nps_rating": null, "hs_feedback_last_survey_date": null, "hs_feedback_show_nps_web_survey": null, "hs_first_engagement_object_id": null, "hs_first_outreach_date": null, "hs_first_subscription_create_date": null, "hs_google_click_id": null, "hs_has_active_subscription": null, "hs_ip_timezone": null, "hs_is_contact": true, "hs_is_unworked": true, "hs_language": null, "hs_last_sales_activity_date": null, "hs_last_sales_activity_timestamp": null, "hs_last_sales_activity_type": null, "hs_lastmodifieddate": null, "hs_latest_meeting_activity": null, "hs_latest_sequence_ended_date": null, "hs_latest_sequence_enrolled": null, "hs_latest_sequence_enrolled_date": null, "hs_latest_sequence_finished_date": null, "hs_latest_sequence_unenrolled_date": null, "hs_latest_source": "OFFLINE", "hs_latest_source_data_1": "CRM_UI", "hs_latest_source_data_2": "userId:12282590", "hs_latest_source_timestamp": "2023-01-30T23:17:10.053000+00:00", "hs_latest_subscription_create_date": null, "hs_lead_status": null, "hs_legal_basis": "Legitimate interest \u2013 prospect/lead", "hs_lifecyclestage_customer_date": null, "hs_lifecyclestage_evangelist_date": null, "hs_lifecyclestage_lead_date": "2023-01-30T23:17:09.904000+00:00", "hs_lifecyclestage_marketingqualifiedlead_date": null, "hs_lifecyclestage_opportunity_date": "2023-01-31T00:31:07.832000+00:00", "hs_lifecyclestage_other_date": null, "hs_lifecyclestage_salesqualifiedlead_date": null, "hs_lifecyclestage_subscriber_date": null, "hs_linkedin_ad_clicked": null, "hs_marketable_reason_id": null, "hs_marketable_reason_type": null, "hs_marketable_status": "false", "hs_marketable_until_renewal": "false", "hs_merged_object_ids": null, "hs_object_id": 2501, "hs_object_source": null, "hs_object_source_id": null, "hs_object_source_user_id": null, "hs_persona": null, "hs_pinned_engagement_id": null, "hs_pipeline": "contacts-lifecycle-pipeline", "hs_predictivecontactscore": null, "hs_predictivecontactscore_v2": 1.22, "hs_predictivecontactscorebucket": null, "hs_predictivescoringtier": "tier_1", "hs_read_only": null, "hs_sa_first_engagement_date": null, "hs_sa_first_engagement_descr": null, "hs_sa_first_engagement_object_type": null, "hs_sales_email_last_clicked": null, "hs_sales_email_last_opened": null, "hs_sales_email_last_replied": null, "hs_searchable_calculated_international_mobile_number": null, "hs_searchable_calculated_international_phone_number": null, "hs_searchable_calculated_mobile_number": null, "hs_searchable_calculated_phone_number": "5555555555", "hs_sequences_actively_enrolled_count": 0, "hs_sequences_enrolled_count": null, "hs_sequences_is_enrolled": null, "hs_testpurge": null, "hs_testrollback": null, "hs_time_between_contact_creation_and_deal_close": null, "hs_time_between_contact_creation_and_deal_creation": null, "hs_time_in_customer": null, "hs_time_in_evangelist": null, "hs_time_in_lead": 4437928, "hs_time_in_marketingqualifiedlead": null, "hs_time_in_opportunity": 20521472882, "hs_time_in_other": null, "hs_time_in_salesqualifiedlead": null, "hs_time_in_subscriber": null, "hs_time_to_first_engagement": null, "hs_time_to_move_from_lead_to_customer": null, "hs_time_to_move_from_marketingqualifiedlead_to_customer": null, "hs_time_to_move_from_opportunity_to_customer": null, "hs_time_to_move_from_salesqualifiedlead_to_customer": null, "hs_time_to_move_from_subscriber_to_customer": null, "hs_timezone": null, "hs_unique_creation_key": null, "hs_updated_by_user_id": 12282590, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": "", "hs_was_imported": null, "hs_whatsapp_phone_number": null, "hubspot_owner_assigneddate": null, "hubspot_owner_id": "", "hubspot_team_id": null, "hubspotscore": null, "industry": null, "ip_city": null, "ip_country": null, "ip_country_code": null, "ip_latlon": null, "ip_state": null, "ip_state_code": null, "ip_zipcode": null, "job_function": null, "jobtitle": null, "lastmodifieddate": "2023-09-25T11:19:08.744000+00:00", "lastname": "test", "lifecyclestage": "opportunity", "marital_status": null, "message": null, "military_status": null, "mobilephone": null, "my_custom_test_property": null, "notes_last_contacted": null, "notes_last_updated": null, "notes_next_activity_date": null, "num_associated_deals": null, "num_contacted_notes": null, "num_conversion_events": 0, "num_notes": null, "num_unique_conversion_events": 0, "numemployees": null, "phone": "+555555555555", "recent_conversion_date": null, "recent_conversion_event_name": null, "recent_deal_amount": null, "recent_deal_close_date": null, "relationship_status": null, "salutation": null, "school": null, "seniority": null, "start_date": null, "state": null, "surveymonkeyeventlastupdated": null, "test": null, "total_revenue": null, "twitterhandle": null, "webinareventlastupdated": null, "website": null, "work_email": null, "zip": null}, "createdAt": "2023-01-30T23:17:09.904Z", "updatedAt": "2023-09-25T11:19:08.744Z", "archived": false, "properties_address": null, "properties_annualrevenue": null, "properties_associatedcompanyid": null, "properties_associatedcompanylastupdated": null, "properties_city": null, "properties_closedate": null, "properties_company": null, "properties_company_size": null, "properties_country": null, "properties_createdate": "2023-01-30T23:17:09.904000+00:00", "properties_currentlyinworkflow": null, "properties_date_of_birth": null, "properties_days_to_close": null, "properties_degree": null, "properties_email": "test@test.com", "properties_engagements_last_meeting_booked": null, "properties_engagements_last_meeting_booked_campaign": null, "properties_engagements_last_meeting_booked_medium": null, "properties_engagements_last_meeting_booked_source": null, "properties_fax": null, "properties_field_of_study": null, "properties_first_conversion_date": null, "properties_first_conversion_event_name": null, "properties_first_deal_created_date": null, "properties_firstname": "test", "properties_gender": null, "properties_graduation_date": null, "properties_hs_additional_emails": null, "properties_hs_all_accessible_team_ids": null, "properties_hs_all_contact_vids": "2501", "properties_hs_all_owner_ids": "", "properties_hs_all_team_ids": null, "properties_hs_analytics_average_page_views": 0, "properties_hs_analytics_first_referrer": null, "properties_hs_analytics_first_timestamp": "2023-01-30T23:17:09.904000+00:00", "properties_hs_analytics_first_touch_converting_campaign": null, "properties_hs_analytics_first_url": null, "properties_hs_analytics_first_visit_timestamp": null, "properties_hs_analytics_last_referrer": null, "properties_hs_analytics_last_timestamp": null, "properties_hs_analytics_last_touch_converting_campaign": null, "properties_hs_analytics_last_url": null, "properties_hs_analytics_last_visit_timestamp": null, "properties_hs_analytics_num_event_completions": 0, "properties_hs_analytics_num_page_views": 0, "properties_hs_analytics_num_visits": 0, "properties_hs_analytics_revenue": 0.0, "properties_hs_analytics_source": "OFFLINE", "properties_hs_analytics_source_data_1": "CRM_UI", "properties_hs_analytics_source_data_2": "userId:12282590", "properties_hs_avatar_filemanager_key": null, "properties_hs_buying_role": null, "properties_hs_calculated_form_submissions": null, "properties_hs_calculated_merged_vids": null, "properties_hs_calculated_mobile_number": null, "properties_hs_calculated_phone_number": "+555555555555", "properties_hs_calculated_phone_number_area_code": null, "properties_hs_calculated_phone_number_country_code": "BR", "properties_hs_calculated_phone_number_region_code": null, "properties_hs_clicked_linkedin_ad": null, "properties_hs_content_membership_email": null, "properties_hs_content_membership_email_confirmed": null, "properties_hs_content_membership_notes": null, "properties_hs_content_membership_registered_at": null, "properties_hs_content_membership_registration_domain_sent_to": null, "properties_hs_content_membership_registration_email_sent_at": null, "properties_hs_content_membership_status": null, "properties_hs_conversations_visitor_email": null, "properties_hs_count_is_unworked": null, "properties_hs_count_is_worked": null, "properties_hs_created_by_conversations": null, "properties_hs_created_by_user_id": 12282590, "properties_hs_createdate": null, "properties_hs_date_entered_customer": null, "properties_hs_date_entered_evangelist": null, "properties_hs_date_entered_lead": "2023-01-30T23:17:09.904000+00:00", "properties_hs_date_entered_marketingqualifiedlead": null, "properties_hs_date_entered_opportunity": "2023-01-31T00:31:07.832000+00:00", "properties_hs_date_entered_other": null, "properties_hs_date_entered_salesqualifiedlead": null, "properties_hs_date_entered_subscriber": null, "properties_hs_date_exited_customer": null, "properties_hs_date_exited_evangelist": null, "properties_hs_date_exited_lead": "2023-01-31T00:31:07.832000+00:00", "properties_hs_date_exited_marketingqualifiedlead": null, "properties_hs_date_exited_opportunity": null, "properties_hs_date_exited_other": null, "properties_hs_date_exited_salesqualifiedlead": null, "properties_hs_date_exited_subscriber": null, "properties_hs_document_last_revisited": null, "properties_hs_email_bad_address": null, "properties_hs_email_bounce": null, "properties_hs_email_click": null, "properties_hs_email_customer_quarantined_reason": null, "properties_hs_email_delivered": null, "properties_hs_email_domain": "test.com", "properties_hs_email_first_click_date": null, "properties_hs_email_first_open_date": null, "properties_hs_email_first_reply_date": null, "properties_hs_email_first_send_date": null, "properties_hs_email_hard_bounce_reason": null, "properties_hs_email_hard_bounce_reason_enum": null, "properties_hs_email_is_ineligible": null, "properties_hs_email_last_click_date": null, "properties_hs_email_last_email_name": null, "properties_hs_email_last_open_date": null, "properties_hs_email_last_reply_date": null, "properties_hs_email_last_send_date": null, "properties_hs_email_open": null, "properties_hs_email_optout": null, "properties_hs_email_optout_10798197": null, "properties_hs_email_optout_11890603": null, "properties_hs_email_optout_11890831": null, "properties_hs_email_optout_23704464": null, "properties_hs_email_optout_94692364": null, "properties_hs_email_quarantined": null, "properties_hs_email_quarantined_reason": null, "properties_hs_email_recipient_fatigue_recovery_time": null, "properties_hs_email_replied": null, "properties_hs_email_sends_since_last_engagement": null, "properties_hs_emailconfirmationstatus": null, "properties_hs_facebook_ad_clicked": null, "properties_hs_facebook_click_id": null, "properties_hs_feedback_last_nps_follow_up": null, "properties_hs_feedback_last_nps_rating": null, "properties_hs_feedback_last_survey_date": null, "properties_hs_feedback_show_nps_web_survey": null, "properties_hs_first_engagement_object_id": null, "properties_hs_first_outreach_date": null, "properties_hs_first_subscription_create_date": null, "properties_hs_google_click_id": null, "properties_hs_has_active_subscription": null, "properties_hs_ip_timezone": null, "properties_hs_is_contact": true, "properties_hs_is_unworked": true, "properties_hs_language": null, "properties_hs_last_sales_activity_date": null, "properties_hs_last_sales_activity_timestamp": null, "properties_hs_last_sales_activity_type": null, "properties_hs_lastmodifieddate": null, "properties_hs_latest_meeting_activity": null, "properties_hs_latest_sequence_ended_date": null, "properties_hs_latest_sequence_enrolled": null, "properties_hs_latest_sequence_enrolled_date": null, "properties_hs_latest_sequence_finished_date": null, "properties_hs_latest_sequence_unenrolled_date": null, "properties_hs_latest_source": "OFFLINE", "properties_hs_latest_source_data_1": "CRM_UI", "properties_hs_latest_source_data_2": "userId:12282590", "properties_hs_latest_source_timestamp": "2023-01-30T23:17:10.053000+00:00", "properties_hs_latest_subscription_create_date": null, "properties_hs_lead_status": null, "properties_hs_legal_basis": "Legitimate interest \u2013 prospect/lead", "properties_hs_lifecyclestage_customer_date": null, "properties_hs_lifecyclestage_evangelist_date": null, "properties_hs_lifecyclestage_lead_date": "2023-01-30T23:17:09.904000+00:00", "properties_hs_lifecyclestage_marketingqualifiedlead_date": null, "properties_hs_lifecyclestage_opportunity_date": "2023-01-31T00:31:07.832000+00:00", "properties_hs_lifecyclestage_other_date": null, "properties_hs_lifecyclestage_salesqualifiedlead_date": null, "properties_hs_lifecyclestage_subscriber_date": null, "properties_hs_linkedin_ad_clicked": null, "properties_hs_marketable_reason_id": null, "properties_hs_marketable_reason_type": null, "properties_hs_marketable_status": "false", "properties_hs_marketable_until_renewal": "false", "properties_hs_merged_object_ids": null, "properties_hs_object_id": 2501, "properties_hs_object_source": null, "properties_hs_object_source_id": null, "properties_hs_object_source_user_id": null, "properties_hs_persona": null, "properties_hs_pinned_engagement_id": null, "properties_hs_pipeline": "contacts-lifecycle-pipeline", "properties_hs_predictivecontactscore": null, "properties_hs_predictivecontactscore_v2": 1.22, "properties_hs_predictivecontactscorebucket": null, "properties_hs_predictivescoringtier": "tier_1", "properties_hs_read_only": null, "properties_hs_sa_first_engagement_date": null, "properties_hs_sa_first_engagement_descr": null, "properties_hs_sa_first_engagement_object_type": null, "properties_hs_sales_email_last_clicked": null, "properties_hs_sales_email_last_opened": null, "properties_hs_sales_email_last_replied": null, "properties_hs_searchable_calculated_international_mobile_number": null, "properties_hs_searchable_calculated_international_phone_number": null, "properties_hs_searchable_calculated_mobile_number": null, "properties_hs_searchable_calculated_phone_number": "5555555555", "properties_hs_sequences_actively_enrolled_count": 0, "properties_hs_sequences_enrolled_count": null, "properties_hs_sequences_is_enrolled": null, "properties_hs_testpurge": null, "properties_hs_testrollback": null, "properties_hs_time_between_contact_creation_and_deal_close": null, "properties_hs_time_between_contact_creation_and_deal_creation": null, "properties_hs_time_in_customer": null, "properties_hs_time_in_evangelist": null, "properties_hs_time_in_lead": 4437928, "properties_hs_time_in_marketingqualifiedlead": null, "properties_hs_time_in_opportunity": 20521472882, "properties_hs_time_in_other": null, "properties_hs_time_in_salesqualifiedlead": null, "properties_hs_time_in_subscriber": null, "properties_hs_time_to_first_engagement": null, "properties_hs_time_to_move_from_lead_to_customer": null, "properties_hs_time_to_move_from_marketingqualifiedlead_to_customer": null, "properties_hs_time_to_move_from_opportunity_to_customer": null, "properties_hs_time_to_move_from_salesqualifiedlead_to_customer": null, "properties_hs_time_to_move_from_subscriber_to_customer": null, "properties_hs_timezone": null, "properties_hs_unique_creation_key": null, "properties_hs_updated_by_user_id": 12282590, "properties_hs_user_ids_of_all_notification_followers": null, "properties_hs_user_ids_of_all_notification_unfollowers": null, "properties_hs_user_ids_of_all_owners": "", "properties_hs_was_imported": null, "properties_hs_whatsapp_phone_number": null, "properties_hubspot_owner_assigneddate": null, "properties_hubspot_owner_id": "", "properties_hubspot_team_id": null, "properties_hubspotscore": null, "properties_industry": null, "properties_ip_city": null, "properties_ip_country": null, "properties_ip_country_code": null, "properties_ip_latlon": null, "properties_ip_state": null, "properties_ip_state_code": null, "properties_ip_zipcode": null, "properties_job_function": null, "properties_jobtitle": null, "properties_lastmodifieddate": "2023-09-25T11:19:08.744000+00:00", "properties_lastname": "test", "properties_lifecyclestage": "opportunity", "properties_marital_status": null, "properties_message": null, "properties_military_status": null, "properties_mobilephone": null, "properties_my_custom_test_property": null, "properties_notes_last_contacted": null, "properties_notes_last_updated": null, "properties_notes_next_activity_date": null, "properties_num_associated_deals": null, "properties_num_contacted_notes": null, "properties_num_conversion_events": 0, "properties_num_notes": null, "properties_num_unique_conversion_events": 0, "properties_numemployees": null, "properties_phone": "+555555555555", "properties_recent_conversion_date": null, "properties_recent_conversion_event_name": null, "properties_recent_deal_amount": null, "properties_recent_deal_close_date": null, "properties_relationship_status": null, "properties_salutation": null, "properties_school": null, "properties_seniority": null, "properties_start_date": null, "properties_state": null, "properties_surveymonkeyeventlastupdated": null, "properties_test": null, "properties_total_revenue": null, "properties_twitterhandle": null, "properties_webinareventlastupdated": null, "properties_website": null, "properties_work_email": null, "properties_zip": null}, "emitted_at": 1695646540946} +{"stream": "contacts", "data": {"id": "2551", "properties": {"address": null, "annualrevenue": null, "associatedcompanyid": null, "associatedcompanylastupdated": null, "city": null, "closedate": null, "company": null, "company_size": null, "country": null, "createdate": "2023-01-31T00:11:58.499000+00:00", "currentlyinworkflow": null, "date_of_birth": null, "days_to_close": null, "degree": null, "email": "test-integration-test-user-4@testmail.com", "engagements_last_meeting_booked": null, "engagements_last_meeting_booked_campaign": null, "engagements_last_meeting_booked_medium": null, "engagements_last_meeting_booked_source": null, "fax": null, "field_of_study": null, "first_conversion_date": null, "first_conversion_event_name": null, "first_deal_created_date": null, "firstname": null, "gender": null, "graduation_date": null, "hs_additional_emails": null, "hs_all_accessible_team_ids": null, "hs_all_contact_vids": "2551", "hs_all_owner_ids": "52550153", "hs_all_team_ids": null, "hs_analytics_average_page_views": 0, "hs_analytics_first_referrer": null, "hs_analytics_first_timestamp": "2023-01-31T00:11:58.499000+00:00", "hs_analytics_first_touch_converting_campaign": null, "hs_analytics_first_url": null, "hs_analytics_first_visit_timestamp": null, "hs_analytics_last_referrer": null, "hs_analytics_last_timestamp": null, "hs_analytics_last_touch_converting_campaign": null, "hs_analytics_last_url": null, "hs_analytics_last_visit_timestamp": null, "hs_analytics_num_event_completions": 0, "hs_analytics_num_page_views": 0, "hs_analytics_num_visits": 0, "hs_analytics_revenue": 0.0, "hs_analytics_source": "OFFLINE", "hs_analytics_source_data_1": "CRM_UI", "hs_analytics_source_data_2": "userId:12282590", "hs_avatar_filemanager_key": null, "hs_buying_role": null, "hs_calculated_form_submissions": null, "hs_calculated_merged_vids": null, "hs_calculated_mobile_number": null, "hs_calculated_phone_number": null, "hs_calculated_phone_number_area_code": null, "hs_calculated_phone_number_country_code": null, "hs_calculated_phone_number_region_code": null, "hs_clicked_linkedin_ad": null, "hs_content_membership_email": null, "hs_content_membership_email_confirmed": null, "hs_content_membership_notes": null, "hs_content_membership_registered_at": null, "hs_content_membership_registration_domain_sent_to": null, "hs_content_membership_registration_email_sent_at": null, "hs_content_membership_status": null, "hs_conversations_visitor_email": null, "hs_count_is_unworked": 1, "hs_count_is_worked": 0, "hs_created_by_conversations": null, "hs_created_by_user_id": 12282590, "hs_createdate": null, "hs_date_entered_customer": null, "hs_date_entered_evangelist": null, "hs_date_entered_lead": "2023-01-31T00:11:58.499000+00:00", "hs_date_entered_marketingqualifiedlead": null, "hs_date_entered_opportunity": null, "hs_date_entered_other": null, "hs_date_entered_salesqualifiedlead": null, "hs_date_entered_subscriber": null, "hs_date_exited_customer": null, "hs_date_exited_evangelist": null, "hs_date_exited_lead": null, "hs_date_exited_marketingqualifiedlead": null, "hs_date_exited_opportunity": null, "hs_date_exited_other": null, "hs_date_exited_salesqualifiedlead": null, "hs_date_exited_subscriber": null, "hs_document_last_revisited": null, "hs_email_bad_address": null, "hs_email_bounce": null, "hs_email_click": null, "hs_email_customer_quarantined_reason": null, "hs_email_delivered": null, "hs_email_domain": "testmail.com", "hs_email_first_click_date": null, "hs_email_first_open_date": null, "hs_email_first_reply_date": null, "hs_email_first_send_date": null, "hs_email_hard_bounce_reason": null, "hs_email_hard_bounce_reason_enum": null, "hs_email_is_ineligible": null, "hs_email_last_click_date": null, "hs_email_last_email_name": null, "hs_email_last_open_date": null, "hs_email_last_reply_date": null, "hs_email_last_send_date": null, "hs_email_open": null, "hs_email_optout": null, "hs_email_optout_10798197": null, "hs_email_optout_11890603": null, "hs_email_optout_11890831": null, "hs_email_optout_23704464": null, "hs_email_optout_94692364": null, "hs_email_quarantined": null, "hs_email_quarantined_reason": null, "hs_email_recipient_fatigue_recovery_time": null, "hs_email_replied": null, "hs_email_sends_since_last_engagement": null, "hs_emailconfirmationstatus": null, "hs_facebook_ad_clicked": null, "hs_facebook_click_id": null, "hs_feedback_last_nps_follow_up": null, "hs_feedback_last_nps_rating": null, "hs_feedback_last_survey_date": null, "hs_feedback_show_nps_web_survey": null, "hs_first_engagement_object_id": null, "hs_first_outreach_date": null, "hs_first_subscription_create_date": null, "hs_google_click_id": null, "hs_has_active_subscription": null, "hs_ip_timezone": null, "hs_is_contact": true, "hs_is_unworked": true, "hs_language": null, "hs_last_sales_activity_date": null, "hs_last_sales_activity_timestamp": null, "hs_last_sales_activity_type": null, "hs_lastmodifieddate": null, "hs_latest_meeting_activity": null, "hs_latest_sequence_ended_date": null, "hs_latest_sequence_enrolled": null, "hs_latest_sequence_enrolled_date": null, "hs_latest_sequence_finished_date": null, "hs_latest_sequence_unenrolled_date": null, "hs_latest_source": "OFFLINE", "hs_latest_source_data_1": "CRM_UI", "hs_latest_source_data_2": "userId:12282590", "hs_latest_source_timestamp": "2023-01-31T00:11:58.582000+00:00", "hs_latest_subscription_create_date": null, "hs_lead_status": null, "hs_legal_basis": "Legitimate interest \u2013 prospect/lead", "hs_lifecyclestage_customer_date": null, "hs_lifecyclestage_evangelist_date": null, "hs_lifecyclestage_lead_date": "2023-01-31T00:11:58.499000+00:00", "hs_lifecyclestage_marketingqualifiedlead_date": null, "hs_lifecyclestage_opportunity_date": null, "hs_lifecyclestage_other_date": null, "hs_lifecyclestage_salesqualifiedlead_date": null, "hs_lifecyclestage_subscriber_date": null, "hs_linkedin_ad_clicked": null, "hs_marketable_reason_id": null, "hs_marketable_reason_type": null, "hs_marketable_status": "false", "hs_marketable_until_renewal": "false", "hs_merged_object_ids": null, "hs_object_id": 2551, "hs_object_source": null, "hs_object_source_id": null, "hs_object_source_user_id": null, "hs_persona": null, "hs_pinned_engagement_id": null, "hs_pipeline": "contacts-lifecycle-pipeline", "hs_predictivecontactscore": null, "hs_predictivecontactscore_v2": 1.22, "hs_predictivecontactscorebucket": null, "hs_predictivescoringtier": "tier_1", "hs_read_only": null, "hs_sa_first_engagement_date": null, "hs_sa_first_engagement_descr": null, "hs_sa_first_engagement_object_type": null, "hs_sales_email_last_clicked": null, "hs_sales_email_last_opened": null, "hs_sales_email_last_replied": null, "hs_searchable_calculated_international_mobile_number": null, "hs_searchable_calculated_international_phone_number": null, "hs_searchable_calculated_mobile_number": null, "hs_searchable_calculated_phone_number": null, "hs_sequences_actively_enrolled_count": 0, "hs_sequences_enrolled_count": null, "hs_sequences_is_enrolled": null, "hs_testpurge": null, "hs_testrollback": null, "hs_time_between_contact_creation_and_deal_close": null, "hs_time_between_contact_creation_and_deal_creation": null, "hs_time_in_customer": null, "hs_time_in_evangelist": null, "hs_time_in_lead": 20522622215, "hs_time_in_marketingqualifiedlead": null, "hs_time_in_opportunity": null, "hs_time_in_other": null, "hs_time_in_salesqualifiedlead": null, "hs_time_in_subscriber": null, "hs_time_to_first_engagement": null, "hs_time_to_move_from_lead_to_customer": null, "hs_time_to_move_from_marketingqualifiedlead_to_customer": null, "hs_time_to_move_from_opportunity_to_customer": null, "hs_time_to_move_from_salesqualifiedlead_to_customer": null, "hs_time_to_move_from_subscriber_to_customer": null, "hs_timezone": null, "hs_unique_creation_key": null, "hs_updated_by_user_id": 12282590, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": "12282590", "hs_was_imported": null, "hs_whatsapp_phone_number": null, "hubspot_owner_assigneddate": "2023-01-31T00:20:40.680000+00:00", "hubspot_owner_id": "52550153", "hubspot_team_id": null, "hubspotscore": null, "industry": null, "ip_city": null, "ip_country": null, "ip_country_code": null, "ip_latlon": null, "ip_state": null, "ip_state_code": null, "ip_zipcode": null, "job_function": null, "jobtitle": null, "lastmodifieddate": "2023-09-25T11:24:18.379000+00:00", "lastname": null, "lifecyclestage": "lead", "marital_status": null, "message": null, "military_status": null, "mobilephone": null, "my_custom_test_property": null, "notes_last_contacted": null, "notes_last_updated": null, "notes_next_activity_date": null, "num_associated_deals": null, "num_contacted_notes": null, "num_conversion_events": 0, "num_notes": null, "num_unique_conversion_events": 0, "numemployees": null, "phone": null, "recent_conversion_date": null, "recent_conversion_event_name": null, "recent_deal_amount": null, "recent_deal_close_date": null, "relationship_status": null, "salutation": null, "school": null, "seniority": null, "start_date": null, "state": null, "surveymonkeyeventlastupdated": null, "test": null, "total_revenue": null, "twitterhandle": null, "webinareventlastupdated": null, "website": null, "work_email": null, "zip": null}, "createdAt": "2023-01-31T00:11:58.499Z", "updatedAt": "2023-09-25T11:24:18.379Z", "archived": false, "properties_address": null, "properties_annualrevenue": null, "properties_associatedcompanyid": null, "properties_associatedcompanylastupdated": null, "properties_city": null, "properties_closedate": null, "properties_company": null, "properties_company_size": null, "properties_country": null, "properties_createdate": "2023-01-31T00:11:58.499000+00:00", "properties_currentlyinworkflow": null, "properties_date_of_birth": null, "properties_days_to_close": null, "properties_degree": null, "properties_email": "test-integration-test-user-4@testmail.com", "properties_engagements_last_meeting_booked": null, "properties_engagements_last_meeting_booked_campaign": null, "properties_engagements_last_meeting_booked_medium": null, "properties_engagements_last_meeting_booked_source": null, "properties_fax": null, "properties_field_of_study": null, "properties_first_conversion_date": null, "properties_first_conversion_event_name": null, "properties_first_deal_created_date": null, "properties_firstname": null, "properties_gender": null, "properties_graduation_date": null, "properties_hs_additional_emails": null, "properties_hs_all_accessible_team_ids": null, "properties_hs_all_contact_vids": "2551", "properties_hs_all_owner_ids": "52550153", "properties_hs_all_team_ids": null, "properties_hs_analytics_average_page_views": 0, "properties_hs_analytics_first_referrer": null, "properties_hs_analytics_first_timestamp": "2023-01-31T00:11:58.499000+00:00", "properties_hs_analytics_first_touch_converting_campaign": null, "properties_hs_analytics_first_url": null, "properties_hs_analytics_first_visit_timestamp": null, "properties_hs_analytics_last_referrer": null, "properties_hs_analytics_last_timestamp": null, "properties_hs_analytics_last_touch_converting_campaign": null, "properties_hs_analytics_last_url": null, "properties_hs_analytics_last_visit_timestamp": null, "properties_hs_analytics_num_event_completions": 0, "properties_hs_analytics_num_page_views": 0, "properties_hs_analytics_num_visits": 0, "properties_hs_analytics_revenue": 0.0, "properties_hs_analytics_source": "OFFLINE", "properties_hs_analytics_source_data_1": "CRM_UI", "properties_hs_analytics_source_data_2": "userId:12282590", "properties_hs_avatar_filemanager_key": null, "properties_hs_buying_role": null, "properties_hs_calculated_form_submissions": null, "properties_hs_calculated_merged_vids": null, "properties_hs_calculated_mobile_number": null, "properties_hs_calculated_phone_number": null, "properties_hs_calculated_phone_number_area_code": null, "properties_hs_calculated_phone_number_country_code": null, "properties_hs_calculated_phone_number_region_code": null, "properties_hs_clicked_linkedin_ad": null, "properties_hs_content_membership_email": null, "properties_hs_content_membership_email_confirmed": null, "properties_hs_content_membership_notes": null, "properties_hs_content_membership_registered_at": null, "properties_hs_content_membership_registration_domain_sent_to": null, "properties_hs_content_membership_registration_email_sent_at": null, "properties_hs_content_membership_status": null, "properties_hs_conversations_visitor_email": null, "properties_hs_count_is_unworked": 1, "properties_hs_count_is_worked": 0, "properties_hs_created_by_conversations": null, "properties_hs_created_by_user_id": 12282590, "properties_hs_createdate": null, "properties_hs_date_entered_customer": null, "properties_hs_date_entered_evangelist": null, "properties_hs_date_entered_lead": "2023-01-31T00:11:58.499000+00:00", "properties_hs_date_entered_marketingqualifiedlead": null, "properties_hs_date_entered_opportunity": null, "properties_hs_date_entered_other": null, "properties_hs_date_entered_salesqualifiedlead": null, "properties_hs_date_entered_subscriber": null, "properties_hs_date_exited_customer": null, "properties_hs_date_exited_evangelist": null, "properties_hs_date_exited_lead": null, "properties_hs_date_exited_marketingqualifiedlead": null, "properties_hs_date_exited_opportunity": null, "properties_hs_date_exited_other": null, "properties_hs_date_exited_salesqualifiedlead": null, "properties_hs_date_exited_subscriber": null, "properties_hs_document_last_revisited": null, "properties_hs_email_bad_address": null, "properties_hs_email_bounce": null, "properties_hs_email_click": null, "properties_hs_email_customer_quarantined_reason": null, "properties_hs_email_delivered": null, "properties_hs_email_domain": "testmail.com", "properties_hs_email_first_click_date": null, "properties_hs_email_first_open_date": null, "properties_hs_email_first_reply_date": null, "properties_hs_email_first_send_date": null, "properties_hs_email_hard_bounce_reason": null, "properties_hs_email_hard_bounce_reason_enum": null, "properties_hs_email_is_ineligible": null, "properties_hs_email_last_click_date": null, "properties_hs_email_last_email_name": null, "properties_hs_email_last_open_date": null, "properties_hs_email_last_reply_date": null, "properties_hs_email_last_send_date": null, "properties_hs_email_open": null, "properties_hs_email_optout": null, "properties_hs_email_optout_10798197": null, "properties_hs_email_optout_11890603": null, "properties_hs_email_optout_11890831": null, "properties_hs_email_optout_23704464": null, "properties_hs_email_optout_94692364": null, "properties_hs_email_quarantined": null, "properties_hs_email_quarantined_reason": null, "properties_hs_email_recipient_fatigue_recovery_time": null, "properties_hs_email_replied": null, "properties_hs_email_sends_since_last_engagement": null, "properties_hs_emailconfirmationstatus": null, "properties_hs_facebook_ad_clicked": null, "properties_hs_facebook_click_id": null, "properties_hs_feedback_last_nps_follow_up": null, "properties_hs_feedback_last_nps_rating": null, "properties_hs_feedback_last_survey_date": null, "properties_hs_feedback_show_nps_web_survey": null, "properties_hs_first_engagement_object_id": null, "properties_hs_first_outreach_date": null, "properties_hs_first_subscription_create_date": null, "properties_hs_google_click_id": null, "properties_hs_has_active_subscription": null, "properties_hs_ip_timezone": null, "properties_hs_is_contact": true, "properties_hs_is_unworked": true, "properties_hs_language": null, "properties_hs_last_sales_activity_date": null, "properties_hs_last_sales_activity_timestamp": null, "properties_hs_last_sales_activity_type": null, "properties_hs_lastmodifieddate": null, "properties_hs_latest_meeting_activity": null, "properties_hs_latest_sequence_ended_date": null, "properties_hs_latest_sequence_enrolled": null, "properties_hs_latest_sequence_enrolled_date": null, "properties_hs_latest_sequence_finished_date": null, "properties_hs_latest_sequence_unenrolled_date": null, "properties_hs_latest_source": "OFFLINE", "properties_hs_latest_source_data_1": "CRM_UI", "properties_hs_latest_source_data_2": "userId:12282590", "properties_hs_latest_source_timestamp": "2023-01-31T00:11:58.582000+00:00", "properties_hs_latest_subscription_create_date": null, "properties_hs_lead_status": null, "properties_hs_legal_basis": "Legitimate interest \u2013 prospect/lead", "properties_hs_lifecyclestage_customer_date": null, "properties_hs_lifecyclestage_evangelist_date": null, "properties_hs_lifecyclestage_lead_date": "2023-01-31T00:11:58.499000+00:00", "properties_hs_lifecyclestage_marketingqualifiedlead_date": null, "properties_hs_lifecyclestage_opportunity_date": null, "properties_hs_lifecyclestage_other_date": null, "properties_hs_lifecyclestage_salesqualifiedlead_date": null, "properties_hs_lifecyclestage_subscriber_date": null, "properties_hs_linkedin_ad_clicked": null, "properties_hs_marketable_reason_id": null, "properties_hs_marketable_reason_type": null, "properties_hs_marketable_status": "false", "properties_hs_marketable_until_renewal": "false", "properties_hs_merged_object_ids": null, "properties_hs_object_id": 2551, "properties_hs_object_source": null, "properties_hs_object_source_id": null, "properties_hs_object_source_user_id": null, "properties_hs_persona": null, "properties_hs_pinned_engagement_id": null, "properties_hs_pipeline": "contacts-lifecycle-pipeline", "properties_hs_predictivecontactscore": null, "properties_hs_predictivecontactscore_v2": 1.22, "properties_hs_predictivecontactscorebucket": null, "properties_hs_predictivescoringtier": "tier_1", "properties_hs_read_only": null, "properties_hs_sa_first_engagement_date": null, "properties_hs_sa_first_engagement_descr": null, "properties_hs_sa_first_engagement_object_type": null, "properties_hs_sales_email_last_clicked": null, "properties_hs_sales_email_last_opened": null, "properties_hs_sales_email_last_replied": null, "properties_hs_searchable_calculated_international_mobile_number": null, "properties_hs_searchable_calculated_international_phone_number": null, "properties_hs_searchable_calculated_mobile_number": null, "properties_hs_searchable_calculated_phone_number": null, "properties_hs_sequences_actively_enrolled_count": 0, "properties_hs_sequences_enrolled_count": null, "properties_hs_sequences_is_enrolled": null, "properties_hs_testpurge": null, "properties_hs_testrollback": null, "properties_hs_time_between_contact_creation_and_deal_close": null, "properties_hs_time_between_contact_creation_and_deal_creation": null, "properties_hs_time_in_customer": null, "properties_hs_time_in_evangelist": null, "properties_hs_time_in_lead": 20522622215, "properties_hs_time_in_marketingqualifiedlead": null, "properties_hs_time_in_opportunity": null, "properties_hs_time_in_other": null, "properties_hs_time_in_salesqualifiedlead": null, "properties_hs_time_in_subscriber": null, "properties_hs_time_to_first_engagement": null, "properties_hs_time_to_move_from_lead_to_customer": null, "properties_hs_time_to_move_from_marketingqualifiedlead_to_customer": null, "properties_hs_time_to_move_from_opportunity_to_customer": null, "properties_hs_time_to_move_from_salesqualifiedlead_to_customer": null, "properties_hs_time_to_move_from_subscriber_to_customer": null, "properties_hs_timezone": null, "properties_hs_unique_creation_key": null, "properties_hs_updated_by_user_id": 12282590, "properties_hs_user_ids_of_all_notification_followers": null, "properties_hs_user_ids_of_all_notification_unfollowers": null, "properties_hs_user_ids_of_all_owners": "12282590", "properties_hs_was_imported": null, "properties_hs_whatsapp_phone_number": null, "properties_hubspot_owner_assigneddate": "2023-01-31T00:20:40.680000+00:00", "properties_hubspot_owner_id": "52550153", "properties_hubspot_team_id": null, "properties_hubspotscore": null, "properties_industry": null, "properties_ip_city": null, "properties_ip_country": null, "properties_ip_country_code": null, "properties_ip_latlon": null, "properties_ip_state": null, "properties_ip_state_code": null, "properties_ip_zipcode": null, "properties_job_function": null, "properties_jobtitle": null, "properties_lastmodifieddate": "2023-09-25T11:24:18.379000+00:00", "properties_lastname": null, "properties_lifecyclestage": "lead", "properties_marital_status": null, "properties_message": null, "properties_military_status": null, "properties_mobilephone": null, "properties_my_custom_test_property": null, "properties_notes_last_contacted": null, "properties_notes_last_updated": null, "properties_notes_next_activity_date": null, "properties_num_associated_deals": null, "properties_num_contacted_notes": null, "properties_num_conversion_events": 0, "properties_num_notes": null, "properties_num_unique_conversion_events": 0, "properties_numemployees": null, "properties_phone": null, "properties_recent_conversion_date": null, "properties_recent_conversion_event_name": null, "properties_recent_deal_amount": null, "properties_recent_deal_close_date": null, "properties_relationship_status": null, "properties_salutation": null, "properties_school": null, "properties_seniority": null, "properties_start_date": null, "properties_state": null, "properties_surveymonkeyeventlastupdated": null, "properties_test": null, "properties_total_revenue": null, "properties_twitterhandle": null, "properties_webinareventlastupdated": null, "properties_website": null, "properties_work_email": null, "properties_zip": null}, "emitted_at": 1695646540948} +{"stream": "contacts", "data": {"id": "2601", "properties": {"address": null, "annualrevenue": null, "associatedcompanyid": null, "associatedcompanylastupdated": null, "city": null, "closedate": null, "company": null, "company_size": null, "country": null, "createdate": "2023-02-01T13:08:49.766000+00:00", "currentlyinworkflow": null, "date_of_birth": null, "days_to_close": null, "degree": null, "email": "test.person@airbyte.com", "engagements_last_meeting_booked": null, "engagements_last_meeting_booked_campaign": null, "engagements_last_meeting_booked_medium": null, "engagements_last_meeting_booked_source": null, "fax": null, "field_of_study": null, "first_conversion_date": null, "first_conversion_event_name": null, "first_deal_created_date": null, "firstname": "TEST", "gender": null, "graduation_date": null, "hs_additional_emails": null, "hs_all_accessible_team_ids": null, "hs_all_contact_vids": "2601", "hs_all_owner_ids": "52550153", "hs_all_team_ids": null, "hs_analytics_average_page_views": 0, "hs_analytics_first_referrer": null, "hs_analytics_first_timestamp": "2023-02-01T13:08:49.735000+00:00", "hs_analytics_first_touch_converting_campaign": null, "hs_analytics_first_url": null, "hs_analytics_first_visit_timestamp": null, "hs_analytics_last_referrer": null, "hs_analytics_last_timestamp": null, "hs_analytics_last_touch_converting_campaign": null, "hs_analytics_last_url": null, "hs_analytics_last_visit_timestamp": null, "hs_analytics_num_event_completions": 0, "hs_analytics_num_page_views": 0, "hs_analytics_num_visits": 0, "hs_analytics_revenue": 0.0, "hs_analytics_source": "OFFLINE", "hs_analytics_source_data_1": "CRM_UI", "hs_analytics_source_data_2": "userId:12282590", "hs_avatar_filemanager_key": null, "hs_buying_role": null, "hs_calculated_form_submissions": null, "hs_calculated_merged_vids": null, "hs_calculated_mobile_number": null, "hs_calculated_phone_number": null, "hs_calculated_phone_number_area_code": null, "hs_calculated_phone_number_country_code": null, "hs_calculated_phone_number_region_code": null, "hs_clicked_linkedin_ad": null, "hs_content_membership_email": null, "hs_content_membership_email_confirmed": null, "hs_content_membership_notes": null, "hs_content_membership_registered_at": null, "hs_content_membership_registration_domain_sent_to": null, "hs_content_membership_registration_email_sent_at": null, "hs_content_membership_status": null, "hs_conversations_visitor_email": null, "hs_count_is_unworked": 1, "hs_count_is_worked": 0, "hs_created_by_conversations": null, "hs_created_by_user_id": 12282590, "hs_createdate": null, "hs_date_entered_customer": null, "hs_date_entered_evangelist": null, "hs_date_entered_lead": "2023-02-01T13:08:49.735000+00:00", "hs_date_entered_marketingqualifiedlead": null, "hs_date_entered_opportunity": null, "hs_date_entered_other": null, "hs_date_entered_salesqualifiedlead": null, "hs_date_entered_subscriber": null, "hs_date_exited_customer": null, "hs_date_exited_evangelist": null, "hs_date_exited_lead": null, "hs_date_exited_marketingqualifiedlead": null, "hs_date_exited_opportunity": null, "hs_date_exited_other": null, "hs_date_exited_salesqualifiedlead": null, "hs_date_exited_subscriber": null, "hs_document_last_revisited": null, "hs_email_bad_address": null, "hs_email_bounce": null, "hs_email_click": null, "hs_email_customer_quarantined_reason": null, "hs_email_delivered": null, "hs_email_domain": "airbyte.com", "hs_email_first_click_date": null, "hs_email_first_open_date": null, "hs_email_first_reply_date": null, "hs_email_first_send_date": null, "hs_email_hard_bounce_reason": null, "hs_email_hard_bounce_reason_enum": null, "hs_email_is_ineligible": null, "hs_email_last_click_date": null, "hs_email_last_email_name": null, "hs_email_last_open_date": null, "hs_email_last_reply_date": null, "hs_email_last_send_date": null, "hs_email_open": null, "hs_email_optout": null, "hs_email_optout_10798197": null, "hs_email_optout_11890603": null, "hs_email_optout_11890831": null, "hs_email_optout_23704464": null, "hs_email_optout_94692364": null, "hs_email_quarantined": null, "hs_email_quarantined_reason": null, "hs_email_recipient_fatigue_recovery_time": null, "hs_email_replied": null, "hs_email_sends_since_last_engagement": null, "hs_emailconfirmationstatus": null, "hs_facebook_ad_clicked": null, "hs_facebook_click_id": null, "hs_feedback_last_nps_follow_up": null, "hs_feedback_last_nps_rating": null, "hs_feedback_last_survey_date": null, "hs_feedback_show_nps_web_survey": null, "hs_first_engagement_object_id": null, "hs_first_outreach_date": null, "hs_first_subscription_create_date": null, "hs_google_click_id": null, "hs_has_active_subscription": null, "hs_ip_timezone": null, "hs_is_contact": true, "hs_is_unworked": true, "hs_language": null, "hs_last_sales_activity_date": null, "hs_last_sales_activity_timestamp": null, "hs_last_sales_activity_type": null, "hs_lastmodifieddate": null, "hs_latest_meeting_activity": null, "hs_latest_sequence_ended_date": null, "hs_latest_sequence_enrolled": null, "hs_latest_sequence_enrolled_date": null, "hs_latest_sequence_finished_date": null, "hs_latest_sequence_unenrolled_date": null, "hs_latest_source": "OFFLINE", "hs_latest_source_data_1": "CRM_UI", "hs_latest_source_data_2": "userId:12282590", "hs_latest_source_timestamp": "2023-02-01T13:08:49.863000+00:00", "hs_latest_subscription_create_date": null, "hs_lead_status": null, "hs_legal_basis": "Performance of a contract", "hs_lifecyclestage_customer_date": null, "hs_lifecyclestage_evangelist_date": null, "hs_lifecyclestage_lead_date": "2023-02-01T13:08:49.735000+00:00", "hs_lifecyclestage_marketingqualifiedlead_date": null, "hs_lifecyclestage_opportunity_date": null, "hs_lifecyclestage_other_date": null, "hs_lifecyclestage_salesqualifiedlead_date": null, "hs_lifecyclestage_subscriber_date": null, "hs_linkedin_ad_clicked": null, "hs_marketable_reason_id": "12282590", "hs_marketable_reason_type": "USER_SET", "hs_marketable_status": "true", "hs_marketable_until_renewal": "false", "hs_merged_object_ids": null, "hs_object_id": 2601, "hs_object_source": null, "hs_object_source_id": null, "hs_object_source_user_id": null, "hs_persona": null, "hs_pinned_engagement_id": null, "hs_pipeline": "contacts-lifecycle-pipeline", "hs_predictivecontactscore": null, "hs_predictivecontactscore_v2": 1.0, "hs_predictivecontactscorebucket": null, "hs_predictivescoringtier": "tier_1", "hs_read_only": null, "hs_sa_first_engagement_date": null, "hs_sa_first_engagement_descr": null, "hs_sa_first_engagement_object_type": null, "hs_sales_email_last_clicked": null, "hs_sales_email_last_opened": null, "hs_sales_email_last_replied": null, "hs_searchable_calculated_international_mobile_number": null, "hs_searchable_calculated_international_phone_number": null, "hs_searchable_calculated_mobile_number": null, "hs_searchable_calculated_phone_number": null, "hs_sequences_actively_enrolled_count": 0, "hs_sequences_enrolled_count": null, "hs_sequences_is_enrolled": null, "hs_testpurge": null, "hs_testrollback": null, "hs_time_between_contact_creation_and_deal_close": null, "hs_time_between_contact_creation_and_deal_creation": null, "hs_time_in_customer": null, "hs_time_in_evangelist": null, "hs_time_in_lead": 20389610979, "hs_time_in_marketingqualifiedlead": null, "hs_time_in_opportunity": null, "hs_time_in_other": null, "hs_time_in_salesqualifiedlead": null, "hs_time_in_subscriber": null, "hs_time_to_first_engagement": null, "hs_time_to_move_from_lead_to_customer": null, "hs_time_to_move_from_marketingqualifiedlead_to_customer": null, "hs_time_to_move_from_opportunity_to_customer": null, "hs_time_to_move_from_salesqualifiedlead_to_customer": null, "hs_time_to_move_from_subscriber_to_customer": null, "hs_timezone": null, "hs_unique_creation_key": null, "hs_updated_by_user_id": 12282590, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, "hs_user_ids_of_all_owners": "12282590", "hs_was_imported": null, "hs_whatsapp_phone_number": null, "hubspot_owner_assigneddate": "2023-02-01T13:08:49.735000+00:00", "hubspot_owner_id": "52550153", "hubspot_team_id": null, "hubspotscore": null, "industry": null, "ip_city": null, "ip_country": null, "ip_country_code": null, "ip_latlon": null, "ip_state": null, "ip_state_code": null, "ip_zipcode": null, "job_function": null, "jobtitle": null, "lastmodifieddate": "2023-09-25T11:25:31.461000+00:00", "lastname": "TEST", "lifecyclestage": "lead", "marital_status": null, "message": null, "military_status": null, "mobilephone": null, "my_custom_test_property": null, "notes_last_contacted": null, "notes_last_updated": null, "notes_next_activity_date": null, "num_associated_deals": null, "num_contacted_notes": null, "num_conversion_events": 0, "num_notes": null, "num_unique_conversion_events": 0, "numemployees": null, "phone": null, "recent_conversion_date": null, "recent_conversion_event_name": null, "recent_deal_amount": null, "recent_deal_close_date": null, "relationship_status": null, "salutation": null, "school": null, "seniority": null, "start_date": null, "state": null, "surveymonkeyeventlastupdated": null, "test": null, "total_revenue": null, "twitterhandle": null, "webinareventlastupdated": null, "website": null, "work_email": null, "zip": null}, "createdAt": "2023-02-01T13:08:49.766Z", "updatedAt": "2023-09-25T11:25:31.461Z", "archived": false, "properties_address": null, "properties_annualrevenue": null, "properties_associatedcompanyid": null, "properties_associatedcompanylastupdated": null, "properties_city": null, "properties_closedate": null, "properties_company": null, "properties_company_size": null, "properties_country": null, "properties_createdate": "2023-02-01T13:08:49.766000+00:00", "properties_currentlyinworkflow": null, "properties_date_of_birth": null, "properties_days_to_close": null, "properties_degree": null, "properties_email": "test.person@airbyte.com", "properties_engagements_last_meeting_booked": null, "properties_engagements_last_meeting_booked_campaign": null, "properties_engagements_last_meeting_booked_medium": null, "properties_engagements_last_meeting_booked_source": null, "properties_fax": null, "properties_field_of_study": null, "properties_first_conversion_date": null, "properties_first_conversion_event_name": null, "properties_first_deal_created_date": null, "properties_firstname": "TEST", "properties_gender": null, "properties_graduation_date": null, "properties_hs_additional_emails": null, "properties_hs_all_accessible_team_ids": null, "properties_hs_all_contact_vids": "2601", "properties_hs_all_owner_ids": "52550153", "properties_hs_all_team_ids": null, "properties_hs_analytics_average_page_views": 0, "properties_hs_analytics_first_referrer": null, "properties_hs_analytics_first_timestamp": "2023-02-01T13:08:49.735000+00:00", "properties_hs_analytics_first_touch_converting_campaign": null, "properties_hs_analytics_first_url": null, "properties_hs_analytics_first_visit_timestamp": null, "properties_hs_analytics_last_referrer": null, "properties_hs_analytics_last_timestamp": null, "properties_hs_analytics_last_touch_converting_campaign": null, "properties_hs_analytics_last_url": null, "properties_hs_analytics_last_visit_timestamp": null, "properties_hs_analytics_num_event_completions": 0, "properties_hs_analytics_num_page_views": 0, "properties_hs_analytics_num_visits": 0, "properties_hs_analytics_revenue": 0.0, "properties_hs_analytics_source": "OFFLINE", "properties_hs_analytics_source_data_1": "CRM_UI", "properties_hs_analytics_source_data_2": "userId:12282590", "properties_hs_avatar_filemanager_key": null, "properties_hs_buying_role": null, "properties_hs_calculated_form_submissions": null, "properties_hs_calculated_merged_vids": null, "properties_hs_calculated_mobile_number": null, "properties_hs_calculated_phone_number": null, "properties_hs_calculated_phone_number_area_code": null, "properties_hs_calculated_phone_number_country_code": null, "properties_hs_calculated_phone_number_region_code": null, "properties_hs_clicked_linkedin_ad": null, "properties_hs_content_membership_email": null, "properties_hs_content_membership_email_confirmed": null, "properties_hs_content_membership_notes": null, "properties_hs_content_membership_registered_at": null, "properties_hs_content_membership_registration_domain_sent_to": null, "properties_hs_content_membership_registration_email_sent_at": null, "properties_hs_content_membership_status": null, "properties_hs_conversations_visitor_email": null, "properties_hs_count_is_unworked": 1, "properties_hs_count_is_worked": 0, "properties_hs_created_by_conversations": null, "properties_hs_created_by_user_id": 12282590, "properties_hs_createdate": null, "properties_hs_date_entered_customer": null, "properties_hs_date_entered_evangelist": null, "properties_hs_date_entered_lead": "2023-02-01T13:08:49.735000+00:00", "properties_hs_date_entered_marketingqualifiedlead": null, "properties_hs_date_entered_opportunity": null, "properties_hs_date_entered_other": null, "properties_hs_date_entered_salesqualifiedlead": null, "properties_hs_date_entered_subscriber": null, "properties_hs_date_exited_customer": null, "properties_hs_date_exited_evangelist": null, "properties_hs_date_exited_lead": null, "properties_hs_date_exited_marketingqualifiedlead": null, "properties_hs_date_exited_opportunity": null, "properties_hs_date_exited_other": null, "properties_hs_date_exited_salesqualifiedlead": null, "properties_hs_date_exited_subscriber": null, "properties_hs_document_last_revisited": null, "properties_hs_email_bad_address": null, "properties_hs_email_bounce": null, "properties_hs_email_click": null, "properties_hs_email_customer_quarantined_reason": null, "properties_hs_email_delivered": null, "properties_hs_email_domain": "airbyte.com", "properties_hs_email_first_click_date": null, "properties_hs_email_first_open_date": null, "properties_hs_email_first_reply_date": null, "properties_hs_email_first_send_date": null, "properties_hs_email_hard_bounce_reason": null, "properties_hs_email_hard_bounce_reason_enum": null, "properties_hs_email_is_ineligible": null, "properties_hs_email_last_click_date": null, "properties_hs_email_last_email_name": null, "properties_hs_email_last_open_date": null, "properties_hs_email_last_reply_date": null, "properties_hs_email_last_send_date": null, "properties_hs_email_open": null, "properties_hs_email_optout": null, "properties_hs_email_optout_10798197": null, "properties_hs_email_optout_11890603": null, "properties_hs_email_optout_11890831": null, "properties_hs_email_optout_23704464": null, "properties_hs_email_optout_94692364": null, "properties_hs_email_quarantined": null, "properties_hs_email_quarantined_reason": null, "properties_hs_email_recipient_fatigue_recovery_time": null, "properties_hs_email_replied": null, "properties_hs_email_sends_since_last_engagement": null, "properties_hs_emailconfirmationstatus": null, "properties_hs_facebook_ad_clicked": null, "properties_hs_facebook_click_id": null, "properties_hs_feedback_last_nps_follow_up": null, "properties_hs_feedback_last_nps_rating": null, "properties_hs_feedback_last_survey_date": null, "properties_hs_feedback_show_nps_web_survey": null, "properties_hs_first_engagement_object_id": null, "properties_hs_first_outreach_date": null, "properties_hs_first_subscription_create_date": null, "properties_hs_google_click_id": null, "properties_hs_has_active_subscription": null, "properties_hs_ip_timezone": null, "properties_hs_is_contact": true, "properties_hs_is_unworked": true, "properties_hs_language": null, "properties_hs_last_sales_activity_date": null, "properties_hs_last_sales_activity_timestamp": null, "properties_hs_last_sales_activity_type": null, "properties_hs_lastmodifieddate": null, "properties_hs_latest_meeting_activity": null, "properties_hs_latest_sequence_ended_date": null, "properties_hs_latest_sequence_enrolled": null, "properties_hs_latest_sequence_enrolled_date": null, "properties_hs_latest_sequence_finished_date": null, "properties_hs_latest_sequence_unenrolled_date": null, "properties_hs_latest_source": "OFFLINE", "properties_hs_latest_source_data_1": "CRM_UI", "properties_hs_latest_source_data_2": "userId:12282590", "properties_hs_latest_source_timestamp": "2023-02-01T13:08:49.863000+00:00", "properties_hs_latest_subscription_create_date": null, "properties_hs_lead_status": null, "properties_hs_legal_basis": "Performance of a contract", "properties_hs_lifecyclestage_customer_date": null, "properties_hs_lifecyclestage_evangelist_date": null, "properties_hs_lifecyclestage_lead_date": "2023-02-01T13:08:49.735000+00:00", "properties_hs_lifecyclestage_marketingqualifiedlead_date": null, "properties_hs_lifecyclestage_opportunity_date": null, "properties_hs_lifecyclestage_other_date": null, "properties_hs_lifecyclestage_salesqualifiedlead_date": null, "properties_hs_lifecyclestage_subscriber_date": null, "properties_hs_linkedin_ad_clicked": null, "properties_hs_marketable_reason_id": "12282590", "properties_hs_marketable_reason_type": "USER_SET", "properties_hs_marketable_status": "true", "properties_hs_marketable_until_renewal": "false", "properties_hs_merged_object_ids": null, "properties_hs_object_id": 2601, "properties_hs_object_source": null, "properties_hs_object_source_id": null, "properties_hs_object_source_user_id": null, "properties_hs_persona": null, "properties_hs_pinned_engagement_id": null, "properties_hs_pipeline": "contacts-lifecycle-pipeline", "properties_hs_predictivecontactscore": null, "properties_hs_predictivecontactscore_v2": 1.0, "properties_hs_predictivecontactscorebucket": null, "properties_hs_predictivescoringtier": "tier_1", "properties_hs_read_only": null, "properties_hs_sa_first_engagement_date": null, "properties_hs_sa_first_engagement_descr": null, "properties_hs_sa_first_engagement_object_type": null, "properties_hs_sales_email_last_clicked": null, "properties_hs_sales_email_last_opened": null, "properties_hs_sales_email_last_replied": null, "properties_hs_searchable_calculated_international_mobile_number": null, "properties_hs_searchable_calculated_international_phone_number": null, "properties_hs_searchable_calculated_mobile_number": null, "properties_hs_searchable_calculated_phone_number": null, "properties_hs_sequences_actively_enrolled_count": 0, "properties_hs_sequences_enrolled_count": null, "properties_hs_sequences_is_enrolled": null, "properties_hs_testpurge": null, "properties_hs_testrollback": null, "properties_hs_time_between_contact_creation_and_deal_close": null, "properties_hs_time_between_contact_creation_and_deal_creation": null, "properties_hs_time_in_customer": null, "properties_hs_time_in_evangelist": null, "properties_hs_time_in_lead": 20389610979, "properties_hs_time_in_marketingqualifiedlead": null, "properties_hs_time_in_opportunity": null, "properties_hs_time_in_other": null, "properties_hs_time_in_salesqualifiedlead": null, "properties_hs_time_in_subscriber": null, "properties_hs_time_to_first_engagement": null, "properties_hs_time_to_move_from_lead_to_customer": null, "properties_hs_time_to_move_from_marketingqualifiedlead_to_customer": null, "properties_hs_time_to_move_from_opportunity_to_customer": null, "properties_hs_time_to_move_from_salesqualifiedlead_to_customer": null, "properties_hs_time_to_move_from_subscriber_to_customer": null, "properties_hs_timezone": null, "properties_hs_unique_creation_key": null, "properties_hs_updated_by_user_id": 12282590, "properties_hs_user_ids_of_all_notification_followers": null, "properties_hs_user_ids_of_all_notification_unfollowers": null, "properties_hs_user_ids_of_all_owners": "12282590", "properties_hs_was_imported": null, "properties_hs_whatsapp_phone_number": null, "properties_hubspot_owner_assigneddate": "2023-02-01T13:08:49.735000+00:00", "properties_hubspot_owner_id": "52550153", "properties_hubspot_team_id": null, "properties_hubspotscore": null, "properties_industry": null, "properties_ip_city": null, "properties_ip_country": null, "properties_ip_country_code": null, "properties_ip_latlon": null, "properties_ip_state": null, "properties_ip_state_code": null, "properties_ip_zipcode": null, "properties_job_function": null, "properties_jobtitle": null, "properties_lastmodifieddate": "2023-09-25T11:25:31.461000+00:00", "properties_lastname": "TEST", "properties_lifecyclestage": "lead", "properties_marital_status": null, "properties_message": null, "properties_military_status": null, "properties_mobilephone": null, "properties_my_custom_test_property": null, "properties_notes_last_contacted": null, "properties_notes_last_updated": null, "properties_notes_next_activity_date": null, "properties_num_associated_deals": null, "properties_num_contacted_notes": null, "properties_num_conversion_events": 0, "properties_num_notes": null, "properties_num_unique_conversion_events": 0, "properties_numemployees": null, "properties_phone": null, "properties_recent_conversion_date": null, "properties_recent_conversion_event_name": null, "properties_recent_deal_amount": null, "properties_recent_deal_close_date": null, "properties_relationship_status": null, "properties_salutation": null, "properties_school": null, "properties_seniority": null, "properties_start_date": null, "properties_state": null, "properties_surveymonkeyeventlastupdated": null, "properties_test": null, "properties_total_revenue": null, "properties_twitterhandle": null, "properties_webinareventlastupdated": null, "properties_website": null, "properties_work_email": null, "properties_zip": null}, "emitted_at": 1695646540950} +{"stream": "contacts_list_memberships", "data": {"canonical-vid": 2501, "static-list-id": 60, "internal-list-id": 2147483643, "timestamp": 1675124235515, "vid": 2501, "is-member": true}, "emitted_at": 1695638321363} +{"stream": "contacts_list_memberships", "data": {"canonical-vid": 2501, "static-list-id": 61, "internal-list-id": 2147483643, "timestamp": 1675124259228, "vid": 2501, "is-member": true}, "emitted_at": 1695638321363} +{"stream": "contacts_list_memberships", "data": {"canonical-vid": 2501, "static-list-id": 166, "internal-list-id": 2147483643, "timestamp": 1675120848102, "vid": 2501, "is-member": true}, "emitted_at": 1695638321363} +{"stream":"deal_pipelines","data":{"label":"New Business Pipeline","displayOrder":3,"active":true,"stages":[{"label":"Initial Qualification","displayOrder":0,"metadata":{"isClosed":"false","probability":"0.1"},"stageId":"9567448","createdAt":1610635973956,"updatedAt":1680620354263,"active":true},{"label":"Success! Closed Won","displayOrder":2,"metadata":{"isClosed":"true","probability":"1.0"},"stageId":"customclosedwonstage","createdAt":1610635973956,"updatedAt":1680620354263,"active":true},{"label":"Negotiation","displayOrder":1,"metadata":{"isClosed":"false","probability":"0.5"},"stageId":"9567449","createdAt":1610635973956,"updatedAt":1680620354263,"active":true},{"label":"Closed Lost","displayOrder":3,"metadata":{"isClosed":"false","probability":"0.1"},"stageId":"66894120","createdAt":1680620354263,"updatedAt":1680620354263,"active":true}],"objectType":"DEAL","objectTypeId":"0-3","pipelineId":"b9152945-a594-4835-9676-a6f405fecd71","createdAt":1610635973956,"updatedAt":1680620354263,"default":false},"emitted_at":1695637428669} +{"stream":"deals","data":{"id":"4280411910","properties":{"amount":6,"amount_in_home_currency":6,"closed_lost_reason":null,"closed_won_reason":null,"closedate":"2014-08-31T00:00:00+00:00","createdate":"2021-02-22T14:01:11.762000+00:00","days_to_close":0,"dealname":"Test Deal 332","dealstage":"appointmentscheduled","dealtype":"newbusiness","description":"Test deal","engagements_last_meeting_booked":null,"engagements_last_meeting_booked_campaign":null,"engagements_last_meeting_booked_medium":null,"engagements_last_meeting_booked_source":null,"hs_acv":95,"hs_all_accessible_team_ids":null,"hs_all_collaborator_owner_ids":null,"hs_all_deal_split_owner_ids":null,"hs_all_owner_ids":"52550153","hs_all_team_ids":null,"hs_analytics_latest_source":null,"hs_analytics_latest_source_company":null,"hs_analytics_latest_source_contact":null,"hs_analytics_latest_source_data_1":null,"hs_analytics_latest_source_data_1_company":null,"hs_analytics_latest_source_data_1_contact":null,"hs_analytics_latest_source_data_2":null,"hs_analytics_latest_source_data_2_company":null,"hs_analytics_latest_source_data_2_contact":null,"hs_analytics_latest_source_timestamp":null,"hs_analytics_latest_source_timestamp_company":null,"hs_analytics_latest_source_timestamp_contact":null,"hs_analytics_source":null,"hs_analytics_source_data_1":null,"hs_analytics_source_data_2":null,"hs_arr":0,"hs_campaign":null,"hs_closed_amount":0,"hs_closed_amount_in_home_currency":0,"hs_closed_won_count":null,"hs_closed_won_date":null,"hs_created_by_user_id":null,"hs_createdate":"2021-02-22T14:01:11.762000+00:00","hs_date_entered_66894120":null,"hs_date_entered_9567448":null,"hs_date_entered_9567449":null,"hs_date_entered_appointmentscheduled":"2021-02-22T14:01:11.762000+00:00","hs_date_entered_closedlost":null,"hs_date_entered_closedwon":null,"hs_date_entered_contractsent":null,"hs_date_entered_customclosedwonstage":null,"hs_date_entered_decisionmakerboughtin":null,"hs_date_entered_presentationscheduled":null,"hs_date_entered_qualifiedtobuy":null,"hs_date_exited_66894120":null,"hs_date_exited_9567448":null,"hs_date_exited_9567449":null,"hs_date_exited_appointmentscheduled":null,"hs_date_exited_closedlost":null,"hs_date_exited_closedwon":null,"hs_date_exited_contractsent":null,"hs_date_exited_customclosedwonstage":null,"hs_date_exited_decisionmakerboughtin":null,"hs_date_exited_presentationscheduled":null,"hs_date_exited_qualifiedtobuy":null,"hs_days_to_close_raw":0,"hs_deal_amount_calculation_preference":null,"hs_deal_stage_probability":0.2,"hs_deal_stage_probability_shadow":null,"hs_exchange_rate":null,"hs_forecast_amount":6,"hs_forecast_probability":null,"hs_is_closed":false,"hs_is_closed_won":false,"hs_is_deal_split":false,"hs_is_open_count":1,"hs_lastmodifieddate":"2023-04-04T21:28:37.824000+00:00","hs_latest_meeting_activity":null,"hs_likelihood_to_close":null,"hs_line_item_global_term_hs_discount_percentage":null,"hs_line_item_global_term_hs_discount_percentage_enabled":null,"hs_line_item_global_term_hs_recurring_billing_period":null,"hs_line_item_global_term_hs_recurring_billing_period_enabled":null,"hs_line_item_global_term_hs_recurring_billing_start_date":null,"hs_line_item_global_term_hs_recurring_billing_start_date_enabled":null,"hs_line_item_global_term_recurringbillingfrequency":null,"hs_line_item_global_term_recurringbillingfrequency_enabled":null,"hs_manual_forecast_category":null,"hs_merged_object_ids":null,"hs_mrr":0,"hs_next_step":null,"hs_num_associated_deal_splits":null,"hs_num_of_associated_line_items":1,"hs_num_target_accounts":0,"hs_object_id":4280411910,"hs_object_source":null,"hs_object_source_id":null,"hs_object_source_user_id":null,"hs_pinned_engagement_id":null,"hs_predicted_amount":null,"hs_predicted_amount_in_home_currency":null,"hs_priority":null,"hs_projected_amount":1.2000000000000002,"hs_projected_amount_in_home_currency":1.2000000000000002,"hs_read_only":null,"hs_sales_email_last_replied":null,"hs_tag_ids":null,"hs_tcv":95,"hs_time_in_66894120":null,"hs_time_in_9567448":null,"hs_time_in_9567449":null,"hs_time_in_appointmentscheduled":81634957926,"hs_time_in_closedlost":null,"hs_time_in_closedwon":null,"hs_time_in_contractsent":null,"hs_time_in_customclosedwonstage":null,"hs_time_in_decisionmakerboughtin":null,"hs_time_in_presentationscheduled":null,"hs_time_in_qualifiedtobuy":null,"hs_unique_creation_key":null,"hs_updated_by_user_id":null,"hs_user_ids_of_all_notification_followers":null,"hs_user_ids_of_all_notification_unfollowers":null,"hs_user_ids_of_all_owners":"12282590","hs_was_imported":null,"hubspot_owner_assigneddate":"2021-02-22T14:01:11.762000+00:00","hubspot_owner_id":"52550153","hubspot_team_id":null,"notes_last_contacted":null,"notes_last_updated":null,"notes_next_activity_date":null,"num_associated_contacts":0,"num_contacted_notes":null,"num_notes":null,"pipeline":"default"},"createdAt":"2021-02-22T14:01:11.762Z","updatedAt":"2023-04-04T21:28:37.824Z","archived":false,"companies":["5183409178","5183409178"],"line_items":["5153237390"],"properties_amount":6,"properties_amount_in_home_currency":6,"properties_closed_lost_reason":null,"properties_closed_won_reason":null,"properties_closedate":"2014-08-31T00:00:00+00:00","properties_createdate":"2021-02-22T14:01:11.762000+00:00","properties_days_to_close":0,"properties_dealname":"Test Deal 332","properties_dealstage":"appointmentscheduled","properties_dealtype":"newbusiness","properties_description":"Test deal","properties_engagements_last_meeting_booked":null,"properties_engagements_last_meeting_booked_campaign":null,"properties_engagements_last_meeting_booked_medium":null,"properties_engagements_last_meeting_booked_source":null,"properties_hs_acv":95,"properties_hs_all_accessible_team_ids":null,"properties_hs_all_collaborator_owner_ids":null,"properties_hs_all_deal_split_owner_ids":null,"properties_hs_all_owner_ids":"52550153","properties_hs_all_team_ids":null,"properties_hs_analytics_latest_source":null,"properties_hs_analytics_latest_source_company":null,"properties_hs_analytics_latest_source_contact":null,"properties_hs_analytics_latest_source_data_1":null,"properties_hs_analytics_latest_source_data_1_company":null,"properties_hs_analytics_latest_source_data_1_contact":null,"properties_hs_analytics_latest_source_data_2":null,"properties_hs_analytics_latest_source_data_2_company":null,"properties_hs_analytics_latest_source_data_2_contact":null,"properties_hs_analytics_latest_source_timestamp":null,"properties_hs_analytics_latest_source_timestamp_company":null,"properties_hs_analytics_latest_source_timestamp_contact":null,"properties_hs_analytics_source":null,"properties_hs_analytics_source_data_1":null,"properties_hs_analytics_source_data_2":null,"properties_hs_arr":0,"properties_hs_campaign":null,"properties_hs_closed_amount":0,"properties_hs_closed_amount_in_home_currency":0,"properties_hs_closed_won_count":null,"properties_hs_closed_won_date":null,"properties_hs_created_by_user_id":null,"properties_hs_createdate":"2021-02-22T14:01:11.762000+00:00","properties_hs_date_entered_66894120":null,"properties_hs_date_entered_9567448":null,"properties_hs_date_entered_9567449":null,"properties_hs_date_entered_appointmentscheduled":"2021-02-22T14:01:11.762000+00:00","properties_hs_date_entered_closedlost":null,"properties_hs_date_entered_closedwon":null,"properties_hs_date_entered_contractsent":null,"properties_hs_date_entered_customclosedwonstage":null,"properties_hs_date_entered_decisionmakerboughtin":null,"properties_hs_date_entered_presentationscheduled":null,"properties_hs_date_entered_qualifiedtobuy":null,"properties_hs_date_exited_66894120":null,"properties_hs_date_exited_9567448":null,"properties_hs_date_exited_9567449":null,"properties_hs_date_exited_appointmentscheduled":null,"properties_hs_date_exited_closedlost":null,"properties_hs_date_exited_closedwon":null,"properties_hs_date_exited_contractsent":null,"properties_hs_date_exited_customclosedwonstage":null,"properties_hs_date_exited_decisionmakerboughtin":null,"properties_hs_date_exited_presentationscheduled":null,"properties_hs_date_exited_qualifiedtobuy":null,"properties_hs_days_to_close_raw":0,"properties_hs_deal_amount_calculation_preference":null,"properties_hs_deal_stage_probability":0.2,"properties_hs_deal_stage_probability_shadow":null,"properties_hs_exchange_rate":null,"properties_hs_forecast_amount":6,"properties_hs_forecast_probability":null,"properties_hs_is_closed":false,"properties_hs_is_closed_won":false,"properties_hs_is_deal_split":false,"properties_hs_is_open_count":1,"properties_hs_lastmodifieddate":"2023-04-04T21:28:37.824000+00:00","properties_hs_latest_meeting_activity":null,"properties_hs_likelihood_to_close":null,"properties_hs_line_item_global_term_hs_discount_percentage":null,"properties_hs_line_item_global_term_hs_discount_percentage_enabled":null,"properties_hs_line_item_global_term_hs_recurring_billing_period":null,"properties_hs_line_item_global_term_hs_recurring_billing_period_enabled":null,"properties_hs_line_item_global_term_hs_recurring_billing_start_date":null,"properties_hs_line_item_global_term_hs_recurring_billing_start_date_enabled":null,"properties_hs_line_item_global_term_recurringbillingfrequency":null,"properties_hs_line_item_global_term_recurringbillingfrequency_enabled":null,"properties_hs_manual_forecast_category":null,"properties_hs_merged_object_ids":null,"properties_hs_mrr":0,"properties_hs_next_step":null,"properties_hs_num_associated_deal_splits":null,"properties_hs_num_of_associated_line_items":1,"properties_hs_num_target_accounts":0,"properties_hs_object_id":4280411910,"properties_hs_object_source":null,"properties_hs_object_source_id":null,"properties_hs_object_source_user_id":null,"properties_hs_pinned_engagement_id":null,"properties_hs_predicted_amount":null,"properties_hs_predicted_amount_in_home_currency":null,"properties_hs_priority":null,"properties_hs_projected_amount":1.2000000000000002,"properties_hs_projected_amount_in_home_currency":1.2000000000000002,"properties_hs_read_only":null,"properties_hs_sales_email_last_replied":null,"properties_hs_tag_ids":null,"properties_hs_tcv":95,"properties_hs_time_in_66894120":null,"properties_hs_time_in_9567448":null,"properties_hs_time_in_9567449":null,"properties_hs_time_in_appointmentscheduled":81634957926,"properties_hs_time_in_closedlost":null,"properties_hs_time_in_closedwon":null,"properties_hs_time_in_contractsent":null,"properties_hs_time_in_customclosedwonstage":null,"properties_hs_time_in_decisionmakerboughtin":null,"properties_hs_time_in_presentationscheduled":null,"properties_hs_time_in_qualifiedtobuy":null,"properties_hs_unique_creation_key":null,"properties_hs_updated_by_user_id":null,"properties_hs_user_ids_of_all_notification_followers":null,"properties_hs_user_ids_of_all_notification_unfollowers":null,"properties_hs_user_ids_of_all_owners":"12282590","properties_hs_was_imported":null,"properties_hubspot_owner_assigneddate":"2021-02-22T14:01:11.762000+00:00","properties_hubspot_owner_id":"52550153","properties_hubspot_team_id":null,"properties_notes_last_contacted":null,"properties_notes_last_updated":null,"properties_notes_next_activity_date":null,"properties_num_associated_contacts":0,"properties_num_contacted_notes":null,"properties_num_notes":null,"properties_pipeline":"default"},"emitted_at":1695637429870} +{"stream":"deals","data":{"id":"4315375411","properties":{"amount":10,"amount_in_home_currency":10,"closed_lost_reason":null,"closed_won_reason":null,"closedate":"2021-02-28T20:20:10.826000+00:00","createdate":"2021-02-23T20:20:10.826000+00:00","days_to_close":5,"dealname":"Test deal 2","dealstage":"appointmentscheduled","dealtype":null,"description":null,"engagements_last_meeting_booked":null,"engagements_last_meeting_booked_campaign":null,"engagements_last_meeting_booked_medium":null,"engagements_last_meeting_booked_source":null,"hs_acv":10,"hs_all_accessible_team_ids":null,"hs_all_collaborator_owner_ids":null,"hs_all_deal_split_owner_ids":null,"hs_all_owner_ids":"52550153","hs_all_team_ids":null,"hs_analytics_latest_source":"","hs_analytics_latest_source_company":null,"hs_analytics_latest_source_contact":"","hs_analytics_latest_source_data_1":"","hs_analytics_latest_source_data_1_company":null,"hs_analytics_latest_source_data_1_contact":"","hs_analytics_latest_source_data_2":"","hs_analytics_latest_source_data_2_company":null,"hs_analytics_latest_source_data_2_contact":"","hs_analytics_latest_source_timestamp":null,"hs_analytics_latest_source_timestamp_company":null,"hs_analytics_latest_source_timestamp_contact":null,"hs_analytics_source":"","hs_analytics_source_data_1":"","hs_analytics_source_data_2":"","hs_arr":0,"hs_campaign":null,"hs_closed_amount":0,"hs_closed_amount_in_home_currency":0,"hs_closed_won_count":null,"hs_closed_won_date":null,"hs_created_by_user_id":12282590,"hs_createdate":"2021-02-23T20:21:32.862000+00:00","hs_date_entered_66894120":null,"hs_date_entered_9567448":null,"hs_date_entered_9567449":null,"hs_date_entered_appointmentscheduled":"2021-02-23T20:21:32.862000+00:00","hs_date_entered_closedlost":null,"hs_date_entered_closedwon":null,"hs_date_entered_contractsent":null,"hs_date_entered_customclosedwonstage":null,"hs_date_entered_decisionmakerboughtin":null,"hs_date_entered_presentationscheduled":null,"hs_date_entered_qualifiedtobuy":null,"hs_date_exited_66894120":null,"hs_date_exited_9567448":null,"hs_date_exited_9567449":null,"hs_date_exited_appointmentscheduled":null,"hs_date_exited_closedlost":null,"hs_date_exited_closedwon":null,"hs_date_exited_contractsent":null,"hs_date_exited_customclosedwonstage":null,"hs_date_exited_decisionmakerboughtin":null,"hs_date_exited_presentationscheduled":null,"hs_date_exited_qualifiedtobuy":null,"hs_days_to_close_raw":5,"hs_deal_amount_calculation_preference":null,"hs_deal_stage_probability":0.2,"hs_deal_stage_probability_shadow":null,"hs_exchange_rate":null,"hs_forecast_amount":10,"hs_forecast_probability":null,"hs_is_closed":false,"hs_is_closed_won":false,"hs_is_deal_split":false,"hs_is_open_count":1,"hs_lastmodifieddate":"2023-01-30T23:10:56.577000+00:00","hs_latest_meeting_activity":null,"hs_likelihood_to_close":null,"hs_line_item_global_term_hs_discount_percentage":null,"hs_line_item_global_term_hs_discount_percentage_enabled":null,"hs_line_item_global_term_hs_recurring_billing_period":null,"hs_line_item_global_term_hs_recurring_billing_period_enabled":null,"hs_line_item_global_term_hs_recurring_billing_start_date":null,"hs_line_item_global_term_hs_recurring_billing_start_date_enabled":null,"hs_line_item_global_term_recurringbillingfrequency":null,"hs_line_item_global_term_recurringbillingfrequency_enabled":null,"hs_manual_forecast_category":null,"hs_merged_object_ids":null,"hs_mrr":0,"hs_next_step":null,"hs_num_associated_deal_splits":null,"hs_num_of_associated_line_items":1,"hs_num_target_accounts":null,"hs_object_id":4315375411,"hs_object_source":null,"hs_object_source_id":null,"hs_object_source_user_id":null,"hs_pinned_engagement_id":null,"hs_predicted_amount":null,"hs_predicted_amount_in_home_currency":null,"hs_priority":null,"hs_projected_amount":2,"hs_projected_amount_in_home_currency":2,"hs_read_only":null,"hs_sales_email_last_replied":null,"hs_tag_ids":null,"hs_tcv":10,"hs_time_in_66894120":null,"hs_time_in_9567448":null,"hs_time_in_9567449":null,"hs_time_in_appointmentscheduled":81525736828,"hs_time_in_closedlost":null,"hs_time_in_closedwon":null,"hs_time_in_contractsent":null,"hs_time_in_customclosedwonstage":null,"hs_time_in_decisionmakerboughtin":null,"hs_time_in_presentationscheduled":null,"hs_time_in_qualifiedtobuy":null,"hs_unique_creation_key":null,"hs_updated_by_user_id":12282590,"hs_user_ids_of_all_notification_followers":null,"hs_user_ids_of_all_notification_unfollowers":null,"hs_user_ids_of_all_owners":"12282590","hs_was_imported":null,"hubspot_owner_assigneddate":"2021-02-23T20:21:32.862000+00:00","hubspot_owner_id":"52550153","hubspot_team_id":null,"notes_last_contacted":null,"notes_last_updated":"2021-02-26T06:00:00+00:00","notes_next_activity_date":null,"num_associated_contacts":0,"num_contacted_notes":0,"num_notes":2,"pipeline":"default"},"createdAt":"2021-02-23T20:20:10.826Z","updatedAt":"2023-01-30T23:10:56.577Z","archived":false,"line_items":["1188257165"],"properties_amount":10,"properties_amount_in_home_currency":10,"properties_closed_lost_reason":null,"properties_closed_won_reason":null,"properties_closedate":"2021-02-28T20:20:10.826000+00:00","properties_createdate":"2021-02-23T20:20:10.826000+00:00","properties_days_to_close":5,"properties_dealname":"Test deal 2","properties_dealstage":"appointmentscheduled","properties_dealtype":null,"properties_description":null,"properties_engagements_last_meeting_booked":null,"properties_engagements_last_meeting_booked_campaign":null,"properties_engagements_last_meeting_booked_medium":null,"properties_engagements_last_meeting_booked_source":null,"properties_hs_acv":10,"properties_hs_all_accessible_team_ids":null,"properties_hs_all_collaborator_owner_ids":null,"properties_hs_all_deal_split_owner_ids":null,"properties_hs_all_owner_ids":"52550153","properties_hs_all_team_ids":null,"properties_hs_analytics_latest_source":"","properties_hs_analytics_latest_source_company":null,"properties_hs_analytics_latest_source_contact":"","properties_hs_analytics_latest_source_data_1":"","properties_hs_analytics_latest_source_data_1_company":null,"properties_hs_analytics_latest_source_data_1_contact":"","properties_hs_analytics_latest_source_data_2":"","properties_hs_analytics_latest_source_data_2_company":null,"properties_hs_analytics_latest_source_data_2_contact":"","properties_hs_analytics_latest_source_timestamp":null,"properties_hs_analytics_latest_source_timestamp_company":null,"properties_hs_analytics_latest_source_timestamp_contact":null,"properties_hs_analytics_source":"","properties_hs_analytics_source_data_1":"","properties_hs_analytics_source_data_2":"","properties_hs_arr":0,"properties_hs_campaign":null,"properties_hs_closed_amount":0,"properties_hs_closed_amount_in_home_currency":0,"properties_hs_closed_won_count":null,"properties_hs_closed_won_date":null,"properties_hs_created_by_user_id":12282590,"properties_hs_createdate":"2021-02-23T20:21:32.862000+00:00","properties_hs_date_entered_66894120":null,"properties_hs_date_entered_9567448":null,"properties_hs_date_entered_9567449":null,"properties_hs_date_entered_appointmentscheduled":"2021-02-23T20:21:32.862000+00:00","properties_hs_date_entered_closedlost":null,"properties_hs_date_entered_closedwon":null,"properties_hs_date_entered_contractsent":null,"properties_hs_date_entered_customclosedwonstage":null,"properties_hs_date_entered_decisionmakerboughtin":null,"properties_hs_date_entered_presentationscheduled":null,"properties_hs_date_entered_qualifiedtobuy":null,"properties_hs_date_exited_66894120":null,"properties_hs_date_exited_9567448":null,"properties_hs_date_exited_9567449":null,"properties_hs_date_exited_appointmentscheduled":null,"properties_hs_date_exited_closedlost":null,"properties_hs_date_exited_closedwon":null,"properties_hs_date_exited_contractsent":null,"properties_hs_date_exited_customclosedwonstage":null,"properties_hs_date_exited_decisionmakerboughtin":null,"properties_hs_date_exited_presentationscheduled":null,"properties_hs_date_exited_qualifiedtobuy":null,"properties_hs_days_to_close_raw":5,"properties_hs_deal_amount_calculation_preference":null,"properties_hs_deal_stage_probability":0.2,"properties_hs_deal_stage_probability_shadow":null,"properties_hs_exchange_rate":null,"properties_hs_forecast_amount":10,"properties_hs_forecast_probability":null,"properties_hs_is_closed":false,"properties_hs_is_closed_won":false,"properties_hs_is_deal_split":false,"properties_hs_is_open_count":1,"properties_hs_lastmodifieddate":"2023-01-30T23:10:56.577000+00:00","properties_hs_latest_meeting_activity":null,"properties_hs_likelihood_to_close":null,"properties_hs_line_item_global_term_hs_discount_percentage":null,"properties_hs_line_item_global_term_hs_discount_percentage_enabled":null,"properties_hs_line_item_global_term_hs_recurring_billing_period":null,"properties_hs_line_item_global_term_hs_recurring_billing_period_enabled":null,"properties_hs_line_item_global_term_hs_recurring_billing_start_date":null,"properties_hs_line_item_global_term_hs_recurring_billing_start_date_enabled":null,"properties_hs_line_item_global_term_recurringbillingfrequency":null,"properties_hs_line_item_global_term_recurringbillingfrequency_enabled":null,"properties_hs_manual_forecast_category":null,"properties_hs_merged_object_ids":null,"properties_hs_mrr":0,"properties_hs_next_step":null,"properties_hs_num_associated_deal_splits":null,"properties_hs_num_of_associated_line_items":1,"properties_hs_num_target_accounts":null,"properties_hs_object_id":4315375411,"properties_hs_object_source":null,"properties_hs_object_source_id":null,"properties_hs_object_source_user_id":null,"properties_hs_pinned_engagement_id":null,"properties_hs_predicted_amount":null,"properties_hs_predicted_amount_in_home_currency":null,"properties_hs_priority":null,"properties_hs_projected_amount":2,"properties_hs_projected_amount_in_home_currency":2,"properties_hs_read_only":null,"properties_hs_sales_email_last_replied":null,"properties_hs_tag_ids":null,"properties_hs_tcv":10,"properties_hs_time_in_66894120":null,"properties_hs_time_in_9567448":null,"properties_hs_time_in_9567449":null,"properties_hs_time_in_appointmentscheduled":81525736828,"properties_hs_time_in_closedlost":null,"properties_hs_time_in_closedwon":null,"properties_hs_time_in_contractsent":null,"properties_hs_time_in_customclosedwonstage":null,"properties_hs_time_in_decisionmakerboughtin":null,"properties_hs_time_in_presentationscheduled":null,"properties_hs_time_in_qualifiedtobuy":null,"properties_hs_unique_creation_key":null,"properties_hs_updated_by_user_id":12282590,"properties_hs_user_ids_of_all_notification_followers":null,"properties_hs_user_ids_of_all_notification_unfollowers":null,"properties_hs_user_ids_of_all_owners":"12282590","properties_hs_was_imported":null,"properties_hubspot_owner_assigneddate":"2021-02-23T20:21:32.862000+00:00","properties_hubspot_owner_id":"52550153","properties_hubspot_team_id":null,"properties_notes_last_contacted":null,"properties_notes_last_updated":"2021-02-26T06:00:00+00:00","properties_notes_next_activity_date":null,"properties_num_associated_contacts":0,"properties_num_contacted_notes":0,"properties_num_notes":2,"properties_pipeline":"default"},"emitted_at":1695637429872} +{"stream":"deals","data":{"id":"5313445525","properties":{"amount":60,"amount_in_home_currency":60,"closed_lost_reason":null,"closed_won_reason":null,"closedate":"2021-05-31T10:21:28.593000+00:00","createdate":"2021-05-21T10:21:28.593000+00:00","days_to_close":10,"dealname":"Test Deal AAAA","dealstage":"appointmentscheduled","dealtype":"newbusiness","description":null,"engagements_last_meeting_booked":null,"engagements_last_meeting_booked_campaign":null,"engagements_last_meeting_booked_medium":null,"engagements_last_meeting_booked_source":null,"hs_acv":60,"hs_all_accessible_team_ids":null,"hs_all_collaborator_owner_ids":null,"hs_all_deal_split_owner_ids":null,"hs_all_owner_ids":"52550153","hs_all_team_ids":null,"hs_analytics_latest_source":"","hs_analytics_latest_source_company":null,"hs_analytics_latest_source_contact":"","hs_analytics_latest_source_data_1":"","hs_analytics_latest_source_data_1_company":null,"hs_analytics_latest_source_data_1_contact":"","hs_analytics_latest_source_data_2":"","hs_analytics_latest_source_data_2_company":null,"hs_analytics_latest_source_data_2_contact":"","hs_analytics_latest_source_timestamp":null,"hs_analytics_latest_source_timestamp_company":null,"hs_analytics_latest_source_timestamp_contact":null,"hs_analytics_source":"","hs_analytics_source_data_1":"","hs_analytics_source_data_2":"","hs_arr":60,"hs_campaign":null,"hs_closed_amount":0,"hs_closed_amount_in_home_currency":0,"hs_closed_won_count":null,"hs_closed_won_date":null,"hs_created_by_user_id":12282590,"hs_createdate":"2021-05-21T10:22:40.228000+00:00","hs_date_entered_66894120":null,"hs_date_entered_9567448":null,"hs_date_entered_9567449":null,"hs_date_entered_appointmentscheduled":"2021-05-21T10:22:40.228000+00:00","hs_date_entered_closedlost":null,"hs_date_entered_closedwon":null,"hs_date_entered_contractsent":null,"hs_date_entered_customclosedwonstage":null,"hs_date_entered_decisionmakerboughtin":null,"hs_date_entered_presentationscheduled":null,"hs_date_entered_qualifiedtobuy":null,"hs_date_exited_66894120":null,"hs_date_exited_9567448":null,"hs_date_exited_9567449":null,"hs_date_exited_appointmentscheduled":null,"hs_date_exited_closedlost":null,"hs_date_exited_closedwon":null,"hs_date_exited_contractsent":null,"hs_date_exited_customclosedwonstage":null,"hs_date_exited_decisionmakerboughtin":null,"hs_date_exited_presentationscheduled":null,"hs_date_exited_qualifiedtobuy":null,"hs_days_to_close_raw":10,"hs_deal_amount_calculation_preference":null,"hs_deal_stage_probability":0.2,"hs_deal_stage_probability_shadow":0.2,"hs_exchange_rate":null,"hs_forecast_amount":60,"hs_forecast_probability":null,"hs_is_closed":false,"hs_is_closed_won":false,"hs_is_deal_split":false,"hs_is_open_count":1,"hs_lastmodifieddate":"2023-01-23T15:35:59.701000+00:00","hs_latest_meeting_activity":null,"hs_likelihood_to_close":null,"hs_line_item_global_term_hs_discount_percentage":null,"hs_line_item_global_term_hs_discount_percentage_enabled":null,"hs_line_item_global_term_hs_recurring_billing_period":null,"hs_line_item_global_term_hs_recurring_billing_period_enabled":null,"hs_line_item_global_term_hs_recurring_billing_start_date":null,"hs_line_item_global_term_hs_recurring_billing_start_date_enabled":null,"hs_line_item_global_term_recurringbillingfrequency":null,"hs_line_item_global_term_recurringbillingfrequency_enabled":null,"hs_manual_forecast_category":null,"hs_merged_object_ids":null,"hs_mrr":20,"hs_next_step":null,"hs_num_associated_deal_splits":0,"hs_num_of_associated_line_items":1,"hs_num_target_accounts":0,"hs_object_id":5313445525,"hs_object_source":null,"hs_object_source_id":null,"hs_object_source_user_id":null,"hs_pinned_engagement_id":null,"hs_predicted_amount":null,"hs_predicted_amount_in_home_currency":null,"hs_priority":"medium","hs_projected_amount":12,"hs_projected_amount_in_home_currency":12,"hs_read_only":null,"hs_sales_email_last_replied":null,"hs_tag_ids":null,"hs_tcv":60,"hs_time_in_66894120":null,"hs_time_in_9567448":null,"hs_time_in_9567449":null,"hs_time_in_appointmentscheduled":74044869461,"hs_time_in_closedlost":null,"hs_time_in_closedwon":null,"hs_time_in_contractsent":null,"hs_time_in_customclosedwonstage":null,"hs_time_in_decisionmakerboughtin":null,"hs_time_in_presentationscheduled":null,"hs_time_in_qualifiedtobuy":null,"hs_unique_creation_key":null,"hs_updated_by_user_id":12282590,"hs_user_ids_of_all_notification_followers":null,"hs_user_ids_of_all_notification_unfollowers":null,"hs_user_ids_of_all_owners":"12282590","hs_was_imported":null,"hubspot_owner_assigneddate":"2021-05-21T10:22:40.228000+00:00","hubspot_owner_id":"52550153","hubspot_team_id":null,"notes_last_contacted":null,"notes_last_updated":null,"notes_next_activity_date":null,"num_associated_contacts":0,"num_contacted_notes":null,"num_notes":null,"pipeline":"default"},"createdAt":"2021-05-21T10:21:28.593Z","updatedAt":"2023-01-23T15:35:59.701Z","archived":false,"companies":["5438025334","5438025334"],"line_items":["1510167477"],"properties_amount":60,"properties_amount_in_home_currency":60,"properties_closed_lost_reason":null,"properties_closed_won_reason":null,"properties_closedate":"2021-05-31T10:21:28.593000+00:00","properties_createdate":"2021-05-21T10:21:28.593000+00:00","properties_days_to_close":10,"properties_dealname":"Test Deal AAAA","properties_dealstage":"appointmentscheduled","properties_dealtype":"newbusiness","properties_description":null,"properties_engagements_last_meeting_booked":null,"properties_engagements_last_meeting_booked_campaign":null,"properties_engagements_last_meeting_booked_medium":null,"properties_engagements_last_meeting_booked_source":null,"properties_hs_acv":60,"properties_hs_all_accessible_team_ids":null,"properties_hs_all_collaborator_owner_ids":null,"properties_hs_all_deal_split_owner_ids":null,"properties_hs_all_owner_ids":"52550153","properties_hs_all_team_ids":null,"properties_hs_analytics_latest_source":"","properties_hs_analytics_latest_source_company":null,"properties_hs_analytics_latest_source_contact":"","properties_hs_analytics_latest_source_data_1":"","properties_hs_analytics_latest_source_data_1_company":null,"properties_hs_analytics_latest_source_data_1_contact":"","properties_hs_analytics_latest_source_data_2":"","properties_hs_analytics_latest_source_data_2_company":null,"properties_hs_analytics_latest_source_data_2_contact":"","properties_hs_analytics_latest_source_timestamp":null,"properties_hs_analytics_latest_source_timestamp_company":null,"properties_hs_analytics_latest_source_timestamp_contact":null,"properties_hs_analytics_source":"","properties_hs_analytics_source_data_1":"","properties_hs_analytics_source_data_2":"","properties_hs_arr":60,"properties_hs_campaign":null,"properties_hs_closed_amount":0,"properties_hs_closed_amount_in_home_currency":0,"properties_hs_closed_won_count":null,"properties_hs_closed_won_date":null,"properties_hs_created_by_user_id":12282590,"properties_hs_createdate":"2021-05-21T10:22:40.228000+00:00","properties_hs_date_entered_66894120":null,"properties_hs_date_entered_9567448":null,"properties_hs_date_entered_9567449":null,"properties_hs_date_entered_appointmentscheduled":"2021-05-21T10:22:40.228000+00:00","properties_hs_date_entered_closedlost":null,"properties_hs_date_entered_closedwon":null,"properties_hs_date_entered_contractsent":null,"properties_hs_date_entered_customclosedwonstage":null,"properties_hs_date_entered_decisionmakerboughtin":null,"properties_hs_date_entered_presentationscheduled":null,"properties_hs_date_entered_qualifiedtobuy":null,"properties_hs_date_exited_66894120":null,"properties_hs_date_exited_9567448":null,"properties_hs_date_exited_9567449":null,"properties_hs_date_exited_appointmentscheduled":null,"properties_hs_date_exited_closedlost":null,"properties_hs_date_exited_closedwon":null,"properties_hs_date_exited_contractsent":null,"properties_hs_date_exited_customclosedwonstage":null,"properties_hs_date_exited_decisionmakerboughtin":null,"properties_hs_date_exited_presentationscheduled":null,"properties_hs_date_exited_qualifiedtobuy":null,"properties_hs_days_to_close_raw":10,"properties_hs_deal_amount_calculation_preference":null,"properties_hs_deal_stage_probability":0.2,"properties_hs_deal_stage_probability_shadow":0.2,"properties_hs_exchange_rate":null,"properties_hs_forecast_amount":60,"properties_hs_forecast_probability":null,"properties_hs_is_closed":false,"properties_hs_is_closed_won":false,"properties_hs_is_deal_split":false,"properties_hs_is_open_count":1,"properties_hs_lastmodifieddate":"2023-01-23T15:35:59.701000+00:00","properties_hs_latest_meeting_activity":null,"properties_hs_likelihood_to_close":null,"properties_hs_line_item_global_term_hs_discount_percentage":null,"properties_hs_line_item_global_term_hs_discount_percentage_enabled":null,"properties_hs_line_item_global_term_hs_recurring_billing_period":null,"properties_hs_line_item_global_term_hs_recurring_billing_period_enabled":null,"properties_hs_line_item_global_term_hs_recurring_billing_start_date":null,"properties_hs_line_item_global_term_hs_recurring_billing_start_date_enabled":null,"properties_hs_line_item_global_term_recurringbillingfrequency":null,"properties_hs_line_item_global_term_recurringbillingfrequency_enabled":null,"properties_hs_manual_forecast_category":null,"properties_hs_merged_object_ids":null,"properties_hs_mrr":20,"properties_hs_next_step":null,"properties_hs_num_associated_deal_splits":0,"properties_hs_num_of_associated_line_items":1,"properties_hs_num_target_accounts":0,"properties_hs_object_id":5313445525,"properties_hs_object_source":null,"properties_hs_object_source_id":null,"properties_hs_object_source_user_id":null,"properties_hs_pinned_engagement_id":null,"properties_hs_predicted_amount":null,"properties_hs_predicted_amount_in_home_currency":null,"properties_hs_priority":"medium","properties_hs_projected_amount":12,"properties_hs_projected_amount_in_home_currency":12,"properties_hs_read_only":null,"properties_hs_sales_email_last_replied":null,"properties_hs_tag_ids":null,"properties_hs_tcv":60,"properties_hs_time_in_66894120":null,"properties_hs_time_in_9567448":null,"properties_hs_time_in_9567449":null,"properties_hs_time_in_appointmentscheduled":74044869461,"properties_hs_time_in_closedlost":null,"properties_hs_time_in_closedwon":null,"properties_hs_time_in_contractsent":null,"properties_hs_time_in_customclosedwonstage":null,"properties_hs_time_in_decisionmakerboughtin":null,"properties_hs_time_in_presentationscheduled":null,"properties_hs_time_in_qualifiedtobuy":null,"properties_hs_unique_creation_key":null,"properties_hs_updated_by_user_id":12282590,"properties_hs_user_ids_of_all_notification_followers":null,"properties_hs_user_ids_of_all_notification_unfollowers":null,"properties_hs_user_ids_of_all_owners":"12282590","properties_hs_was_imported":null,"properties_hubspot_owner_assigneddate":"2021-05-21T10:22:40.228000+00:00","properties_hubspot_owner_id":"52550153","properties_hubspot_team_id":null,"properties_notes_last_contacted":null,"properties_notes_last_updated":null,"properties_notes_next_activity_date":null,"properties_num_associated_contacts":0,"properties_num_contacted_notes":null,"properties_num_notes":null,"properties_pipeline":"default"},"emitted_at":1695637429875} +{"stream":"email_events","data":{"id":"cd276838-3925-4649-9a38-2b61761362c4","source":"SOURCE_HUBSPOT_CUSTOMER","sourceId":"Self Service Resubscription","created":1675123491624,"subscriptions":[{"id":23704464,"status":"SUBSCRIBED","legalBasisChange":{"legalBasisType":"LEGITIMATE_INTEREST_CLIENT","legalBasisExplanation":"test","optState":"OPT_IN"}}],"recipient":"testingapicontact_0@hubspot.com","type":"STATUSCHANGE","portalId":8727216,"appId":0,"emailCampaignId":0},"emitted_at":1695637437116} +{"stream":"email_subscriptions","data":{"id":23704464,"portalId":8727216,"name":"Test sub","description":"Test sub","active":true,"internal":false,"category":"Marketing","channel":"Email","businessUnitId":0},"emitted_at":1695637439560} +{"stream":"email_subscriptions","data":{"id":10798197,"portalId":8727216,"name":"DONT USE ME","description":"Receive feedback requests and customer service information.","active":true,"internal":true,"category":"Service","channel":"Email","order":0,"internalName":"SERVICE_HUB_FEEDBACK","businessUnitId":0},"emitted_at":1695637439561} +{"stream":"email_subscriptions","data":{"id":11890603,"portalId":8727216,"name":"DONT USE ME ","description":"TTTT","active":true,"internal":false,"category":"","channel":"","order":1,"businessUnitId":0},"emitted_at":1695637439561} +{"stream":"engagements","data":{"id":11257289597,"portalId":8727216,"active":true,"createdAt":1614111907503,"lastUpdated":1681915963485,"createdBy":12282590,"modifiedBy":12282590,"ownerId":52550153,"type":"TASK","timestamp":1614319200000,"allAccessibleTeamIds":[],"bodyPreview":"Regarding note logged on Tuesday, February 23, 2021 10:25 PM","queueMembershipIds":[],"bodyPreviewIsTruncated":false,"bodyPreviewHtml":"\n \n \n Regarding note logged on Tuesday, February 23, 2021 10:25 PM\n \n","gdprDeleted":false,"associations":{"contactIds":[],"companyIds":[],"dealIds":[4315375411],"ownerIds":[],"workflowIds":[],"ticketIds":[],"contentIds":[],"quoteIds":[],"marketingEventIds":[]},"attachments":[],"scheduledTasks":[{"engagementId":11257289597,"portalId":8727216,"engagementType":"TASK","taskType":"REMINDER","timestamp":1614319200000,"uuid":"TASK:e41fd851-f7c7-4381-85fa-796d076163aa"}],"metadata":{"body":"Regarding note logged on Tuesday, February 23, 2021 10:25 PM","status":"NOT_STARTED","forObjectType":"OWNER","subject":"Follow up on Test deal 2","taskType":"TODO","reminders":[1614319200000],"priority":"NONE","isAllDay":false},"associations_contactIds":[],"associations_companyIds":[],"associations_dealIds":[4315375411],"associations_ownerIds":[],"associations_workflowIds":[],"associations_ticketIds":[],"associations_contentIds":[],"associations_quoteIds":[],"associations_marketingEventIds":[],"metadata_body":"Regarding note logged on Tuesday, February 23, 2021 10:25 PM","metadata_status":"NOT_STARTED","metadata_forObjectType":"OWNER","metadata_subject":"Follow up on Test deal 2","metadata_taskType":"TODO","metadata_reminders":[1614319200000],"metadata_priority":"NONE","metadata_isAllDay":false},"emitted_at":1695637441436} +{"stream":"engagements","data":{"id":30652596616,"portalId":8727216,"active":true,"createdAt":1675122083198,"lastUpdated":1675122083198,"createdBy":12282590,"modifiedBy":12282590,"ownerId":52550153,"type":"NOTE","timestamp":1675122083198,"source":"CRM_UI","allAccessibleTeamIds":[],"bodyPreview":"test","queueMembershipIds":[],"bodyPreviewIsTruncated":false,"bodyPreviewHtml":"\n \n \n
\n

test

\n
\n \n","associations":{"contactIds":[],"companyIds":[],"dealIds":[],"ownerIds":[],"workflowIds":[],"ticketIds":[],"contentIds":[],"quoteIds":[],"marketingEventIds":[]},"attachments":[],"metadata":{"body":"

test

"},"associations_contactIds":[],"associations_companyIds":[],"associations_dealIds":[],"associations_ownerIds":[],"associations_workflowIds":[],"associations_ticketIds":[],"associations_contentIds":[],"associations_quoteIds":[],"associations_marketingEventIds":[],"metadata_body":"

test

"},"emitted_at":1695637441445} +{"stream":"engagements","data":{"id":30652597343,"portalId":8727216,"active":true,"createdAt":1675122108834,"lastUpdated":1680621107231,"createdBy":12282590,"modifiedBy":12282590,"ownerId":52550153,"type":"TASK","timestamp":1675407600000,"source":"CRM_UI","allAccessibleTeamIds":[],"queueMembershipIds":[],"bodyPreviewIsTruncated":false,"associations":{"contactIds":[],"companyIds":[],"dealIds":[],"ownerIds":[],"workflowIds":[],"ticketIds":[],"contentIds":[],"quoteIds":[],"marketingEventIds":[]},"attachments":[],"scheduledTasks":[],"metadata":{"status":"NOT_STARTED","forObjectType":"OWNER","subject":"test","taskType":"TODO","reminders":[],"sendDefaultReminder":false,"priority":"NONE","isAllDay":false},"associations_contactIds":[],"associations_companyIds":[],"associations_dealIds":[],"associations_ownerIds":[],"associations_workflowIds":[],"associations_ticketIds":[],"associations_contentIds":[],"associations_quoteIds":[],"associations_marketingEventIds":[],"metadata_status":"NOT_STARTED","metadata_forObjectType":"OWNER","metadata_subject":"test","metadata_taskType":"TODO","metadata_reminders":[],"metadata_sendDefaultReminder":false,"metadata_priority":"NONE","metadata_isAllDay":false},"emitted_at":1695637441446} +{"stream":"engagements_notes","data":{"id":"30652596616","properties":{"hs_all_accessible_team_ids":null,"hs_all_assigned_business_unit_ids":null,"hs_all_owner_ids":"52550153","hs_all_team_ids":null,"hs_at_mentioned_owner_ids":null,"hs_attachment_ids":null,"hs_body_preview":"test","hs_body_preview_html":"\n \n \n
\n

test

\n
\n \n","hs_body_preview_is_truncated":false,"hs_created_by":12282590,"hs_created_by_user_id":12282590,"hs_createdate":"2023-01-30T23:41:23.198000+00:00","hs_engagement_source":"CRM_UI","hs_engagement_source_id":null,"hs_follow_up_action":null,"hs_gdpr_deleted":null,"hs_lastmodifieddate":"2023-01-30T23:41:23.198000+00:00","hs_merged_object_ids":null,"hs_modified_by":12282590,"hs_note_body":"

test

","hs_object_id":30652596616,"hs_object_source":null,"hs_object_source_id":null,"hs_object_source_user_id":null,"hs_product_name":null,"hs_queue_membership_ids":null,"hs_read_only":null,"hs_timestamp":"2023-01-30T23:41:23.198000+00:00","hs_unique_creation_key":null,"hs_unique_id":null,"hs_updated_by_user_id":12282590,"hs_user_ids_of_all_notification_followers":null,"hs_user_ids_of_all_notification_unfollowers":null,"hs_user_ids_of_all_owners":"12282590","hs_was_imported":null,"hubspot_owner_assigneddate":"2023-01-30T23:41:23.198000+00:00","hubspot_owner_id":"52550153","hubspot_team_id":null},"createdAt":"2023-01-30T23:41:23.198Z","updatedAt":"2023-01-30T23:41:23.198Z","archived":false,"properties_hs_all_accessible_team_ids":null,"properties_hs_all_assigned_business_unit_ids":null,"properties_hs_all_owner_ids":"52550153","properties_hs_all_team_ids":null,"properties_hs_at_mentioned_owner_ids":null,"properties_hs_attachment_ids":null,"properties_hs_body_preview":"test","properties_hs_body_preview_html":"\n \n \n
\n

test

\n
\n \n","properties_hs_body_preview_is_truncated":false,"properties_hs_created_by":12282590,"properties_hs_created_by_user_id":12282590,"properties_hs_createdate":"2023-01-30T23:41:23.198000+00:00","properties_hs_engagement_source":"CRM_UI","properties_hs_engagement_source_id":null,"properties_hs_follow_up_action":null,"properties_hs_gdpr_deleted":null,"properties_hs_lastmodifieddate":"2023-01-30T23:41:23.198000+00:00","properties_hs_merged_object_ids":null,"properties_hs_modified_by":12282590,"properties_hs_note_body":"

test

","properties_hs_object_id":30652596616,"properties_hs_object_source":null,"properties_hs_object_source_id":null,"properties_hs_object_source_user_id":null,"properties_hs_product_name":null,"properties_hs_queue_membership_ids":null,"properties_hs_read_only":null,"properties_hs_timestamp":"2023-01-30T23:41:23.198000+00:00","properties_hs_unique_creation_key":null,"properties_hs_unique_id":null,"properties_hs_updated_by_user_id":12282590,"properties_hs_user_ids_of_all_notification_followers":null,"properties_hs_user_ids_of_all_notification_unfollowers":null,"properties_hs_user_ids_of_all_owners":"12282590","properties_hs_was_imported":null,"properties_hubspot_owner_assigneddate":"2023-01-30T23:41:23.198000+00:00","properties_hubspot_owner_id":"52550153","properties_hubspot_team_id":null},"emitted_at":1695637450466} +{"stream":"engagements_notes","data":{"id":"30652613125","properties":{"hs_all_accessible_team_ids":null,"hs_all_assigned_business_unit_ids":null,"hs_all_owner_ids":"52550153","hs_all_team_ids":null,"hs_at_mentioned_owner_ids":null,"hs_attachment_ids":null,"hs_body_preview":"test","hs_body_preview_html":"\n \n \n
\n

test

\n
\n \n","hs_body_preview_is_truncated":false,"hs_created_by":12282590,"hs_created_by_user_id":12282590,"hs_createdate":"2023-01-30T23:51:47.542000+00:00","hs_engagement_source":"CRM_UI","hs_engagement_source_id":null,"hs_follow_up_action":null,"hs_gdpr_deleted":null,"hs_lastmodifieddate":"2023-01-30T23:51:47.542000+00:00","hs_merged_object_ids":null,"hs_modified_by":12282590,"hs_note_body":"

test

","hs_object_id":30652613125,"hs_object_source":null,"hs_object_source_id":null,"hs_object_source_user_id":null,"hs_product_name":null,"hs_queue_membership_ids":null,"hs_read_only":null,"hs_timestamp":"2023-01-30T23:51:47.542000+00:00","hs_unique_creation_key":null,"hs_unique_id":null,"hs_updated_by_user_id":12282590,"hs_user_ids_of_all_notification_followers":null,"hs_user_ids_of_all_notification_unfollowers":null,"hs_user_ids_of_all_owners":"12282590","hs_was_imported":null,"hubspot_owner_assigneddate":"2023-01-30T23:51:47.542000+00:00","hubspot_owner_id":"52550153","hubspot_team_id":null},"createdAt":"2023-01-30T23:51:47.542Z","updatedAt":"2023-01-30T23:51:47.542Z","archived":false,"companies":["11481383026"],"properties_hs_all_accessible_team_ids":null,"properties_hs_all_assigned_business_unit_ids":null,"properties_hs_all_owner_ids":"52550153","properties_hs_all_team_ids":null,"properties_hs_at_mentioned_owner_ids":null,"properties_hs_attachment_ids":null,"properties_hs_body_preview":"test","properties_hs_body_preview_html":"\n \n \n
\n

test

\n
\n \n","properties_hs_body_preview_is_truncated":false,"properties_hs_created_by":12282590,"properties_hs_created_by_user_id":12282590,"properties_hs_createdate":"2023-01-30T23:51:47.542000+00:00","properties_hs_engagement_source":"CRM_UI","properties_hs_engagement_source_id":null,"properties_hs_follow_up_action":null,"properties_hs_gdpr_deleted":null,"properties_hs_lastmodifieddate":"2023-01-30T23:51:47.542000+00:00","properties_hs_merged_object_ids":null,"properties_hs_modified_by":12282590,"properties_hs_note_body":"

test

","properties_hs_object_id":30652613125,"properties_hs_object_source":null,"properties_hs_object_source_id":null,"properties_hs_object_source_user_id":null,"properties_hs_product_name":null,"properties_hs_queue_membership_ids":null,"properties_hs_read_only":null,"properties_hs_timestamp":"2023-01-30T23:51:47.542000+00:00","properties_hs_unique_creation_key":null,"properties_hs_unique_id":null,"properties_hs_updated_by_user_id":12282590,"properties_hs_user_ids_of_all_notification_followers":null,"properties_hs_user_ids_of_all_notification_unfollowers":null,"properties_hs_user_ids_of_all_owners":"12282590","properties_hs_was_imported":null,"properties_hubspot_owner_assigneddate":"2023-01-30T23:51:47.542000+00:00","properties_hubspot_owner_id":"52550153","properties_hubspot_team_id":null},"emitted_at":1695637450467} +{"stream":"engagements_tasks","data":{"id":"11257289597","properties":{"hs_all_accessible_team_ids":null,"hs_all_assigned_business_unit_ids":null,"hs_all_owner_ids":"52550153","hs_all_team_ids":null,"hs_at_mentioned_owner_ids":null,"hs_attachment_ids":null,"hs_body_preview":"Regarding note logged on Tuesday, February 23, 2021 10:25 PM","hs_body_preview_html":"\n \n \n Regarding note logged on Tuesday, February 23, 2021 10:25 PM\n \n","hs_body_preview_is_truncated":false,"hs_calendar_event_id":null,"hs_created_by":12282590,"hs_created_by_user_id":12282590,"hs_createdate":"2021-02-23T20:25:07.503000+00:00","hs_engagement_source":null,"hs_engagement_source_id":null,"hs_follow_up_action":null,"hs_gdpr_deleted":false,"hs_lastmodifieddate":"2023-04-19T14:52:43.485000+00:00","hs_merged_object_ids":null,"hs_modified_by":12282590,"hs_msteams_message_id":null,"hs_num_associated_companies":0,"hs_num_associated_contacts":0,"hs_num_associated_deals":1,"hs_num_associated_queue_objects":1,"hs_num_associated_tickets":0,"hs_object_id":11257289597,"hs_object_source":null,"hs_object_source_id":null,"hs_object_source_user_id":null,"hs_product_name":null,"hs_queue_membership_ids":null,"hs_read_only":null,"hs_repeat_status":null,"hs_scheduled_tasks":"{\"scheduledTasks\":[{\"engagementId\":11257289597,\"portalId\":8727216,\"engagementType\":\"TASK\",\"taskType\":\"REMINDER\",\"timestamp\":1614319200000,\"uuid\":\"TASK:e41fd851-f7c7-4381-85fa-796d076163aa\"}]}","hs_task_body":"Regarding note logged on Tuesday, February 23, 2021 10:25 PM","hs_task_completion_count":null,"hs_task_completion_date":null,"hs_task_contact_timezone":null,"hs_task_family":"SALES","hs_task_for_object_type":"OWNER","hs_task_is_all_day":false,"hs_task_is_completed":0,"hs_task_is_completed_call":0,"hs_task_is_completed_email":0,"hs_task_is_completed_linked_in":0,"hs_task_is_completed_sequence":0,"hs_task_last_contact_outreach":null,"hs_task_last_sales_activity_timestamp":null,"hs_task_priority":"NONE","hs_task_probability_to_complete":null,"hs_task_relative_reminders":null,"hs_task_reminders":"1614319200000","hs_task_repeat_interval":null,"hs_task_send_default_reminder":null,"hs_task_sequence_enrollment_active":null,"hs_task_sequence_step_enrollment_id":null,"hs_task_sequence_step_order":null,"hs_task_status":"NOT_STARTED","hs_task_subject":"Follow up on Test deal 2","hs_task_template_id":null,"hs_task_type":"TODO","hs_timestamp":"2021-02-26T06:00:00+00:00","hs_unique_creation_key":null,"hs_unique_id":null,"hs_updated_by_user_id":12282590,"hs_user_ids_of_all_notification_followers":null,"hs_user_ids_of_all_notification_unfollowers":null,"hs_user_ids_of_all_owners":"12282590","hs_was_imported":null,"hubspot_owner_assigneddate":"2021-02-23T20:25:07.503000+00:00","hubspot_owner_id":"52550153","hubspot_team_id":null},"createdAt":"2021-02-23T20:25:07.503Z","updatedAt":"2023-04-19T14:52:43.485Z","archived":false,"deals":["4315375411"],"properties_hs_all_accessible_team_ids":null,"properties_hs_all_assigned_business_unit_ids":null,"properties_hs_all_owner_ids":"52550153","properties_hs_all_team_ids":null,"properties_hs_at_mentioned_owner_ids":null,"properties_hs_attachment_ids":null,"properties_hs_body_preview":"Regarding note logged on Tuesday, February 23, 2021 10:25 PM","properties_hs_body_preview_html":"\n \n \n Regarding note logged on Tuesday, February 23, 2021 10:25 PM\n \n","properties_hs_body_preview_is_truncated":false,"properties_hs_calendar_event_id":null,"properties_hs_created_by":12282590,"properties_hs_created_by_user_id":12282590,"properties_hs_createdate":"2021-02-23T20:25:07.503000+00:00","properties_hs_engagement_source":null,"properties_hs_engagement_source_id":null,"properties_hs_follow_up_action":null,"properties_hs_gdpr_deleted":false,"properties_hs_lastmodifieddate":"2023-04-19T14:52:43.485000+00:00","properties_hs_merged_object_ids":null,"properties_hs_modified_by":12282590,"properties_hs_msteams_message_id":null,"properties_hs_num_associated_companies":0,"properties_hs_num_associated_contacts":0,"properties_hs_num_associated_deals":1,"properties_hs_num_associated_queue_objects":1,"properties_hs_num_associated_tickets":0,"properties_hs_object_id":11257289597,"properties_hs_object_source":null,"properties_hs_object_source_id":null,"properties_hs_object_source_user_id":null,"properties_hs_product_name":null,"properties_hs_queue_membership_ids":null,"properties_hs_read_only":null,"properties_hs_repeat_status":null,"properties_hs_scheduled_tasks":"{\"scheduledTasks\":[{\"engagementId\":11257289597,\"portalId\":8727216,\"engagementType\":\"TASK\",\"taskType\":\"REMINDER\",\"timestamp\":1614319200000,\"uuid\":\"TASK:e41fd851-f7c7-4381-85fa-796d076163aa\"}]}","properties_hs_task_body":"Regarding note logged on Tuesday, February 23, 2021 10:25 PM","properties_hs_task_completion_count":null,"properties_hs_task_completion_date":null,"properties_hs_task_contact_timezone":null,"properties_hs_task_family":"SALES","properties_hs_task_for_object_type":"OWNER","properties_hs_task_is_all_day":false,"properties_hs_task_is_completed":0,"properties_hs_task_is_completed_call":0,"properties_hs_task_is_completed_email":0,"properties_hs_task_is_completed_linked_in":0,"properties_hs_task_is_completed_sequence":0,"properties_hs_task_last_contact_outreach":null,"properties_hs_task_last_sales_activity_timestamp":null,"properties_hs_task_priority":"NONE","properties_hs_task_probability_to_complete":null,"properties_hs_task_relative_reminders":null,"properties_hs_task_reminders":"1614319200000","properties_hs_task_repeat_interval":null,"properties_hs_task_send_default_reminder":null,"properties_hs_task_sequence_enrollment_active":null,"properties_hs_task_sequence_step_enrollment_id":null,"properties_hs_task_sequence_step_order":null,"properties_hs_task_status":"NOT_STARTED","properties_hs_task_subject":"Follow up on Test deal 2","properties_hs_task_template_id":null,"properties_hs_task_type":"TODO","properties_hs_timestamp":"2021-02-26T06:00:00+00:00","properties_hs_unique_creation_key":null,"properties_hs_unique_id":null,"properties_hs_updated_by_user_id":12282590,"properties_hs_user_ids_of_all_notification_followers":null,"properties_hs_user_ids_of_all_notification_unfollowers":null,"properties_hs_user_ids_of_all_owners":"12282590","properties_hs_was_imported":null,"properties_hubspot_owner_assigneddate":"2021-02-23T20:25:07.503000+00:00","properties_hubspot_owner_id":"52550153","properties_hubspot_team_id":null},"emitted_at":1695637452386} +{"stream":"engagements_tasks","data":{"id":"30652597343","properties":{"hs_all_accessible_team_ids":null,"hs_all_assigned_business_unit_ids":null,"hs_all_owner_ids":"52550153","hs_all_team_ids":null,"hs_at_mentioned_owner_ids":null,"hs_attachment_ids":null,"hs_body_preview":null,"hs_body_preview_html":null,"hs_body_preview_is_truncated":false,"hs_calendar_event_id":null,"hs_created_by":12282590,"hs_created_by_user_id":12282590,"hs_createdate":"2023-01-30T23:41:48.834000+00:00","hs_engagement_source":"CRM_UI","hs_engagement_source_id":null,"hs_follow_up_action":null,"hs_gdpr_deleted":null,"hs_lastmodifieddate":"2023-04-04T15:11:47.231000+00:00","hs_merged_object_ids":null,"hs_modified_by":12282590,"hs_msteams_message_id":null,"hs_num_associated_companies":0,"hs_num_associated_contacts":0,"hs_num_associated_deals":0,"hs_num_associated_queue_objects":0,"hs_num_associated_tickets":0,"hs_object_id":30652597343,"hs_object_source":null,"hs_object_source_id":null,"hs_object_source_user_id":null,"hs_product_name":null,"hs_queue_membership_ids":null,"hs_read_only":null,"hs_repeat_status":null,"hs_scheduled_tasks":"{\"scheduledTasks\":[]}","hs_task_body":null,"hs_task_completion_count":null,"hs_task_completion_date":null,"hs_task_contact_timezone":null,"hs_task_family":"SALES","hs_task_for_object_type":"OWNER","hs_task_is_all_day":false,"hs_task_is_completed":0,"hs_task_is_completed_call":0,"hs_task_is_completed_email":0,"hs_task_is_completed_linked_in":0,"hs_task_is_completed_sequence":0,"hs_task_last_contact_outreach":null,"hs_task_last_sales_activity_timestamp":null,"hs_task_priority":"NONE","hs_task_probability_to_complete":null,"hs_task_relative_reminders":"[]","hs_task_reminders":null,"hs_task_repeat_interval":null,"hs_task_send_default_reminder":false,"hs_task_sequence_enrollment_active":null,"hs_task_sequence_step_enrollment_id":null,"hs_task_sequence_step_order":null,"hs_task_status":"NOT_STARTED","hs_task_subject":"test","hs_task_template_id":null,"hs_task_type":"TODO","hs_timestamp":"2023-02-03T07:00:00+00:00","hs_unique_creation_key":null,"hs_unique_id":null,"hs_updated_by_user_id":12282590,"hs_user_ids_of_all_notification_followers":null,"hs_user_ids_of_all_notification_unfollowers":null,"hs_user_ids_of_all_owners":"12282590","hs_was_imported":null,"hubspot_owner_assigneddate":"2023-01-30T23:41:48.834000+00:00","hubspot_owner_id":"52550153","hubspot_team_id":null},"createdAt":"2023-01-30T23:41:48.834Z","updatedAt":"2023-04-04T15:11:47.231Z","archived":false,"properties_hs_all_accessible_team_ids":null,"properties_hs_all_assigned_business_unit_ids":null,"properties_hs_all_owner_ids":"52550153","properties_hs_all_team_ids":null,"properties_hs_at_mentioned_owner_ids":null,"properties_hs_attachment_ids":null,"properties_hs_body_preview":null,"properties_hs_body_preview_html":null,"properties_hs_body_preview_is_truncated":false,"properties_hs_calendar_event_id":null,"properties_hs_created_by":12282590,"properties_hs_created_by_user_id":12282590,"properties_hs_createdate":"2023-01-30T23:41:48.834000+00:00","properties_hs_engagement_source":"CRM_UI","properties_hs_engagement_source_id":null,"properties_hs_follow_up_action":null,"properties_hs_gdpr_deleted":null,"properties_hs_lastmodifieddate":"2023-04-04T15:11:47.231000+00:00","properties_hs_merged_object_ids":null,"properties_hs_modified_by":12282590,"properties_hs_msteams_message_id":null,"properties_hs_num_associated_companies":0,"properties_hs_num_associated_contacts":0,"properties_hs_num_associated_deals":0,"properties_hs_num_associated_queue_objects":0,"properties_hs_num_associated_tickets":0,"properties_hs_object_id":30652597343,"properties_hs_object_source":null,"properties_hs_object_source_id":null,"properties_hs_object_source_user_id":null,"properties_hs_product_name":null,"properties_hs_queue_membership_ids":null,"properties_hs_read_only":null,"properties_hs_repeat_status":null,"properties_hs_scheduled_tasks":"{\"scheduledTasks\":[]}","properties_hs_task_body":null,"properties_hs_task_completion_count":null,"properties_hs_task_completion_date":null,"properties_hs_task_contact_timezone":null,"properties_hs_task_family":"SALES","properties_hs_task_for_object_type":"OWNER","properties_hs_task_is_all_day":false,"properties_hs_task_is_completed":0,"properties_hs_task_is_completed_call":0,"properties_hs_task_is_completed_email":0,"properties_hs_task_is_completed_linked_in":0,"properties_hs_task_is_completed_sequence":0,"properties_hs_task_last_contact_outreach":null,"properties_hs_task_last_sales_activity_timestamp":null,"properties_hs_task_priority":"NONE","properties_hs_task_probability_to_complete":null,"properties_hs_task_relative_reminders":"[]","properties_hs_task_reminders":null,"properties_hs_task_repeat_interval":null,"properties_hs_task_send_default_reminder":false,"properties_hs_task_sequence_enrollment_active":null,"properties_hs_task_sequence_step_enrollment_id":null,"properties_hs_task_sequence_step_order":null,"properties_hs_task_status":"NOT_STARTED","properties_hs_task_subject":"test","properties_hs_task_template_id":null,"properties_hs_task_type":"TODO","properties_hs_timestamp":"2023-02-03T07:00:00+00:00","properties_hs_unique_creation_key":null,"properties_hs_unique_id":null,"properties_hs_updated_by_user_id":12282590,"properties_hs_user_ids_of_all_notification_followers":null,"properties_hs_user_ids_of_all_notification_unfollowers":null,"properties_hs_user_ids_of_all_owners":"12282590","properties_hs_was_imported":null,"properties_hubspot_owner_assigneddate":"2023-01-30T23:41:48.834000+00:00","properties_hubspot_owner_id":"52550153","properties_hubspot_team_id":null},"emitted_at":1695637452387} +{"stream":"engagements_tasks","data":{"id":"30652613208","properties":{"hs_all_accessible_team_ids":null,"hs_all_assigned_business_unit_ids":null,"hs_all_owner_ids":"52550153","hs_all_team_ids":null,"hs_at_mentioned_owner_ids":null,"hs_attachment_ids":null,"hs_body_preview":null,"hs_body_preview_html":null,"hs_body_preview_is_truncated":false,"hs_calendar_event_id":null,"hs_created_by":12282590,"hs_created_by_user_id":12282590,"hs_createdate":"2023-01-30T23:51:52.099000+00:00","hs_engagement_source":"CRM_UI","hs_engagement_source_id":null,"hs_follow_up_action":null,"hs_gdpr_deleted":null,"hs_lastmodifieddate":"2023-01-30T23:51:54.343000+00:00","hs_merged_object_ids":null,"hs_modified_by":12282590,"hs_msteams_message_id":null,"hs_num_associated_companies":1,"hs_num_associated_contacts":0,"hs_num_associated_deals":0,"hs_num_associated_queue_objects":1,"hs_num_associated_tickets":0,"hs_object_id":30652613208,"hs_object_source":null,"hs_object_source_id":null,"hs_object_source_user_id":null,"hs_product_name":null,"hs_queue_membership_ids":null,"hs_read_only":null,"hs_repeat_status":null,"hs_scheduled_tasks":"{\"scheduledTasks\":[]}","hs_task_body":null,"hs_task_completion_count":null,"hs_task_completion_date":null,"hs_task_contact_timezone":null,"hs_task_family":"SALES","hs_task_for_object_type":"OWNER","hs_task_is_all_day":false,"hs_task_is_completed":0,"hs_task_is_completed_call":0,"hs_task_is_completed_email":0,"hs_task_is_completed_linked_in":0,"hs_task_is_completed_sequence":0,"hs_task_last_contact_outreach":null,"hs_task_last_sales_activity_timestamp":null,"hs_task_priority":"NONE","hs_task_probability_to_complete":null,"hs_task_relative_reminders":"[]","hs_task_reminders":null,"hs_task_repeat_interval":null,"hs_task_send_default_reminder":false,"hs_task_sequence_enrollment_active":null,"hs_task_sequence_step_enrollment_id":null,"hs_task_sequence_step_order":null,"hs_task_status":"NOT_STARTED","hs_task_subject":"test","hs_task_template_id":null,"hs_task_type":"TODO","hs_timestamp":"2023-02-03T07:00:00+00:00","hs_unique_creation_key":null,"hs_unique_id":null,"hs_updated_by_user_id":12282590,"hs_user_ids_of_all_notification_followers":null,"hs_user_ids_of_all_notification_unfollowers":null,"hs_user_ids_of_all_owners":"12282590","hs_was_imported":null,"hubspot_owner_assigneddate":"2023-01-30T23:51:52.099000+00:00","hubspot_owner_id":"52550153","hubspot_team_id":null},"createdAt":"2023-01-30T23:51:52.099Z","updatedAt":"2023-01-30T23:51:54.343Z","archived":false,"companies":["11481383026"],"properties_hs_all_accessible_team_ids":null,"properties_hs_all_assigned_business_unit_ids":null,"properties_hs_all_owner_ids":"52550153","properties_hs_all_team_ids":null,"properties_hs_at_mentioned_owner_ids":null,"properties_hs_attachment_ids":null,"properties_hs_body_preview":null,"properties_hs_body_preview_html":null,"properties_hs_body_preview_is_truncated":false,"properties_hs_calendar_event_id":null,"properties_hs_created_by":12282590,"properties_hs_created_by_user_id":12282590,"properties_hs_createdate":"2023-01-30T23:51:52.099000+00:00","properties_hs_engagement_source":"CRM_UI","properties_hs_engagement_source_id":null,"properties_hs_follow_up_action":null,"properties_hs_gdpr_deleted":null,"properties_hs_lastmodifieddate":"2023-01-30T23:51:54.343000+00:00","properties_hs_merged_object_ids":null,"properties_hs_modified_by":12282590,"properties_hs_msteams_message_id":null,"properties_hs_num_associated_companies":1,"properties_hs_num_associated_contacts":0,"properties_hs_num_associated_deals":0,"properties_hs_num_associated_queue_objects":1,"properties_hs_num_associated_tickets":0,"properties_hs_object_id":30652613208,"properties_hs_object_source":null,"properties_hs_object_source_id":null,"properties_hs_object_source_user_id":null,"properties_hs_product_name":null,"properties_hs_queue_membership_ids":null,"properties_hs_read_only":null,"properties_hs_repeat_status":null,"properties_hs_scheduled_tasks":"{\"scheduledTasks\":[]}","properties_hs_task_body":null,"properties_hs_task_completion_count":null,"properties_hs_task_completion_date":null,"properties_hs_task_contact_timezone":null,"properties_hs_task_family":"SALES","properties_hs_task_for_object_type":"OWNER","properties_hs_task_is_all_day":false,"properties_hs_task_is_completed":0,"properties_hs_task_is_completed_call":0,"properties_hs_task_is_completed_email":0,"properties_hs_task_is_completed_linked_in":0,"properties_hs_task_is_completed_sequence":0,"properties_hs_task_last_contact_outreach":null,"properties_hs_task_last_sales_activity_timestamp":null,"properties_hs_task_priority":"NONE","properties_hs_task_probability_to_complete":null,"properties_hs_task_relative_reminders":"[]","properties_hs_task_reminders":null,"properties_hs_task_repeat_interval":null,"properties_hs_task_send_default_reminder":false,"properties_hs_task_sequence_enrollment_active":null,"properties_hs_task_sequence_step_enrollment_id":null,"properties_hs_task_sequence_step_order":null,"properties_hs_task_status":"NOT_STARTED","properties_hs_task_subject":"test","properties_hs_task_template_id":null,"properties_hs_task_type":"TODO","properties_hs_timestamp":"2023-02-03T07:00:00+00:00","properties_hs_unique_creation_key":null,"properties_hs_unique_id":null,"properties_hs_updated_by_user_id":12282590,"properties_hs_user_ids_of_all_notification_followers":null,"properties_hs_user_ids_of_all_notification_unfollowers":null,"properties_hs_user_ids_of_all_owners":"12282590","properties_hs_was_imported":null,"properties_hubspot_owner_assigneddate":"2023-01-30T23:51:52.099000+00:00","properties_hubspot_owner_id":"52550153","properties_hubspot_team_id":null},"emitted_at":1695637452388} +{"stream":"forms","data":{"id":"03e69987-1dcb-4d55-9cb6-d3812ac00ee6","name":"New form 93","createdAt":"2023-02-13T16:56:33.108Z","updatedAt":"2023-02-13T16:56:33.108Z","archived":false,"fieldGroups":[{"groupType":"default_group","richTextType":"text","fields":[{"objectTypeId":"0-1","name":"email","label":"Email","required":true,"hidden":false,"fieldType":"email","validation":{"blockedEmailDomains":[],"useDefaultBlockList":false}}]}],"configuration":{"language":"en","cloneable":true,"postSubmitAction":{"type":"thank_you","value":"Thanks for submitting the form."},"editable":true,"archivable":true,"recaptchaEnabled":false,"notifyContactOwner":false,"notifyRecipients":["12282590"],"createNewContactForNewEmail":false,"prePopulateKnownValues":true,"allowLinkToResetKnownValues":false},"displayOptions":{"renderRawHtml":false,"theme":"default_style","submitButtonText":"Submit","style":{"fontFamily":"arial, helvetica, sans-serif","backgroundWidth":"100%","labelTextColor":"#33475b","labelTextSize":"14px","helpTextColor":"#7C98B6","helpTextSize":"11px","legalConsentTextColor":"#33475b","legalConsentTextSize":"14px","submitColor":"#ff7a59","submitAlignment":"left","submitFontColor":"#ffffff","submitSize":"12px"},"cssClass":"hs-form stacked"},"legalConsentOptions":{"type":"implicit_consent_to_process","communicationConsentText":"integrationtest is committed to protecting and respecting your privacy, and we’ll only use your personal information to administer your account and to provide the products and services you requested from us. From time to time, we would like to contact you about our products and services, as well as other content that may be of interest to you. If you consent to us contacting you for this purpose, please tick below to say how you would like us to contact you:","communicationsCheckboxes":[{"required":false,"subscriptionTypeId":23704464,"label":"I agree to receive other communications from [MAIN] integration test account."}],"privacyText":"You may unsubscribe from these communications at any time. For more information on how to unsubscribe, our privacy practices, and how we are committed to protecting and respecting your privacy, please review our Privacy Policy.","consentToProcessText":"By clicking submit below, you consent to allow integrationtest to store and process the personal information submitted above to provide you the content requested."},"formType":"hubspot"},"emitted_at":1695637453710} +{"stream":"forms","data":{"id":"0a7fd84f-471e-444a-a4e0-ca36d39f8af7","name":"New form 27","createdAt":"2023-02-13T16:45:22.640Z","updatedAt":"2023-02-13T16:45:22.640Z","archived":false,"fieldGroups":[{"groupType":"default_group","richTextType":"text","fields":[{"objectTypeId":"0-1","name":"email","label":"Email","required":true,"hidden":false,"fieldType":"email","validation":{"blockedEmailDomains":[],"useDefaultBlockList":false}}]}],"configuration":{"language":"en","cloneable":true,"postSubmitAction":{"type":"thank_you","value":"Thanks for submitting the form."},"editable":true,"archivable":true,"recaptchaEnabled":false,"notifyContactOwner":false,"notifyRecipients":["12282590"],"createNewContactForNewEmail":false,"prePopulateKnownValues":true,"allowLinkToResetKnownValues":false},"displayOptions":{"renderRawHtml":false,"theme":"default_style","submitButtonText":"Submit","style":{"fontFamily":"arial, helvetica, sans-serif","backgroundWidth":"100%","labelTextColor":"#33475b","labelTextSize":"14px","helpTextColor":"#7C98B6","helpTextSize":"11px","legalConsentTextColor":"#33475b","legalConsentTextSize":"14px","submitColor":"#ff7a59","submitAlignment":"left","submitFontColor":"#ffffff","submitSize":"12px"},"cssClass":"hs-form stacked"},"legalConsentOptions":{"type":"implicit_consent_to_process","communicationConsentText":"integrationtest is committed to protecting and respecting your privacy, and we’ll only use your personal information to administer your account and to provide the products and services you requested from us. From time to time, we would like to contact you about our products and services, as well as other content that may be of interest to you. If you consent to us contacting you for this purpose, please tick below to say how you would like us to contact you:","communicationsCheckboxes":[{"required":false,"subscriptionTypeId":23704464,"label":"I agree to receive other communications from [MAIN] integration test account."}],"privacyText":"You may unsubscribe from these communications at any time. For more information on how to unsubscribe, our privacy practices, and how we are committed to protecting and respecting your privacy, please review our Privacy Policy.","consentToProcessText":"By clicking submit below, you consent to allow integrationtest to store and process the personal information submitted above to provide you the content requested."},"formType":"hubspot"},"emitted_at":1695637453711} +{"stream":"forms","data":{"id":"0bf0c00f-e68d-4de2-8cd9-d9b04e41072f","name":"New form 55","createdAt":"2023-02-13T16:50:27.345Z","updatedAt":"2023-02-13T16:50:27.345Z","archived":false,"fieldGroups":[{"groupType":"default_group","richTextType":"text","fields":[{"objectTypeId":"0-1","name":"email","label":"Email","required":true,"hidden":false,"fieldType":"email","validation":{"blockedEmailDomains":[],"useDefaultBlockList":false}}]}],"configuration":{"language":"en","cloneable":true,"postSubmitAction":{"type":"thank_you","value":"Thanks for submitting the form."},"editable":true,"archivable":true,"recaptchaEnabled":false,"notifyContactOwner":false,"notifyRecipients":["12282590"],"createNewContactForNewEmail":false,"prePopulateKnownValues":true,"allowLinkToResetKnownValues":false},"displayOptions":{"renderRawHtml":false,"theme":"default_style","submitButtonText":"Submit","style":{"fontFamily":"arial, helvetica, sans-serif","backgroundWidth":"100%","labelTextColor":"#33475b","labelTextSize":"14px","helpTextColor":"#7C98B6","helpTextSize":"11px","legalConsentTextColor":"#33475b","legalConsentTextSize":"14px","submitColor":"#ff7a59","submitAlignment":"left","submitFontColor":"#ffffff","submitSize":"12px"},"cssClass":"hs-form stacked"},"legalConsentOptions":{"type":"implicit_consent_to_process","communicationConsentText":"integrationtest is committed to protecting and respecting your privacy, and we’ll only use your personal information to administer your account and to provide the products and services you requested from us. From time to time, we would like to contact you about our products and services, as well as other content that may be of interest to you. If you consent to us contacting you for this purpose, please tick below to say how you would like us to contact you:","communicationsCheckboxes":[{"required":false,"subscriptionTypeId":23704464,"label":"I agree to receive other communications from [MAIN] integration test account."}],"privacyText":"You may unsubscribe from these communications at any time. For more information on how to unsubscribe, our privacy practices, and how we are committed to protecting and respecting your privacy, please review our Privacy Policy.","consentToProcessText":"By clicking submit below, you consent to allow integrationtest to store and process the personal information submitted above to provide you the content requested."},"formType":"hubspot"},"emitted_at":1695637453711} +{"stream":"goals","data":{"id":"221880757009","properties":{"hs__migration_soft_delete":null,"hs_ad_account_asset_ids":null,"hs_ad_campaign_asset_ids":null,"hs_all_accessible_team_ids":null,"hs_all_assigned_business_unit_ids":null,"hs_all_owner_ids":null,"hs_all_team_ids":null,"hs_assignee_team_id":null,"hs_assignee_user_id":26748728,"hs_contact_lifecycle_stage":null,"hs_created_by_user_id":12282590,"hs_createdate":"2023-04-10T13:57:36.691000+00:00","hs_currency":null,"hs_deal_pipeline_ids":null,"hs_edit_updates_notification_frequency":"weekly","hs_end_date":null,"hs_end_datetime":"2023-07-31T23:59:59.999000+00:00","hs_fiscal_year_offset":0,"hs_goal_name":"Integration Test Goal Hubspot","hs_goal_target_group_id":221880750627,"hs_goal_type":"average_ticket_response_time","hs_group_correlation_uuid":"5c49f251-be20-43c6-87c7-dd273732b3a4","hs_is_forecastable":"true","hs_is_legacy":null,"hs_kpi_display_unit":"hour","hs_kpi_filter_groups":"[{\"filters\":[{\"property\":\"hs_pipeline\",\"operator\":\"IN\",\"values\":[\"0\"]},{\"property\":\"hubspot_owner_id\",\"operator\":\"EQ\",\"value\":\"111730024\"}]}]","hs_kpi_metric_type":"AVG","hs_kpi_object_type":"TICKET","hs_kpi_object_type_id":"0-5","hs_kpi_progress_percent":null,"hs_kpi_property_name":"time_to_first_agent_reply","hs_kpi_single_object_custom_goal_type_name":"avg_time_to_first_agent_reply_0-5","hs_kpi_time_period_property":"createdate","hs_kpi_tracking_method":"LOWER_IS_BETTER","hs_kpi_unit_type":"duration","hs_kpi_value":0,"hs_kpi_value_calculated_at":null,"hs_kpi_value_last_calculated_at":"2023-08-01T00:45:14.830000+00:00","hs_lastmodifieddate":"2023-08-18T14:59:25.726000+00:00","hs_legacy_active":null,"hs_legacy_created_at":null,"hs_legacy_created_by":null,"hs_legacy_quarterly_target_composite_id":null,"hs_legacy_sql_id":null,"hs_legacy_unique_sql_id":null,"hs_legacy_updated_at":null,"hs_legacy_updated_by":null,"hs_merged_object_ids":null,"hs_migration_soft_delete":null,"hs_milestone":"monthly","hs_object_id":221880757009,"hs_object_source":null,"hs_object_source_id":null,"hs_object_source_user_id":null,"hs_outcome":"completed","hs_owner_ids_of_all_owners":"111730024","hs_participant_type":"users","hs_pipelines":"0","hs_progress_updates_notification_frequency":"weekly","hs_read_only":null,"hs_should_notify_on_achieved":"false","hs_should_notify_on_edit_updates":"false","hs_should_notify_on_exceeded":"false","hs_should_notify_on_kickoff":"false","hs_should_notify_on_missed":"false","hs_should_notify_on_progress_updates":"false","hs_should_recalculate":"false","hs_start_date":null,"hs_start_datetime":"2023-07-01T00:00:00+00:00","hs_static_kpi_filter_groups":"[]","hs_status":"achieved","hs_status_display_order":4,"hs_target_amount":0,"hs_target_amount_in_home_currency":0,"hs_team_id":null,"hs_ticket_pipeline_ids":"0","hs_unique_creation_key":null,"hs_updated_by_user_id":12282590,"hs_user_id":null,"hs_user_ids_of_all_notification_followers":null,"hs_user_ids_of_all_notification_unfollowers":null,"hs_user_ids_of_all_owners":"26748728","hs_was_imported":null,"hubspot_owner_assigneddate":null,"hubspot_owner_id":null,"hubspot_team_id":null},"createdAt":"2023-04-10T13:57:36.691Z","updatedAt":"2023-08-18T14:59:25.726Z","archived":false,"properties_hs__migration_soft_delete":null,"properties_hs_ad_account_asset_ids":null,"properties_hs_ad_campaign_asset_ids":null,"properties_hs_all_accessible_team_ids":null,"properties_hs_all_assigned_business_unit_ids":null,"properties_hs_all_owner_ids":null,"properties_hs_all_team_ids":null,"properties_hs_assignee_team_id":null,"properties_hs_assignee_user_id":26748728,"properties_hs_contact_lifecycle_stage":null,"properties_hs_created_by_user_id":12282590,"properties_hs_createdate":"2023-04-10T13:57:36.691000+00:00","properties_hs_currency":null,"properties_hs_deal_pipeline_ids":null,"properties_hs_edit_updates_notification_frequency":"weekly","properties_hs_end_date":null,"properties_hs_end_datetime":"2023-07-31T23:59:59.999000+00:00","properties_hs_fiscal_year_offset":0,"properties_hs_goal_name":"Integration Test Goal Hubspot","properties_hs_goal_target_group_id":221880750627,"properties_hs_goal_type":"average_ticket_response_time","properties_hs_group_correlation_uuid":"5c49f251-be20-43c6-87c7-dd273732b3a4","properties_hs_is_forecastable":"true","properties_hs_is_legacy":null,"properties_hs_kpi_display_unit":"hour","properties_hs_kpi_filter_groups":"[{\"filters\":[{\"property\":\"hs_pipeline\",\"operator\":\"IN\",\"values\":[\"0\"]},{\"property\":\"hubspot_owner_id\",\"operator\":\"EQ\",\"value\":\"111730024\"}]}]","properties_hs_kpi_metric_type":"AVG","properties_hs_kpi_object_type":"TICKET","properties_hs_kpi_object_type_id":"0-5","properties_hs_kpi_progress_percent":null,"properties_hs_kpi_property_name":"time_to_first_agent_reply","properties_hs_kpi_single_object_custom_goal_type_name":"avg_time_to_first_agent_reply_0-5","properties_hs_kpi_time_period_property":"createdate","properties_hs_kpi_tracking_method":"LOWER_IS_BETTER","properties_hs_kpi_unit_type":"duration","properties_hs_kpi_value":0,"properties_hs_kpi_value_calculated_at":null,"properties_hs_kpi_value_last_calculated_at":"2023-08-01T00:45:14.830000+00:00","properties_hs_lastmodifieddate":"2023-08-18T14:59:25.726000+00:00","properties_hs_legacy_active":null,"properties_hs_legacy_created_at":null,"properties_hs_legacy_created_by":null,"properties_hs_legacy_quarterly_target_composite_id":null,"properties_hs_legacy_sql_id":null,"properties_hs_legacy_unique_sql_id":null,"properties_hs_legacy_updated_at":null,"properties_hs_legacy_updated_by":null,"properties_hs_merged_object_ids":null,"properties_hs_migration_soft_delete":null,"properties_hs_milestone":"monthly","properties_hs_object_id":221880757009,"properties_hs_object_source":null,"properties_hs_object_source_id":null,"properties_hs_object_source_user_id":null,"properties_hs_outcome":"completed","properties_hs_owner_ids_of_all_owners":"111730024","properties_hs_participant_type":"users","properties_hs_pipelines":"0","properties_hs_progress_updates_notification_frequency":"weekly","properties_hs_read_only":null,"properties_hs_should_notify_on_achieved":"false","properties_hs_should_notify_on_edit_updates":"false","properties_hs_should_notify_on_exceeded":"false","properties_hs_should_notify_on_kickoff":"false","properties_hs_should_notify_on_missed":"false","properties_hs_should_notify_on_progress_updates":"false","properties_hs_should_recalculate":"false","properties_hs_start_date":null,"properties_hs_start_datetime":"2023-07-01T00:00:00+00:00","properties_hs_static_kpi_filter_groups":"[]","properties_hs_status":"achieved","properties_hs_status_display_order":4,"properties_hs_target_amount":0,"properties_hs_target_amount_in_home_currency":0,"properties_hs_team_id":null,"properties_hs_ticket_pipeline_ids":"0","properties_hs_unique_creation_key":null,"properties_hs_updated_by_user_id":12282590,"properties_hs_user_id":null,"properties_hs_user_ids_of_all_notification_followers":null,"properties_hs_user_ids_of_all_notification_unfollowers":null,"properties_hs_user_ids_of_all_owners":"26748728","properties_hs_was_imported":null,"properties_hubspot_owner_assigneddate":null,"properties_hubspot_owner_id":null,"properties_hubspot_team_id":null},"emitted_at":1695637479930} +{"stream":"goals","data":{"id":"221880757010","properties":{"hs__migration_soft_delete":null,"hs_ad_account_asset_ids":null,"hs_ad_campaign_asset_ids":null,"hs_all_accessible_team_ids":null,"hs_all_assigned_business_unit_ids":null,"hs_all_owner_ids":null,"hs_all_team_ids":null,"hs_assignee_team_id":null,"hs_assignee_user_id":26748728,"hs_contact_lifecycle_stage":null,"hs_created_by_user_id":12282590,"hs_createdate":"2023-04-10T13:57:36.691000+00:00","hs_currency":null,"hs_deal_pipeline_ids":null,"hs_edit_updates_notification_frequency":"weekly","hs_end_date":null,"hs_end_datetime":"2023-09-30T23:59:59.999000+00:00","hs_fiscal_year_offset":0,"hs_goal_name":"Integration Test Goal Hubspot","hs_goal_target_group_id":221880750627,"hs_goal_type":"average_ticket_response_time","hs_group_correlation_uuid":"5c49f251-be20-43c6-87c7-dd273732b3a4","hs_is_forecastable":"true","hs_is_legacy":null,"hs_kpi_display_unit":"hour","hs_kpi_filter_groups":"[{\"filters\":[{\"property\":\"hs_pipeline\",\"operator\":\"IN\",\"values\":[\"0\"]},{\"property\":\"hubspot_owner_id\",\"operator\":\"EQ\",\"value\":\"111730024\"}]}]","hs_kpi_metric_type":"AVG","hs_kpi_object_type":"TICKET","hs_kpi_object_type_id":"0-5","hs_kpi_progress_percent":null,"hs_kpi_property_name":"time_to_first_agent_reply","hs_kpi_single_object_custom_goal_type_name":"avg_time_to_first_agent_reply_0-5","hs_kpi_time_period_property":"createdate","hs_kpi_tracking_method":"LOWER_IS_BETTER","hs_kpi_unit_type":"duration","hs_kpi_value":0,"hs_kpi_value_calculated_at":null,"hs_kpi_value_last_calculated_at":"2023-09-24T22:19:07.032000+00:00","hs_lastmodifieddate":"2023-09-24T22:19:07.088000+00:00","hs_legacy_active":null,"hs_legacy_created_at":null,"hs_legacy_created_by":null,"hs_legacy_quarterly_target_composite_id":null,"hs_legacy_sql_id":null,"hs_legacy_unique_sql_id":null,"hs_legacy_updated_at":null,"hs_legacy_updated_by":null,"hs_merged_object_ids":null,"hs_migration_soft_delete":null,"hs_milestone":"monthly","hs_object_id":221880757010,"hs_object_source":null,"hs_object_source_id":null,"hs_object_source_user_id":null,"hs_outcome":"in_progress","hs_owner_ids_of_all_owners":"111730024","hs_participant_type":"users","hs_pipelines":"0","hs_progress_updates_notification_frequency":"weekly","hs_read_only":null,"hs_should_notify_on_achieved":"false","hs_should_notify_on_edit_updates":"false","hs_should_notify_on_exceeded":"false","hs_should_notify_on_kickoff":"false","hs_should_notify_on_missed":"false","hs_should_notify_on_progress_updates":"false","hs_should_recalculate":"false","hs_start_date":null,"hs_start_datetime":"2023-09-01T00:00:00+00:00","hs_static_kpi_filter_groups":"[]","hs_status":"in_progress","hs_status_display_order":1,"hs_target_amount":0,"hs_target_amount_in_home_currency":0,"hs_team_id":null,"hs_ticket_pipeline_ids":"0","hs_unique_creation_key":null,"hs_updated_by_user_id":12282590,"hs_user_id":null,"hs_user_ids_of_all_notification_followers":null,"hs_user_ids_of_all_notification_unfollowers":null,"hs_user_ids_of_all_owners":"26748728","hs_was_imported":null,"hubspot_owner_assigneddate":null,"hubspot_owner_id":null,"hubspot_team_id":null},"createdAt":"2023-04-10T13:57:36.691Z","updatedAt":"2023-09-24T22:19:07.088Z","archived":false,"properties_hs__migration_soft_delete":null,"properties_hs_ad_account_asset_ids":null,"properties_hs_ad_campaign_asset_ids":null,"properties_hs_all_accessible_team_ids":null,"properties_hs_all_assigned_business_unit_ids":null,"properties_hs_all_owner_ids":null,"properties_hs_all_team_ids":null,"properties_hs_assignee_team_id":null,"properties_hs_assignee_user_id":26748728,"properties_hs_contact_lifecycle_stage":null,"properties_hs_created_by_user_id":12282590,"properties_hs_createdate":"2023-04-10T13:57:36.691000+00:00","properties_hs_currency":null,"properties_hs_deal_pipeline_ids":null,"properties_hs_edit_updates_notification_frequency":"weekly","properties_hs_end_date":null,"properties_hs_end_datetime":"2023-09-30T23:59:59.999000+00:00","properties_hs_fiscal_year_offset":0,"properties_hs_goal_name":"Integration Test Goal Hubspot","properties_hs_goal_target_group_id":221880750627,"properties_hs_goal_type":"average_ticket_response_time","properties_hs_group_correlation_uuid":"5c49f251-be20-43c6-87c7-dd273732b3a4","properties_hs_is_forecastable":"true","properties_hs_is_legacy":null,"properties_hs_kpi_display_unit":"hour","properties_hs_kpi_filter_groups":"[{\"filters\":[{\"property\":\"hs_pipeline\",\"operator\":\"IN\",\"values\":[\"0\"]},{\"property\":\"hubspot_owner_id\",\"operator\":\"EQ\",\"value\":\"111730024\"}]}]","properties_hs_kpi_metric_type":"AVG","properties_hs_kpi_object_type":"TICKET","properties_hs_kpi_object_type_id":"0-5","properties_hs_kpi_progress_percent":null,"properties_hs_kpi_property_name":"time_to_first_agent_reply","properties_hs_kpi_single_object_custom_goal_type_name":"avg_time_to_first_agent_reply_0-5","properties_hs_kpi_time_period_property":"createdate","properties_hs_kpi_tracking_method":"LOWER_IS_BETTER","properties_hs_kpi_unit_type":"duration","properties_hs_kpi_value":0,"properties_hs_kpi_value_calculated_at":null,"properties_hs_kpi_value_last_calculated_at":"2023-09-24T22:19:07.032000+00:00","properties_hs_lastmodifieddate":"2023-09-24T22:19:07.088000+00:00","properties_hs_legacy_active":null,"properties_hs_legacy_created_at":null,"properties_hs_legacy_created_by":null,"properties_hs_legacy_quarterly_target_composite_id":null,"properties_hs_legacy_sql_id":null,"properties_hs_legacy_unique_sql_id":null,"properties_hs_legacy_updated_at":null,"properties_hs_legacy_updated_by":null,"properties_hs_merged_object_ids":null,"properties_hs_migration_soft_delete":null,"properties_hs_milestone":"monthly","properties_hs_object_id":221880757010,"properties_hs_object_source":null,"properties_hs_object_source_id":null,"properties_hs_object_source_user_id":null,"properties_hs_outcome":"in_progress","properties_hs_owner_ids_of_all_owners":"111730024","properties_hs_participant_type":"users","properties_hs_pipelines":"0","properties_hs_progress_updates_notification_frequency":"weekly","properties_hs_read_only":null,"properties_hs_should_notify_on_achieved":"false","properties_hs_should_notify_on_edit_updates":"false","properties_hs_should_notify_on_exceeded":"false","properties_hs_should_notify_on_kickoff":"false","properties_hs_should_notify_on_missed":"false","properties_hs_should_notify_on_progress_updates":"false","properties_hs_should_recalculate":"false","properties_hs_start_date":null,"properties_hs_start_datetime":"2023-09-01T00:00:00+00:00","properties_hs_static_kpi_filter_groups":"[]","properties_hs_status":"in_progress","properties_hs_status_display_order":1,"properties_hs_target_amount":0,"properties_hs_target_amount_in_home_currency":0,"properties_hs_team_id":null,"properties_hs_ticket_pipeline_ids":"0","properties_hs_unique_creation_key":null,"properties_hs_updated_by_user_id":12282590,"properties_hs_user_id":null,"properties_hs_user_ids_of_all_notification_followers":null,"properties_hs_user_ids_of_all_notification_unfollowers":null,"properties_hs_user_ids_of_all_owners":"26748728","properties_hs_was_imported":null,"properties_hubspot_owner_assigneddate":null,"properties_hubspot_owner_id":null,"properties_hubspot_team_id":null},"emitted_at":1695637479932} +{"stream":"goals","data":{"id":"221880757011","properties":{"hs__migration_soft_delete":null,"hs_ad_account_asset_ids":null,"hs_ad_campaign_asset_ids":null,"hs_all_accessible_team_ids":null,"hs_all_assigned_business_unit_ids":null,"hs_all_owner_ids":null,"hs_all_team_ids":null,"hs_assignee_team_id":null,"hs_assignee_user_id":26748728,"hs_contact_lifecycle_stage":null,"hs_created_by_user_id":12282590,"hs_createdate":"2023-04-10T13:57:36.691000+00:00","hs_currency":null,"hs_deal_pipeline_ids":null,"hs_edit_updates_notification_frequency":"weekly","hs_end_date":null,"hs_end_datetime":"2023-08-31T23:59:59.999000+00:00","hs_fiscal_year_offset":0,"hs_goal_name":"Integration Test Goal Hubspot","hs_goal_target_group_id":221880750627,"hs_goal_type":"average_ticket_response_time","hs_group_correlation_uuid":"5c49f251-be20-43c6-87c7-dd273732b3a4","hs_is_forecastable":"true","hs_is_legacy":null,"hs_kpi_display_unit":"hour","hs_kpi_filter_groups":"[{\"filters\":[{\"property\":\"hs_pipeline\",\"operator\":\"IN\",\"values\":[\"0\"]},{\"property\":\"hubspot_owner_id\",\"operator\":\"EQ\",\"value\":\"111730024\"}]}]","hs_kpi_metric_type":"AVG","hs_kpi_object_type":"TICKET","hs_kpi_object_type_id":"0-5","hs_kpi_progress_percent":null,"hs_kpi_property_name":"time_to_first_agent_reply","hs_kpi_single_object_custom_goal_type_name":"avg_time_to_first_agent_reply_0-5","hs_kpi_time_period_property":"createdate","hs_kpi_tracking_method":"LOWER_IS_BETTER","hs_kpi_unit_type":"duration","hs_kpi_value":0,"hs_kpi_value_calculated_at":null,"hs_kpi_value_last_calculated_at":"2023-09-01T15:26:00.500000+00:00","hs_lastmodifieddate":"2023-09-01T15:26:00.599000+00:00","hs_legacy_active":null,"hs_legacy_created_at":null,"hs_legacy_created_by":null,"hs_legacy_quarterly_target_composite_id":null,"hs_legacy_sql_id":null,"hs_legacy_unique_sql_id":null,"hs_legacy_updated_at":null,"hs_legacy_updated_by":null,"hs_merged_object_ids":null,"hs_migration_soft_delete":null,"hs_milestone":"monthly","hs_object_id":221880757011,"hs_object_source":null,"hs_object_source_id":null,"hs_object_source_user_id":null,"hs_outcome":"completed","hs_owner_ids_of_all_owners":"111730024","hs_participant_type":"users","hs_pipelines":"0","hs_progress_updates_notification_frequency":"weekly","hs_read_only":null,"hs_should_notify_on_achieved":"false","hs_should_notify_on_edit_updates":"false","hs_should_notify_on_exceeded":"false","hs_should_notify_on_kickoff":"false","hs_should_notify_on_missed":"false","hs_should_notify_on_progress_updates":"false","hs_should_recalculate":"false","hs_start_date":null,"hs_start_datetime":"2023-08-01T00:00:00+00:00","hs_static_kpi_filter_groups":"[]","hs_status":"achieved","hs_status_display_order":4,"hs_target_amount":0,"hs_target_amount_in_home_currency":0,"hs_team_id":null,"hs_ticket_pipeline_ids":"0","hs_unique_creation_key":null,"hs_updated_by_user_id":12282590,"hs_user_id":null,"hs_user_ids_of_all_notification_followers":null,"hs_user_ids_of_all_notification_unfollowers":null,"hs_user_ids_of_all_owners":"26748728","hs_was_imported":null,"hubspot_owner_assigneddate":null,"hubspot_owner_id":null,"hubspot_team_id":null},"createdAt":"2023-04-10T13:57:36.691Z","updatedAt":"2023-09-01T15:26:00.599Z","archived":false,"properties_hs__migration_soft_delete":null,"properties_hs_ad_account_asset_ids":null,"properties_hs_ad_campaign_asset_ids":null,"properties_hs_all_accessible_team_ids":null,"properties_hs_all_assigned_business_unit_ids":null,"properties_hs_all_owner_ids":null,"properties_hs_all_team_ids":null,"properties_hs_assignee_team_id":null,"properties_hs_assignee_user_id":26748728,"properties_hs_contact_lifecycle_stage":null,"properties_hs_created_by_user_id":12282590,"properties_hs_createdate":"2023-04-10T13:57:36.691000+00:00","properties_hs_currency":null,"properties_hs_deal_pipeline_ids":null,"properties_hs_edit_updates_notification_frequency":"weekly","properties_hs_end_date":null,"properties_hs_end_datetime":"2023-08-31T23:59:59.999000+00:00","properties_hs_fiscal_year_offset":0,"properties_hs_goal_name":"Integration Test Goal Hubspot","properties_hs_goal_target_group_id":221880750627,"properties_hs_goal_type":"average_ticket_response_time","properties_hs_group_correlation_uuid":"5c49f251-be20-43c6-87c7-dd273732b3a4","properties_hs_is_forecastable":"true","properties_hs_is_legacy":null,"properties_hs_kpi_display_unit":"hour","properties_hs_kpi_filter_groups":"[{\"filters\":[{\"property\":\"hs_pipeline\",\"operator\":\"IN\",\"values\":[\"0\"]},{\"property\":\"hubspot_owner_id\",\"operator\":\"EQ\",\"value\":\"111730024\"}]}]","properties_hs_kpi_metric_type":"AVG","properties_hs_kpi_object_type":"TICKET","properties_hs_kpi_object_type_id":"0-5","properties_hs_kpi_progress_percent":null,"properties_hs_kpi_property_name":"time_to_first_agent_reply","properties_hs_kpi_single_object_custom_goal_type_name":"avg_time_to_first_agent_reply_0-5","properties_hs_kpi_time_period_property":"createdate","properties_hs_kpi_tracking_method":"LOWER_IS_BETTER","properties_hs_kpi_unit_type":"duration","properties_hs_kpi_value":0,"properties_hs_kpi_value_calculated_at":null,"properties_hs_kpi_value_last_calculated_at":"2023-09-01T15:26:00.500000+00:00","properties_hs_lastmodifieddate":"2023-09-01T15:26:00.599000+00:00","properties_hs_legacy_active":null,"properties_hs_legacy_created_at":null,"properties_hs_legacy_created_by":null,"properties_hs_legacy_quarterly_target_composite_id":null,"properties_hs_legacy_sql_id":null,"properties_hs_legacy_unique_sql_id":null,"properties_hs_legacy_updated_at":null,"properties_hs_legacy_updated_by":null,"properties_hs_merged_object_ids":null,"properties_hs_migration_soft_delete":null,"properties_hs_milestone":"monthly","properties_hs_object_id":221880757011,"properties_hs_object_source":null,"properties_hs_object_source_id":null,"properties_hs_object_source_user_id":null,"properties_hs_outcome":"completed","properties_hs_owner_ids_of_all_owners":"111730024","properties_hs_participant_type":"users","properties_hs_pipelines":"0","properties_hs_progress_updates_notification_frequency":"weekly","properties_hs_read_only":null,"properties_hs_should_notify_on_achieved":"false","properties_hs_should_notify_on_edit_updates":"false","properties_hs_should_notify_on_exceeded":"false","properties_hs_should_notify_on_kickoff":"false","properties_hs_should_notify_on_missed":"false","properties_hs_should_notify_on_progress_updates":"false","properties_hs_should_recalculate":"false","properties_hs_start_date":null,"properties_hs_start_datetime":"2023-08-01T00:00:00+00:00","properties_hs_static_kpi_filter_groups":"[]","properties_hs_status":"achieved","properties_hs_status_display_order":4,"properties_hs_target_amount":0,"properties_hs_target_amount_in_home_currency":0,"properties_hs_team_id":null,"properties_hs_ticket_pipeline_ids":"0","properties_hs_unique_creation_key":null,"properties_hs_updated_by_user_id":12282590,"properties_hs_user_id":null,"properties_hs_user_ids_of_all_notification_followers":null,"properties_hs_user_ids_of_all_notification_unfollowers":null,"properties_hs_user_ids_of_all_owners":"26748728","properties_hs_was_imported":null,"properties_hubspot_owner_assigneddate":null,"properties_hubspot_owner_id":null,"properties_hubspot_team_id":null},"emitted_at":1695637479934} +{"stream":"line_items","data":{"id":"4617680695","properties":{"amount":34,"createdate":"2023-01-31T00:31:29.812000+00:00","description":null,"discount":null,"hs_acv":34,"hs_all_accessible_team_ids":null,"hs_all_assigned_business_unit_ids":null,"hs_all_owner_ids":null,"hs_all_team_ids":null,"hs_allow_buyer_selected_quantity":null,"hs_arr":0,"hs_billing_period_end_date":null,"hs_billing_period_start_date":null,"hs_billing_start_delay_days":null,"hs_billing_start_delay_months":null,"hs_billing_start_delay_type":null,"hs_cost_of_goods_sold":null,"hs_created_by_user_id":12282590,"hs_createdate":null,"hs_discount_percentage":null,"hs_external_id":null,"hs_images":null,"hs_lastmodifieddate":"2023-01-31T00:31:29.812000+00:00","hs_line_item_currency_code":null,"hs_margin":34,"hs_margin_acv":34,"hs_margin_arr":0,"hs_margin_mrr":0,"hs_margin_tcv":34,"hs_merged_object_ids":null,"hs_mrr":0,"hs_object_id":4617680695,"hs_object_source":null,"hs_object_source_id":null,"hs_object_source_user_id":null,"hs_position_on_quote":0,"hs_pre_discount_amount":34,"hs_product_id":null,"hs_product_type":null,"hs_read_only":null,"hs_recurring_billing_end_date":null,"hs_recurring_billing_number_of_payments":1,"hs_recurring_billing_period":null,"hs_recurring_billing_start_date":null,"hs_recurring_billing_terms":null,"hs_sku":null,"hs_sync_amount":null,"hs_tcv":34,"hs_term_in_months":null,"hs_total_discount":0,"hs_unique_creation_key":null,"hs_updated_by_user_id":12282590,"hs_url":null,"hs_user_ids_of_all_notification_followers":null,"hs_user_ids_of_all_notification_unfollowers":null,"hs_user_ids_of_all_owners":null,"hs_variant_id":null,"hs_was_imported":null,"hubspot_owner_assigneddate":null,"hubspot_owner_id":null,"hubspot_team_id":null,"name":"test","price":34,"quantity":1,"recurringbillingfrequency":null,"tax":null,"test":null,"test_product_price":null},"createdAt":"2023-01-31T00:31:29.812Z","updatedAt":"2023-01-31T00:31:29.812Z","archived":false,"properties_amount":34,"properties_createdate":"2023-01-31T00:31:29.812000+00:00","properties_description":null,"properties_discount":null,"properties_hs_acv":34,"properties_hs_all_accessible_team_ids":null,"properties_hs_all_assigned_business_unit_ids":null,"properties_hs_all_owner_ids":null,"properties_hs_all_team_ids":null,"properties_hs_allow_buyer_selected_quantity":null,"properties_hs_arr":0,"properties_hs_billing_period_end_date":null,"properties_hs_billing_period_start_date":null,"properties_hs_billing_start_delay_days":null,"properties_hs_billing_start_delay_months":null,"properties_hs_billing_start_delay_type":null,"properties_hs_cost_of_goods_sold":null,"properties_hs_created_by_user_id":12282590,"properties_hs_createdate":null,"properties_hs_discount_percentage":null,"properties_hs_external_id":null,"properties_hs_images":null,"properties_hs_lastmodifieddate":"2023-01-31T00:31:29.812000+00:00","properties_hs_line_item_currency_code":null,"properties_hs_margin":34,"properties_hs_margin_acv":34,"properties_hs_margin_arr":0,"properties_hs_margin_mrr":0,"properties_hs_margin_tcv":34,"properties_hs_merged_object_ids":null,"properties_hs_mrr":0,"properties_hs_object_id":4617680695,"properties_hs_object_source":null,"properties_hs_object_source_id":null,"properties_hs_object_source_user_id":null,"properties_hs_position_on_quote":0,"properties_hs_pre_discount_amount":34,"properties_hs_product_id":null,"properties_hs_product_type":null,"properties_hs_read_only":null,"properties_hs_recurring_billing_end_date":null,"properties_hs_recurring_billing_number_of_payments":1,"properties_hs_recurring_billing_period":null,"properties_hs_recurring_billing_start_date":null,"properties_hs_recurring_billing_terms":null,"properties_hs_sku":null,"properties_hs_sync_amount":null,"properties_hs_tcv":34,"properties_hs_term_in_months":null,"properties_hs_total_discount":0,"properties_hs_unique_creation_key":null,"properties_hs_updated_by_user_id":12282590,"properties_hs_url":null,"properties_hs_user_ids_of_all_notification_followers":null,"properties_hs_user_ids_of_all_notification_unfollowers":null,"properties_hs_user_ids_of_all_owners":null,"properties_hs_variant_id":null,"properties_hs_was_imported":null,"properties_hubspot_owner_assigneddate":null,"properties_hubspot_owner_id":null,"properties_hubspot_team_id":null,"properties_name":"test","properties_price":34,"properties_quantity":1,"properties_recurringbillingfrequency":null,"properties_tax":null,"properties_test":null,"properties_test_product_price":null},"emitted_at":1695637481057} +{"stream":"line_items","data":{"id":"5153237390","properties":{"amount":95,"createdate":"2023-04-04T21:28:36.663000+00:00","description":"Baseball hat, medium","discount":5,"hs_acv":95,"hs_all_accessible_team_ids":null,"hs_all_assigned_business_unit_ids":null,"hs_all_owner_ids":null,"hs_all_team_ids":null,"hs_allow_buyer_selected_quantity":null,"hs_arr":0,"hs_billing_period_end_date":null,"hs_billing_period_start_date":null,"hs_billing_start_delay_days":null,"hs_billing_start_delay_months":null,"hs_billing_start_delay_type":null,"hs_cost_of_goods_sold":5,"hs_created_by_user_id":12282590,"hs_createdate":null,"hs_discount_percentage":null,"hs_external_id":null,"hs_images":null,"hs_lastmodifieddate":"2023-04-04T21:28:36.663000+00:00","hs_line_item_currency_code":null,"hs_margin":90,"hs_margin_acv":90,"hs_margin_arr":0,"hs_margin_mrr":0,"hs_margin_tcv":90,"hs_merged_object_ids":null,"hs_mrr":0,"hs_object_id":5153237390,"hs_object_source":null,"hs_object_source_id":null,"hs_object_source_user_id":null,"hs_position_on_quote":0,"hs_pre_discount_amount":100,"hs_product_id":646778218,"hs_product_type":null,"hs_read_only":null,"hs_recurring_billing_end_date":null,"hs_recurring_billing_number_of_payments":1,"hs_recurring_billing_period":null,"hs_recurring_billing_start_date":null,"hs_recurring_billing_terms":null,"hs_sku":null,"hs_sync_amount":null,"hs_tcv":95,"hs_term_in_months":null,"hs_total_discount":5,"hs_unique_creation_key":null,"hs_updated_by_user_id":12282590,"hs_url":null,"hs_user_ids_of_all_notification_followers":null,"hs_user_ids_of_all_notification_unfollowers":null,"hs_user_ids_of_all_owners":null,"hs_variant_id":null,"hs_was_imported":null,"hubspot_owner_assigneddate":null,"hubspot_owner_id":null,"hubspot_team_id":null,"name":"Blue Hat","price":100,"quantity":1,"recurringbillingfrequency":null,"tax":null,"test":null,"test_product_price":null},"createdAt":"2023-04-04T21:28:36.663Z","updatedAt":"2023-04-04T21:28:36.663Z","archived":false,"properties_amount":95,"properties_createdate":"2023-04-04T21:28:36.663000+00:00","properties_description":"Baseball hat, medium","properties_discount":5,"properties_hs_acv":95,"properties_hs_all_accessible_team_ids":null,"properties_hs_all_assigned_business_unit_ids":null,"properties_hs_all_owner_ids":null,"properties_hs_all_team_ids":null,"properties_hs_allow_buyer_selected_quantity":null,"properties_hs_arr":0,"properties_hs_billing_period_end_date":null,"properties_hs_billing_period_start_date":null,"properties_hs_billing_start_delay_days":null,"properties_hs_billing_start_delay_months":null,"properties_hs_billing_start_delay_type":null,"properties_hs_cost_of_goods_sold":5,"properties_hs_created_by_user_id":12282590,"properties_hs_createdate":null,"properties_hs_discount_percentage":null,"properties_hs_external_id":null,"properties_hs_images":null,"properties_hs_lastmodifieddate":"2023-04-04T21:28:36.663000+00:00","properties_hs_line_item_currency_code":null,"properties_hs_margin":90,"properties_hs_margin_acv":90,"properties_hs_margin_arr":0,"properties_hs_margin_mrr":0,"properties_hs_margin_tcv":90,"properties_hs_merged_object_ids":null,"properties_hs_mrr":0,"properties_hs_object_id":5153237390,"properties_hs_object_source":null,"properties_hs_object_source_id":null,"properties_hs_object_source_user_id":null,"properties_hs_position_on_quote":0,"properties_hs_pre_discount_amount":100,"properties_hs_product_id":646778218,"properties_hs_product_type":null,"properties_hs_read_only":null,"properties_hs_recurring_billing_end_date":null,"properties_hs_recurring_billing_number_of_payments":1,"properties_hs_recurring_billing_period":null,"properties_hs_recurring_billing_start_date":null,"properties_hs_recurring_billing_terms":null,"properties_hs_sku":null,"properties_hs_sync_amount":null,"properties_hs_tcv":95,"properties_hs_term_in_months":null,"properties_hs_total_discount":5,"properties_hs_unique_creation_key":null,"properties_hs_updated_by_user_id":12282590,"properties_hs_url":null,"properties_hs_user_ids_of_all_notification_followers":null,"properties_hs_user_ids_of_all_notification_unfollowers":null,"properties_hs_user_ids_of_all_owners":null,"properties_hs_variant_id":null,"properties_hs_was_imported":null,"properties_hubspot_owner_assigneddate":null,"properties_hubspot_owner_id":null,"properties_hubspot_team_id":null,"properties_name":"Blue Hat","properties_price":100,"properties_quantity":1,"properties_recurringbillingfrequency":null,"properties_tax":null,"properties_test":null,"properties_test_product_price":null},"emitted_at":1695637481058} +{"stream":"marketing_emails","data":{"ab":false,"abHoursToWait":4,"abSampleSizeDefault":null,"abSamplingDefault":null,"abSuccessMetric":null,"abTestPercentage":50,"abVariation":false,"absoluteUrl":"http://integrationtest-dev-8727216-8727216.hs-sites.com/-temporary-slug-86812db1-e3c8-43cd-ae80-69a0934cd1de","allEmailCampaignIds":[243851494],"analyticsPageId":"100523515217","analyticsPageType":"email","archivedAt":0,"archivedInDashboard":false,"audienceAccess":"PUBLIC","author":"integration-test@airbyte.io","authorName":"Team-1 Airbyte","blogRssSettings":null,"canSpamSettingsId":36765207029,"categoryId":2,"contentAccessRuleIds":[],"contentAccessRuleTypes":[],"contentTypeCategory":2,"createPage":false,"created":1675121582718,"createdById":12282590,"currentState":"PUBLISHED","currentlyPublished":true,"customReplyTo":"","customReplyToEnabled":false,"domain":"","emailBody":"{% content_attribute \"email_body\" %}{{ default_email_body }}{% end_content_attribute %}","emailNote":"","emailTemplateMode":"DRAG_AND_DROP","emailType":"BATCH_EMAIL","emailbodyPlaintext":"","feedbackSurveyId":null,"flexAreas":{"main":{"boxed":false,"isSingleColumnFullWidth":false,"sections":[{"columns":[{"id":"column-0-0","widgets":["module-0-0-0"],"width":12}],"id":"section-0","style":{"backgroundColor":"#eaf0f6","backgroundType":"CONTENT","paddingBottom":"10px","paddingTop":"10px"}},{"columns":[{"id":"column-1-0","widgets":["module-1-0-0"],"width":12}],"id":"section-1","style":{"backgroundType":"CONTENT","paddingBottom":"30px","paddingTop":"30px"}},{"columns":[{"id":"column-2-0","widgets":["module-2-0-0"],"width":12}],"id":"section-2","style":{"backgroundColor":"","backgroundType":"CONTENT","paddingBottom":"20px","paddingTop":"20px"}}]}},"freezeDate":1675121645993,"fromName":"Team Airbyte","hasContentAccessRules":false,"htmlTitle":"","id":100523515217,"isCreatedFomSandboxSync":false,"isGraymailSuppressionEnabled":true,"isInstanceLayoutPage":false,"isPublished":true,"isRecipientFatigueSuppressionEnabled":null,"language":"en","layoutSections":{},"liveDomain":"integrationtest-dev-8727216-8727216.hs-sites.com","mailingListsExcluded":[],"mailingListsIncluded":[],"maxRssEntries":5,"metaDescription":"","name":"test","pageExpiryEnabled":false,"pageRedirected":false,"pastMabExperimentIds":[],"portalId":8727216,"previewKey":"nlkwziGL","primaryEmailCampaignId":243851494,"processingStatus":"PUBLISHED","publishDate":1675121645997,"publishImmediately":true,"publishedAt":1675121646297,"publishedByEmail":"integration-test@airbyte.io","publishedById":12282590,"publishedByName":"Team-1 Airbyte","publishedUrl":"http://integrationtest-dev-8727216-8727216.hs-sites.com/-temporary-slug-86812db1-e3c8-43cd-ae80-69a0934cd1de","replyTo":"integration-test@airbyte.io","resolvedDomain":"integrationtest-dev-8727216-8727216.hs-sites.com","rssEmailByText":"By","rssEmailClickThroughText":"Read more »","rssEmailCommentText":"Comment »","rssEmailEntryTemplateEnabled":false,"rssEmailImageMaxWidth":0,"rssEmailUrl":"","sections":{},"securityState":"NONE","selected":0,"slug":"-temporary-slug-86812db1-e3c8-43cd-ae80-69a0934cd1de","smartEmailFields":{},"state":"PUBLISHED","stats":{"counters":{"sent":0,"open":0,"delivered":0,"bounce":0,"unsubscribed":0,"click":0,"reply":0,"dropped":1,"selected":1,"spamreport":0,"suppressed":0,"hardbounced":0,"softbounced":0,"pending":0,"contactslost":0,"notsent":1},"deviceBreakdown":{"open_device_type":{"computer":0,"mobile":0,"unknown":0},"click_device_type":{"computer":0,"mobile":0,"unknown":0}},"failedToLoad":false,"qualifierStats":{},"ratios":{"clickratio":0,"clickthroughratio":0,"deliveredratio":0,"openratio":0,"replyratio":0,"unsubscribedratio":0,"spamreportratio":0,"bounceratio":0,"hardbounceratio":0,"softbounceratio":0,"contactslostratio":0,"pendingratio":0,"notsentratio":100}},"styleSettings":{"background_color":"#EAF0F6","background_image":null,"background_image_type":null,"body_border_color":"#EAF0F6","body_border_color_choice":"BORDER_MANUAL","body_border_width":"1","body_color":"#ffffff","color_picker_favorite1":null,"color_picker_favorite2":null,"color_picker_favorite3":null,"color_picker_favorite4":null,"color_picker_favorite5":null,"color_picker_favorite6":null,"email_body_padding":null,"email_body_width":null,"heading_one_font":{"bold":null,"color":null,"font":null,"font_style":{},"italic":null,"size":"28","underline":null},"heading_two_font":{"bold":null,"color":null,"font":null,"font_style":{},"italic":null,"size":"22","underline":null},"links_font":{"bold":false,"color":"#00a4bd","font":null,"font_style":{},"italic":false,"size":null,"underline":true},"primary_accent_color":null,"primary_font":"Arial, sans-serif","primary_font_color":"#23496d","primary_font_line_height":null,"primary_font_size":"15","secondary_accent_color":null,"secondary_font":"Arial, sans-serif","secondary_font_color":"#23496d","secondary_font_line_height":null,"secondary_font_size":"12","use_email_client_default_settings":false,"user_module_defaults":{"button_email":{"background_color":"#00a4bd","corner_radius":8,"font":"Arial, sans-serif","font_color":"#ffffff","font_size":16,"font_style":{"color":"#ffffff","font":"Arial, sans-serif","size":{"units":"px","value":16},"styles":{"bold":false,"italic":false,"underline":false}}},"email_divider":{"color":{"color":"#23496d","opacity":100},"height":1,"line_type":"solid"}}},"subcategory":"batch","subject":"test","subscription":23704464,"subscriptionName":"Test sub","teamPerms":[],"templatePath":"@hubspot/email/dnd/welcome.html","transactional":false,"translations":{},"unpublishedAt":0,"updated":1675121702583,"updatedById":12282590,"url":"http://integrationtest-dev-8727216-8727216.hs-sites.com/-temporary-slug-86812db1-e3c8-43cd-ae80-69a0934cd1de","useRssHeadlineAsSubject":false,"userPerms":[],"vidsExcluded":[],"vidsIncluded":[2501],"visibleToAll":true},"emitted_at":1695637482088} +{"stream":"owners","data":{"id":"52550153","email":"integration-test@airbyte.io","firstName":"Team-1","lastName":"Airbyte","userId":12282590,"createdAt":"2020-10-28T21:17:56.082Z","updatedAt":"2023-01-31T00:25:34.448Z","archived":false},"emitted_at":1695637482993} +{"stream":"products","data":{"id":"1783898388","properties":{"amount":null,"createdate":"2023-01-31T00:08:27.149000+00:00","description":null,"discount":null,"hs_all_accessible_team_ids":null,"hs_all_assigned_business_unit_ids":null,"hs_all_owner_ids":null,"hs_all_team_ids":null,"hs_avatar_filemanager_key":null,"hs_cost_of_goods_sold":null,"hs_created_by_user_id":12282590,"hs_createdate":null,"hs_discount_percentage":null,"hs_folder_id":null,"hs_images":null,"hs_lastmodifieddate":"2023-01-31T00:28:58.829000+00:00","hs_merged_object_ids":null,"hs_object_id":1783898388,"hs_object_source":null,"hs_object_source_id":null,"hs_object_source_user_id":null,"hs_product_type":"inventory","hs_read_only":null,"hs_recurring_billing_period":null,"hs_recurring_billing_start_date":null,"hs_sku":null,"hs_unique_creation_key":null,"hs_updated_by_user_id":12282590,"hs_url":null,"hs_user_ids_of_all_notification_followers":null,"hs_user_ids_of_all_notification_unfollowers":null,"hs_user_ids_of_all_owners":null,"hs_was_imported":null,"hubspot_owner_assigneddate":null,"hubspot_owner_id":null,"hubspot_team_id":null,"name":"test","price":1,"quantity":null,"recurringbillingfrequency":null,"tax":null,"test":null,"test_product_price":null},"createdAt":"2023-01-31T00:08:27.149Z","updatedAt":"2023-01-31T00:28:58.829Z","archived":false,"properties_amount":null,"properties_createdate":"2023-01-31T00:08:27.149000+00:00","properties_description":null,"properties_discount":null,"properties_hs_all_accessible_team_ids":null,"properties_hs_all_assigned_business_unit_ids":null,"properties_hs_all_owner_ids":null,"properties_hs_all_team_ids":null,"properties_hs_avatar_filemanager_key":null,"properties_hs_cost_of_goods_sold":null,"properties_hs_created_by_user_id":12282590,"properties_hs_createdate":null,"properties_hs_discount_percentage":null,"properties_hs_folder_id":null,"properties_hs_images":null,"properties_hs_lastmodifieddate":"2023-01-31T00:28:58.829000+00:00","properties_hs_merged_object_ids":null,"properties_hs_object_id":1783898388,"properties_hs_object_source":null,"properties_hs_object_source_id":null,"properties_hs_object_source_user_id":null,"properties_hs_product_type":"inventory","properties_hs_read_only":null,"properties_hs_recurring_billing_period":null,"properties_hs_recurring_billing_start_date":null,"properties_hs_sku":null,"properties_hs_unique_creation_key":null,"properties_hs_updated_by_user_id":12282590,"properties_hs_url":null,"properties_hs_user_ids_of_all_notification_followers":null,"properties_hs_user_ids_of_all_notification_unfollowers":null,"properties_hs_user_ids_of_all_owners":null,"properties_hs_was_imported":null,"properties_hubspot_owner_assigneddate":null,"properties_hubspot_owner_id":null,"properties_hubspot_team_id":null,"properties_name":"test","properties_price":1,"properties_quantity":null,"properties_recurringbillingfrequency":null,"properties_tax":null,"properties_test":null,"properties_test_product_price":null},"emitted_at":1695637484865} +{"stream":"property_history","data":{"value":"sh","source-type":"CRM_UI","source-id":"userId:12282590","source-label":null,"updated-by-user-id":12282590,"timestamp":1673944973763,"selected":false,"property":"firstname","vid":151},"emitted_at":1695637486788} +{"stream":"subscription_changes","data":{"timestamp":1675123491624,"portalId":8727216,"recipient":"testingapicontact_0@hubspot.com","normalizedEmailId":"6b59e963-cabc-4bf8-baec-feab401bdd98","changes":[{"source":"SOURCE_HUBSPOT_CUSTOMER","timestamp":1675123491624,"portalId":8727216,"subscriptionId":23704464,"changeType":"SUBSCRIPTION_STATUS","causedByEvent":{"id":"cd276838-3925-4649-9a38-2b61761362c4","created":1675123491624},"change":"SUBSCRIBED"}]},"emitted_at":1695637493007} +{"stream":"tickets","data":{"id":"1401690016","properties":{"closed_date":null,"content":null,"created_by":null,"createdate":"2023-01-30T23:52:42.464000+00:00","first_agent_reply_date":null,"hs_all_accessible_team_ids":null,"hs_all_conversation_mentions":null,"hs_all_owner_ids":"52550153","hs_all_team_ids":null,"hs_assignment_method":null,"hs_auto_generated_from_thread_id":null,"hs_conversations_originating_message_id":null,"hs_conversations_originating_thread_id":null,"hs_created_by_user_id":12282590,"hs_createdate":null,"hs_custom_inbox":null,"hs_date_entered_1":"2023-01-30T23:52:42.464000+00:00","hs_date_entered_2":null,"hs_date_entered_3":null,"hs_date_entered_4":null,"hs_date_exited_1":null,"hs_date_exited_2":null,"hs_date_exited_3":null,"hs_date_exited_4":null,"hs_external_object_ids":null,"hs_feedback_last_ces_follow_up":null,"hs_feedback_last_ces_rating":null,"hs_feedback_last_survey_date":null,"hs_file_upload":null,"hs_first_agent_message_sent_at":null,"hs_helpdesk_sort_timestamp":"2023-01-30T23:52:42.464000+00:00","hs_in_helpdesk":null,"hs_inbox_id":null,"hs_last_email_activity":null,"hs_last_email_date":null,"hs_last_message_from_visitor":false,"hs_last_message_received_at":null,"hs_last_message_sent_at":null,"hs_lastactivitydate":null,"hs_lastcontacted":null,"hs_lastmodifieddate":"2023-01-30T23:52:43.939000+00:00","hs_latest_message_seen_by_agent_ids":null,"hs_merged_object_ids":null,"hs_most_relevant_sla_status":null,"hs_most_relevant_sla_type":null,"hs_msteams_message_id":null,"hs_nextactivitydate":null,"hs_num_associated_companies":0,"hs_num_times_contacted":0,"hs_object_id":1401690016,"hs_object_source":null,"hs_object_source_id":null,"hs_object_source_user_id":null,"hs_originating_channel_instance_id":null,"hs_originating_email_engagement_id":null,"hs_originating_generic_channel_id":null,"hs_pinned_engagement_id":null,"hs_pipeline":"0","hs_pipeline_stage":"1","hs_primary_company":null,"hs_primary_company_id":null,"hs_primary_company_name":null,"hs_read_only":null,"hs_resolution":null,"hs_sales_email_last_replied":null,"hs_tag_ids":null,"hs_thread_ids_to_restore":null,"hs_ticket_category":null,"hs_ticket_id":1401690016,"hs_ticket_priority":null,"hs_time_in_1":20514733013,"hs_time_in_2":null,"hs_time_in_3":null,"hs_time_in_4":null,"hs_time_to_close_sla_at":null,"hs_time_to_close_sla_status":null,"hs_time_to_first_response_sla_at":null,"hs_time_to_first_response_sla_status":null,"hs_unique_creation_key":null,"hs_updated_by_user_id":12282590,"hs_user_ids_of_all_notification_followers":null,"hs_user_ids_of_all_notification_unfollowers":null,"hs_user_ids_of_all_owners":"12282590","hs_was_imported":null,"hubspot_owner_assigneddate":"2023-01-30T23:52:42.464000+00:00","hubspot_owner_id":"52550153","hubspot_team_id":null,"last_engagement_date":null,"last_reply_date":null,"notes_last_contacted":null,"notes_last_updated":null,"notes_next_activity_date":null,"nps_follow_up_answer":null,"nps_follow_up_question_version":null,"nps_score":null,"num_contacted_notes":null,"num_notes":null,"source_ref":null,"source_thread_id":null,"source_type":null,"subject":"test","tags":null,"time_to_close":null,"time_to_first_agent_reply":null},"createdAt":"2023-01-30T23:52:42.464Z","updatedAt":"2023-01-30T23:52:43.939Z","archived":false,"properties_closed_date":null,"properties_content":null,"properties_created_by":null,"properties_createdate":"2023-01-30T23:52:42.464000+00:00","properties_first_agent_reply_date":null,"properties_hs_all_accessible_team_ids":null,"properties_hs_all_conversation_mentions":null,"properties_hs_all_owner_ids":"52550153","properties_hs_all_team_ids":null,"properties_hs_assignment_method":null,"properties_hs_auto_generated_from_thread_id":null,"properties_hs_conversations_originating_message_id":null,"properties_hs_conversations_originating_thread_id":null,"properties_hs_created_by_user_id":12282590,"properties_hs_createdate":null,"properties_hs_custom_inbox":null,"properties_hs_date_entered_1":"2023-01-30T23:52:42.464000+00:00","properties_hs_date_entered_2":null,"properties_hs_date_entered_3":null,"properties_hs_date_entered_4":null,"properties_hs_date_exited_1":null,"properties_hs_date_exited_2":null,"properties_hs_date_exited_3":null,"properties_hs_date_exited_4":null,"properties_hs_external_object_ids":null,"properties_hs_feedback_last_ces_follow_up":null,"properties_hs_feedback_last_ces_rating":null,"properties_hs_feedback_last_survey_date":null,"properties_hs_file_upload":null,"properties_hs_first_agent_message_sent_at":null,"properties_hs_helpdesk_sort_timestamp":"2023-01-30T23:52:42.464000+00:00","properties_hs_in_helpdesk":null,"properties_hs_inbox_id":null,"properties_hs_last_email_activity":null,"properties_hs_last_email_date":null,"properties_hs_last_message_from_visitor":false,"properties_hs_last_message_received_at":null,"properties_hs_last_message_sent_at":null,"properties_hs_lastactivitydate":null,"properties_hs_lastcontacted":null,"properties_hs_lastmodifieddate":"2023-01-30T23:52:43.939000+00:00","properties_hs_latest_message_seen_by_agent_ids":null,"properties_hs_merged_object_ids":null,"properties_hs_most_relevant_sla_status":null,"properties_hs_most_relevant_sla_type":null,"properties_hs_msteams_message_id":null,"properties_hs_nextactivitydate":null,"properties_hs_num_associated_companies":0,"properties_hs_num_times_contacted":0,"properties_hs_object_id":1401690016,"properties_hs_object_source":null,"properties_hs_object_source_id":null,"properties_hs_object_source_user_id":null,"properties_hs_originating_channel_instance_id":null,"properties_hs_originating_email_engagement_id":null,"properties_hs_originating_generic_channel_id":null,"properties_hs_pinned_engagement_id":null,"properties_hs_pipeline":"0","properties_hs_pipeline_stage":"1","properties_hs_primary_company":null,"properties_hs_primary_company_id":null,"properties_hs_primary_company_name":null,"properties_hs_read_only":null,"properties_hs_resolution":null,"properties_hs_sales_email_last_replied":null,"properties_hs_tag_ids":null,"properties_hs_thread_ids_to_restore":null,"properties_hs_ticket_category":null,"properties_hs_ticket_id":1401690016,"properties_hs_ticket_priority":null,"properties_hs_time_in_1":20514733013,"properties_hs_time_in_2":null,"properties_hs_time_in_3":null,"properties_hs_time_in_4":null,"properties_hs_time_to_close_sla_at":null,"properties_hs_time_to_close_sla_status":null,"properties_hs_time_to_first_response_sla_at":null,"properties_hs_time_to_first_response_sla_status":null,"properties_hs_unique_creation_key":null,"properties_hs_updated_by_user_id":12282590,"properties_hs_user_ids_of_all_notification_followers":null,"properties_hs_user_ids_of_all_notification_unfollowers":null,"properties_hs_user_ids_of_all_owners":"12282590","properties_hs_was_imported":null,"properties_hubspot_owner_assigneddate":"2023-01-30T23:52:42.464000+00:00","properties_hubspot_owner_id":"52550153","properties_hubspot_team_id":null,"properties_last_engagement_date":null,"properties_last_reply_date":null,"properties_notes_last_contacted":null,"properties_notes_last_updated":null,"properties_notes_next_activity_date":null,"properties_nps_follow_up_answer":null,"properties_nps_follow_up_question_version":null,"properties_nps_score":null,"properties_num_contacted_notes":null,"properties_num_notes":null,"properties_source_ref":null,"properties_source_thread_id":null,"properties_source_type":null,"properties_subject":"test","properties_tags":null,"properties_time_to_close":null,"properties_time_to_first_agent_reply":null},"emitted_at":1695637495648} +{"stream":"workflows","data":{"migrationStatus":{"portalId":8727216,"workflowId":40032127,"migrationStatus":"EXECUTION_MIGRATED","enrollmentMigrationStatus":"PLATFORM_OWNED","platformOwnsActions":true,"lastSuccessfulMigrationTimestamp":null,"enrollmentMigrationTimestamp":null,"flowId":321690519},"name":"Unnamed workflow - Mon Mar 15 2021 12:58:03 GMT+0200 (cloned)","id":40032127,"type":"DRIP_DELAY","enabled":true,"portalId":8727216,"insertedAt":1675124258190,"updatedAt":1675124308226,"creationSource":{"sourceApplication":{"source":"DIRECT_API","serviceName":"AutomationPlatformService-userweb"},"createdByUser":{"userId":12282590,"userEmail":"integration-test@airbyte.io"},"clonedFromWorkflowId":23314874,"createdAt":1675124258186},"updateSource":{"sourceApplication":{"source":"DIRECT_API","serviceName":"AutomationPlatformService-userweb"},"updatedByUser":{"userId":12282590,"userEmail":"integration-test@airbyte.io"},"updatedAt":1675124308226},"originalAuthorUserId":12282590,"contactListIds":{"enrolled":167,"active":168,"completed":169,"succeeded":170},"personaTagIds":[],"lastUpdatedByUserId":12282590,"contactCounts":{"active":0,"enrolled":0},"description":"","contactListIds_enrolled":167,"contactListIds_active":168,"contactListIds_completed":169,"contactListIds_succeeded":170},"emitted_at":1695637497440} +{"stream":"pets","data":{"id":"5936415312","properties":{"hs_all_accessible_team_ids":null,"hs_all_assigned_business_unit_ids":null,"hs_all_owner_ids":null,"hs_all_team_ids":null,"hs_created_by_user_id":12282590,"hs_createdate":"2023-04-12T17:08:50.632000+00:00","hs_lastmodifieddate":"2023-04-12T17:08:50.632000+00:00","hs_merged_object_ids":null,"hs_object_id":5936415312,"hs_object_source":null,"hs_object_source_id":null,"hs_object_source_user_id":null,"hs_pinned_engagement_id":null,"hs_read_only":null,"hs_unique_creation_key":null,"hs_updated_by_user_id":12282590,"hs_user_ids_of_all_notification_followers":null,"hs_user_ids_of_all_notification_unfollowers":null,"hs_user_ids_of_all_owners":null,"hs_was_imported":null,"hubspot_owner_assigneddate":null,"hubspot_owner_id":null,"hubspot_team_id":null,"pet_name":"Marcos Pet","pet_type":"Dog"},"createdAt":"2023-04-12T17:08:50.632Z","updatedAt":"2023-04-12T17:08:50.632Z","archived":false,"properties_hs_all_accessible_team_ids":null,"properties_hs_all_assigned_business_unit_ids":null,"properties_hs_all_owner_ids":null,"properties_hs_all_team_ids":null,"properties_hs_created_by_user_id":12282590,"properties_hs_createdate":"2023-04-12T17:08:50.632000+00:00","properties_hs_lastmodifieddate":"2023-04-12T17:08:50.632000+00:00","properties_hs_merged_object_ids":null,"properties_hs_object_id":5936415312,"properties_hs_object_source":null,"properties_hs_object_source_id":null,"properties_hs_object_source_user_id":null,"properties_hs_pinned_engagement_id":null,"properties_hs_read_only":null,"properties_hs_unique_creation_key":null,"properties_hs_updated_by_user_id":12282590,"properties_hs_user_ids_of_all_notification_followers":null,"properties_hs_user_ids_of_all_notification_unfollowers":null,"properties_hs_user_ids_of_all_owners":null,"properties_hs_was_imported":null,"properties_hubspot_owner_assigneddate":null,"properties_hubspot_owner_id":null,"properties_hubspot_team_id":null,"properties_pet_name":"Marcos Pet","properties_pet_type":"Dog"},"emitted_at":1695637498248} +{"stream":"pets","data":{"id":"5938880054","properties":{"hs_all_accessible_team_ids":null,"hs_all_assigned_business_unit_ids":null,"hs_all_owner_ids":null,"hs_all_team_ids":null,"hs_created_by_user_id":12282590,"hs_createdate":"2023-04-12T17:53:12.692000+00:00","hs_lastmodifieddate":"2023-04-12T17:53:12.692000+00:00","hs_merged_object_ids":null,"hs_object_id":5938880054,"hs_object_source":null,"hs_object_source_id":null,"hs_object_source_user_id":null,"hs_pinned_engagement_id":null,"hs_read_only":null,"hs_unique_creation_key":null,"hs_updated_by_user_id":12282590,"hs_user_ids_of_all_notification_followers":null,"hs_user_ids_of_all_notification_unfollowers":null,"hs_user_ids_of_all_owners":null,"hs_was_imported":null,"hubspot_owner_assigneddate":null,"hubspot_owner_id":null,"hubspot_team_id":null,"pet_name":"Integration Test Pet","pet_type":"Unknown"},"createdAt":"2023-04-12T17:53:12.692Z","updatedAt":"2023-04-12T17:53:12.692Z","archived":false,"properties_hs_all_accessible_team_ids":null,"properties_hs_all_assigned_business_unit_ids":null,"properties_hs_all_owner_ids":null,"properties_hs_all_team_ids":null,"properties_hs_created_by_user_id":12282590,"properties_hs_createdate":"2023-04-12T17:53:12.692000+00:00","properties_hs_lastmodifieddate":"2023-04-12T17:53:12.692000+00:00","properties_hs_merged_object_ids":null,"properties_hs_object_id":5938880054,"properties_hs_object_source":null,"properties_hs_object_source_id":null,"properties_hs_object_source_user_id":null,"properties_hs_pinned_engagement_id":null,"properties_hs_read_only":null,"properties_hs_unique_creation_key":null,"properties_hs_updated_by_user_id":12282590,"properties_hs_user_ids_of_all_notification_followers":null,"properties_hs_user_ids_of_all_notification_unfollowers":null,"properties_hs_user_ids_of_all_owners":null,"properties_hs_was_imported":null,"properties_hubspot_owner_assigneddate":null,"properties_hubspot_owner_id":null,"properties_hubspot_team_id":null,"properties_pet_name":"Integration Test Pet","properties_pet_type":"Unknown"},"emitted_at":1695637498249} +{"stream":"cars","data":{"id":"5938880072","properties":{"car_id":1,"car_name":3232324,"hs_all_accessible_team_ids":null,"hs_all_assigned_business_unit_ids":null,"hs_all_owner_ids":null,"hs_all_team_ids":null,"hs_created_by_user_id":12282590,"hs_createdate":"2023-04-12T17:57:15.836000+00:00","hs_lastmodifieddate":"2023-04-12T17:59:20.189000+00:00","hs_merged_object_ids":null,"hs_object_id":5938880072,"hs_object_source":null,"hs_object_source_id":null,"hs_object_source_user_id":null,"hs_pinned_engagement_id":null,"hs_read_only":null,"hs_unique_creation_key":null,"hs_updated_by_user_id":12282590,"hs_user_ids_of_all_notification_followers":null,"hs_user_ids_of_all_notification_unfollowers":null,"hs_user_ids_of_all_owners":null,"hs_was_imported":null,"hubspot_owner_assigneddate":null,"hubspot_owner_id":null,"hubspot_team_id":null},"createdAt":"2023-04-12T17:57:15.836Z","updatedAt":"2023-04-12T17:59:20.189Z","archived":false,"properties_car_id":1,"properties_car_name":3232324,"properties_hs_all_accessible_team_ids":null,"properties_hs_all_assigned_business_unit_ids":null,"properties_hs_all_owner_ids":null,"properties_hs_all_team_ids":null,"properties_hs_created_by_user_id":12282590,"properties_hs_createdate":"2023-04-12T17:57:15.836000+00:00","properties_hs_lastmodifieddate":"2023-04-12T17:59:20.189000+00:00","properties_hs_merged_object_ids":null,"properties_hs_object_id":5938880072,"properties_hs_object_source":null,"properties_hs_object_source_id":null,"properties_hs_object_source_user_id":null,"properties_hs_pinned_engagement_id":null,"properties_hs_read_only":null,"properties_hs_unique_creation_key":null,"properties_hs_updated_by_user_id":12282590,"properties_hs_user_ids_of_all_notification_followers":null,"properties_hs_user_ids_of_all_notification_unfollowers":null,"properties_hs_user_ids_of_all_owners":null,"properties_hs_was_imported":null,"properties_hubspot_owner_assigneddate":null,"properties_hubspot_owner_id":null,"properties_hubspot_team_id":null},"emitted_at":1695637499070} +{"stream":"cars","data":{"id":"5938880073","properties":{"car_id":2,"car_name":23232,"hs_all_accessible_team_ids":null,"hs_all_assigned_business_unit_ids":null,"hs_all_owner_ids":null,"hs_all_team_ids":null,"hs_created_by_user_id":12282590,"hs_createdate":"2023-04-12T17:57:20.583000+00:00","hs_lastmodifieddate":"2023-04-12T17:59:20.189000+00:00","hs_merged_object_ids":null,"hs_object_id":5938880073,"hs_object_source":null,"hs_object_source_id":null,"hs_object_source_user_id":null,"hs_pinned_engagement_id":null,"hs_read_only":null,"hs_unique_creation_key":null,"hs_updated_by_user_id":12282590,"hs_user_ids_of_all_notification_followers":null,"hs_user_ids_of_all_notification_unfollowers":null,"hs_user_ids_of_all_owners":null,"hs_was_imported":null,"hubspot_owner_assigneddate":null,"hubspot_owner_id":null,"hubspot_team_id":null},"createdAt":"2023-04-12T17:57:20.583Z","updatedAt":"2023-04-12T17:59:20.189Z","archived":false,"properties_car_id":2,"properties_car_name":23232,"properties_hs_all_accessible_team_ids":null,"properties_hs_all_assigned_business_unit_ids":null,"properties_hs_all_owner_ids":null,"properties_hs_all_team_ids":null,"properties_hs_created_by_user_id":12282590,"properties_hs_createdate":"2023-04-12T17:57:20.583000+00:00","properties_hs_lastmodifieddate":"2023-04-12T17:59:20.189000+00:00","properties_hs_merged_object_ids":null,"properties_hs_object_id":5938880073,"properties_hs_object_source":null,"properties_hs_object_source_id":null,"properties_hs_object_source_user_id":null,"properties_hs_pinned_engagement_id":null,"properties_hs_read_only":null,"properties_hs_unique_creation_key":null,"properties_hs_updated_by_user_id":12282590,"properties_hs_user_ids_of_all_notification_followers":null,"properties_hs_user_ids_of_all_notification_unfollowers":null,"properties_hs_user_ids_of_all_owners":null,"properties_hs_was_imported":null,"properties_hubspot_owner_assigneddate":null,"properties_hubspot_owner_id":null,"properties_hubspot_team_id":null},"emitted_at":1695637499071} +{"stream":"contacts_merged_audit","data":{"canonical-vid":651,"vid-to-merge":201,"timestamp":1688758327178,"entity-id":"auth:app-cookie | auth-level:app | login-id:integration-test@airbyte.io-1688758203663 | hub-id:8727216 | user-id:12282590 | origin-ip:2804:1b3:8402:b1f4:7d1b:f62e:b071:593d | correlation-id:3f139cd7-66fc-4300-8cbc-e6c1fe9ea7d1","user-id":12282590,"num-properties-moved":45,"merged_from_email":{"value":"testingapis@hubspot.com","source-type":"API","source-id":null,"source-label":null,"updated-by-user-id":null,"timestamp":1610634377014,"selected":false},"merged_to_email":{"value":"testingapicontact_1@hubspot.com","source-type":"API","source-id":null,"source-label":null,"updated-by-user-id":null,"timestamp":1634044981830,"selected":false},"first-name":"test","last-name":"testerson","merged_from_email_value":"testingapis@hubspot.com","merged_from_email_source-type":"API","merged_from_email_source-id":null,"merged_from_email_source-label":null,"merged_from_email_updated-by-user-id":null,"merged_from_email_timestamp":1610634377014,"merged_from_email_selected":false,"merged_to_email_value":"testingapicontact_1@hubspot.com","merged_to_email_source-type":"API","merged_to_email_source-id":null,"merged_to_email_source-label":null,"merged_to_email_updated-by-user-id":null,"merged_to_email_timestamp":1634044981830,"merged_to_email_selected":false},"emitted_at":1695637502042} \ No newline at end of file diff --git a/airbyte-integrations/connectors/source-hubspot/metadata.yaml b/airbyte-integrations/connectors/source-hubspot/metadata.yaml index 975cd4b02d125..ee9f05c4aa1e5 100644 --- a/airbyte-integrations/connectors/source-hubspot/metadata.yaml +++ b/airbyte-integrations/connectors/source-hubspot/metadata.yaml @@ -5,7 +5,7 @@ data: connectorSubtype: api connectorType: source definitionId: 36c891d9-4bd9-43ac-bad2-10e12756272c - dockerImageTag: 1.4.1 + dockerImageTag: 1.5.0 dockerRepository: airbyte/source-hubspot githubIssueLabel: source-hubspot icon: hubspot.svg @@ -14,7 +14,6 @@ data: registries: cloud: enabled: true - dockerImageTag: 1.4.1 oss: enabled: true releaseStage: generally_available diff --git a/airbyte-integrations/connectors/source-hubspot/source_hubspot/schemas/campaigns.json b/airbyte-integrations/connectors/source-hubspot/source_hubspot/schemas/campaigns.json index 7b2b881ae8056..86a39b9f86bb2 100644 --- a/airbyte-integrations/connectors/source-hubspot/source_hubspot/schemas/campaigns.json +++ b/airbyte-integrations/connectors/source-hubspot/source_hubspot/schemas/campaigns.json @@ -64,6 +64,54 @@ } } }, + "counters_open": { + "type": ["null", "integer"] + }, + "counters_processed": { + "type": ["null", "integer"] + }, + "counters_sent": { + "type": ["null", "integer"] + }, + "counters_deferred": { + "type": ["null", "integer"] + }, + "counters_unsubscribed": { + "type": ["null", "integer"] + }, + "counters_statuschange": { + "type": ["null", "integer"] + }, + "counters_bounce": { + "type": ["null", "integer"] + }, + "counters_mta_dropped": { + "type": ["null", "integer"] + }, + "counters_dropped": { + "type": ["null", "integer"] + }, + "counters_suppressed": { + "type": ["null", "integer"] + }, + "counters_click": { + "type": ["null", "integer"] + }, + "counters_delivered": { + "type": ["null", "integer"] + }, + "counters_forward": { + "type": ["null", "integer"] + }, + "counters_print": { + "type": ["null", "integer"] + }, + "counters_reply": { + "type": ["null", "integer"] + }, + "counters_spamreport": { + "type": ["null", "integer"] + }, "id": { "type": ["null", "integer"] }, diff --git a/airbyte-integrations/connectors/source-hubspot/source_hubspot/schemas/contact_lists.json b/airbyte-integrations/connectors/source-hubspot/source_hubspot/schemas/contact_lists.json index 500d1460eda39..4da808123cc16 100644 --- a/airbyte-integrations/connectors/source-hubspot/source_hubspot/schemas/contact_lists.json +++ b/airbyte-integrations/connectors/source-hubspot/source_hubspot/schemas/contact_lists.json @@ -25,6 +25,27 @@ } } }, + "metaData_processing": { + "type": ["null", "string"] + }, + "metaData_size": { + "type": ["null", "integer"] + }, + "metaData_error": { + "type": ["null", "string"] + }, + "metaData_lastProcessingStateChangeAt": { + "type": ["null", "integer"] + }, + "metaData_lastSizeChangeAt": { + "type": ["null", "integer"] + }, + "metaData_listReferencesCount": { + "type": ["null", "integer"] + }, + "metaData_parentFolderId": { + "type": ["null", "integer"] + }, "dynamic": { "type": ["null", "boolean"] }, diff --git a/airbyte-integrations/connectors/source-hubspot/source_hubspot/schemas/contacts_merged_audit.json b/airbyte-integrations/connectors/source-hubspot/source_hubspot/schemas/contacts_merged_audit.json index f3c66139aef9c..29d4496e47642 100644 --- a/airbyte-integrations/connectors/source-hubspot/source_hubspot/schemas/contacts_merged_audit.json +++ b/airbyte-integrations/connectors/source-hubspot/source_hubspot/schemas/contacts_merged_audit.json @@ -54,6 +54,33 @@ } } }, + "merged_from_email_source-vids": { + "type": ["null", "array"], + "items": { + "type": ["null", "integer"] + } + }, + "merged_from_email_updated-by-user-id": { + "type": ["null", "integer"] + }, + "merged_from_email_source-label": { + "type": ["null", "string"] + }, + "merged_from_email_source-type": { + "type": ["null", "string"] + }, + "merged_from_email_value": { + "type": ["null", "string"] + }, + "merged_from_email_source-id": { + "type": ["null", "string"] + }, + "merged_from_email_selected": { + "type": ["null", "boolean"] + }, + "merged_from_email_timestamp": { + "type": ["null", "integer"] + }, "merged_to_email": { "type": ["null", "object"], "additionalProperties": true, @@ -81,6 +108,27 @@ } } }, + "merged_to_email_updated-by-user-id": { + "type": ["null", "integer"] + }, + "merged_to_email_source-label": { + "type": ["null", "string"] + }, + "merged_to_email_source-type": { + "type": ["null", "string"] + }, + "merged_to_email_value": { + "type": ["null", "string"] + }, + "merged_to_email_source-id": { + "type": ["null", "string"] + }, + "merged_to_email_selected": { + "type": ["null", "boolean"] + }, + "merged_to_email_timestamp": { + "type": ["null", "integer"] + }, "first-name": { "type": ["null", "string"] }, diff --git a/airbyte-integrations/connectors/source-hubspot/source_hubspot/schemas/deals.json b/airbyte-integrations/connectors/source-hubspot/source_hubspot/schemas/deals.json index 478c1c84cd51d..7eb20b91f26fa 100644 --- a/airbyte-integrations/connectors/source-hubspot/source_hubspot/schemas/deals.json +++ b/airbyte-integrations/connectors/source-hubspot/source_hubspot/schemas/deals.json @@ -313,6 +313,309 @@ } } }, + "properties_amount": { + "type": ["null", "string"] + }, + "properties_amount_in_home_currency": { + "type": ["null", "string"] + }, + "properties_closed_lost_reason": { + "type": ["null", "string"] + }, + "properties_closed_won_reason": { + "type": ["null", "string"] + }, + "properties_closedate": { + "type": ["null", "string"], + "format": "date-time" + }, + "properties_createdate": { + "type": ["null", "string"], + "format": "date-time" + }, + "properties_days_to_close": { + "type": ["null", "string"] + }, + "properties_dealname": { + "type": ["null", "string"] + }, + "properties_dealstage": { + "type": ["null", "string"] + }, + "properties_dealtype": { + "type": ["null", "string"] + }, + "properties_description": { + "type": ["null", "string"] + }, + "properties_engagements_last_meeting_booked": { + "type": ["null", "string"] + }, + "properties_engagements_last_meeting_booked_campaign": { + "type": ["null", "string"] + }, + "properties_engagements_last_meeting_booked_medium": { + "type": ["null", "string"] + }, + "properties_engagements_last_meeting_booked_source": { + "type": ["null", "string"] + }, + "properties_hs_acv": { + "type": ["null", "string"] + }, + "properties_hs_all_accessible_team_ids": { + "type": ["null", "string"] + }, + "properties_hs_all_assigned_business_unit_ids": { + "type": ["null", "string"] + }, + "properties_hs_all_owner_ids": { + "type": ["null", "string"] + }, + "properties_hs_all_team_ids": { + "type": ["null", "string"] + }, + "properties_hs_analytics_source": { + "type": ["null", "string"] + }, + "properties_hs_analytics_source_data_1": { + "type": ["null", "string"] + }, + "properties_hs_analytics_source_data_2": { + "type": ["null", "string"] + }, + "properties_hs_arr": { + "type": ["null", "string"] + }, + "properties_hs_closed_amount": { + "type": ["null", "string"] + }, + "properties_hs_closed_amount_in_home_currency": { + "type": ["null", "string"] + }, + "properties_hs_created_by_user_id": { + "type": ["null", "string"] + }, + "properties_hs_createdate": { + "type": ["null", "string"], + "format": "date-time" + }, + "properties_hs_date_entered_9567448": { + "type": ["null", "string"] + }, + "properties_hs_date_entered_9567449": { + "type": ["null", "string"] + }, + "properties_hs_date_entered_appointmentscheduled": { + "type": ["null", "string"], + "format": "date-time" + }, + "properties_hs_date_entered_closedlost": { + "type": ["null", "string"], + "format": "date-time" + }, + "properties_hs_date_entered_closedwon": { + "type": ["null", "string"], + "format": "date-time" + }, + "properties_hs_date_entered_contractsent": { + "type": ["null", "string"], + "format": "date-time" + }, + "properties_hs_date_entered_customclosedwonstage": { + "type": ["null", "string"], + "format": "date-time" + }, + "properties_hs_date_entered_decisionmakerboughtin": { + "type": ["null", "string"], + "format": "date-time" + }, + "properties_hs_date_entered_presentationscheduled": { + "type": ["null", "string"], + "format": "date-time" + }, + "properties_hs_date_entered_qualifiedtobuy": { + "type": ["null", "string"], + "format": "date-time" + }, + "properties_hs_date_exited_9567448": { + "type": ["null", "string"] + }, + "properties_hs_date_exited_9567449": { + "type": ["null", "string"] + }, + "properties_hs_date_exited_appointmentscheduled": { + "type": ["null", "string"], + "format": "date-time" + }, + "properties_hs_date_exited_closedlost": { + "type": ["null", "string"], + "format": "date-time" + }, + "properties_hs_date_exited_closedwon": { + "type": ["null", "string"], + "format": "date-time" + }, + "properties_hs_date_exited_contractsent": { + "type": ["null", "string"], + "format": "date-time" + }, + "properties_hs_date_exited_customclosedwonstage": { + "type": ["null", "string"], + "format": "date-time" + }, + "properties_hs_date_exited_decisionmakerboughtin": { + "type": ["null", "string"], + "format": "date-time" + }, + "properties_hs_date_exited_presentationscheduled": { + "type": ["null", "string"], + "format": "date-time" + }, + "properties_hs_date_exited_qualifiedtobuy": { + "type": ["null", "string"], + "format": "date-time" + }, + "properties_hs_deal_amount_calculation_preference": { + "type": ["null", "string"] + }, + "properties_hs_deal_stage_probability": { + "type": ["null", "string"] + }, + "properties_hs_deal_stage_probability_shadow": { + "type": ["null", "string"] + }, + "properties_hs_forecast_amount": { + "type": ["null", "string"] + }, + "properties_hs_forecast_probability": { + "type": ["null", "string"] + }, + "properties_hs_is_closed": { + "type": ["null", "boolean"] + }, + "properties_hs_is_closed_won": { + "type": ["null", "boolean"] + }, + "properties_hs_lastmodifieddate": { + "type": ["null", "string"], + "format": "date-time" + }, + "properties_hs_latest_meeting_activity": { + "type": ["null", "string"] + }, + "properties_hs_likelihood_to_close": { + "type": ["null", "string"] + }, + "properties_hs_line_item_global_term_hs_discount_percentage": { + "type": ["null", "string"] + }, + "properties_hs_line_item_global_term_hs_discount_percentage_enabled": { + "type": ["null", "boolean"] + }, + "properties_hs_line_item_global_term_hs_recurring_billing_period": { + "type": ["null", "string"] + }, + "properties_hs_line_item_global_term_hs_recurring_billing_period_enabled": { + "type": ["null", "boolean"] + }, + "properties_hs_line_item_global_term_hs_recurring_billing_start_date": { + "type": ["null", "string"] + }, + "properties_hs_line_item_global_term_hs_recurring_billing_start_date_enabled": { + "type": ["null", "boolean"] + }, + "properties_hs_line_item_global_term_recurringbillingfrequency": { + "type": ["null", "string"] + }, + "properties_hs_line_item_global_term_recurringbillingfrequency_enabled": { + "type": ["null", "boolean"] + }, + "properties_hs_manual_forecast_category": { + "type": ["null", "string"] + }, + "properties_hs_merged_object_ids": { + "type": ["null", "string"] + }, + "properties_hs_mrr": { + "type": ["null", "string"] + }, + "properties_hs_next_step": { + "type": ["null", "string"] + }, + "properties_hs_num_target_accounts": { + "type": ["null", "string"] + }, + "properties_hs_object_id": { + "type": ["null", "string"] + }, + "properties_hs_predicted_amount": { + "type": ["null", "string"] + }, + "properties_hs_predicted_amount_in_home_currency": { + "type": ["null", "string"] + }, + "properties_hs_priority": { + "type": ["null", "string"] + }, + "properties_hs_projected_amount": { + "type": ["null", "string"] + }, + "properties_hs_projected_amount_in_home_currency": { + "type": ["null", "string"] + }, + "properties_hs_sales_email_last_replied": { + "type": ["null", "string"] + }, + "properties_hs_tcv": { + "type": ["null", "string"] + }, + "properties_hs_unique_creation_key": { + "type": ["null", "string"] + }, + "properties_hs_updated_by_user_id": { + "type": ["null", "string"] + }, + "properties_hs_user_ids_of_all_notification_followers": { + "type": ["null", "string"] + }, + "properties_hs_user_ids_of_all_notification_unfollowers": { + "type": ["null", "string"] + }, + "properties_hs_user_ids_of_all_owners": { + "type": ["null", "string"] + }, + "properties_hubspot_owner_assigneddate": { + "type": ["null", "string"], + "format": "date-time" + }, + "properties_hubspot_owner_id": { + "type": ["null", "string"] + }, + "properties_hubspot_team_id": { + "type": ["null", "string"] + }, + "properties_notes_last_contacted": { + "type": ["null", "string"] + }, + "properties_notes_last_updated": { + "type": ["null", "string"] + }, + "properties_notes_next_activity_date": { + "type": ["null", "string"] + }, + "properties_num_associated_contacts": { + "type": ["null", "string"] + }, + "properties_num_contacted_notes": { + "type": ["null", "string"] + }, + "properties_num_notes": { + "type": ["null", "string"] + }, + "properties_pipeline": { + "type": ["null", "string"] + }, "createdAt": { "type": ["null", "string"], "format": "date-time" diff --git a/airbyte-integrations/connectors/source-hubspot/source_hubspot/schemas/deals_archived.json b/airbyte-integrations/connectors/source-hubspot/source_hubspot/schemas/deals_archived.json index 420b17768b871..8e9ca2b439f0c 100644 --- a/airbyte-integrations/connectors/source-hubspot/source_hubspot/schemas/deals_archived.json +++ b/airbyte-integrations/connectors/source-hubspot/source_hubspot/schemas/deals_archived.json @@ -313,6 +313,309 @@ } } }, + "properties_amount": { + "type": ["null", "string"] + }, + "properties_amount_in_home_currency": { + "type": ["null", "string"] + }, + "properties_closed_lost_reason": { + "type": ["null", "string"] + }, + "properties_closed_won_reason": { + "type": ["null", "string"] + }, + "properties_closedate": { + "type": ["null", "string"], + "format": "date-time" + }, + "properties_createdate": { + "type": ["null", "string"], + "format": "date-time" + }, + "properties_days_to_close": { + "type": ["null", "string"] + }, + "properties_dealname": { + "type": ["null", "string"] + }, + "properties_dealstage": { + "type": ["null", "string"] + }, + "properties_dealtype": { + "type": ["null", "string"] + }, + "properties_description": { + "type": ["null", "string"] + }, + "properties_engagements_last_meeting_booked": { + "type": ["null", "string"] + }, + "properties_engagements_last_meeting_booked_campaign": { + "type": ["null", "string"] + }, + "properties_engagements_last_meeting_booked_medium": { + "type": ["null", "string"] + }, + "properties_engagements_last_meeting_booked_source": { + "type": ["null", "string"] + }, + "properties_hs_acv": { + "type": ["null", "string"] + }, + "properties_hs_all_accessible_team_ids": { + "type": ["null", "string"] + }, + "properties_hs_all_assigned_business_unit_ids": { + "type": ["null", "string"] + }, + "properties_hs_all_owner_ids": { + "type": ["null", "string"] + }, + "properties_hs_all_team_ids": { + "type": ["null", "string"] + }, + "properties_hs_analytics_source": { + "type": ["null", "string"] + }, + "properties_hs_analytics_source_data_1": { + "type": ["null", "string"] + }, + "properties_hs_analytics_source_data_2": { + "type": ["null", "string"] + }, + "properties_hs_arr": { + "type": ["null", "string"] + }, + "properties_hs_closed_amount": { + "type": ["null", "string"] + }, + "properties_hs_closed_amount_in_home_currency": { + "type": ["null", "string"] + }, + "properties_hs_created_by_user_id": { + "type": ["null", "string"] + }, + "properties_hs_createdate": { + "type": ["null", "string"], + "format": "date-time" + }, + "properties_hs_date_entered_9567448": { + "type": ["null", "string"] + }, + "properties_hs_date_entered_9567449": { + "type": ["null", "string"] + }, + "properties_hs_date_entered_appointmentscheduled": { + "type": ["null", "string"], + "format": "date-time" + }, + "properties_hs_date_entered_closedlost": { + "type": ["null", "string"], + "format": "date-time" + }, + "properties_hs_date_entered_closedwon": { + "type": ["null", "string"], + "format": "date-time" + }, + "properties_hs_date_entered_contractsent": { + "type": ["null", "string"], + "format": "date-time" + }, + "properties_hs_date_entered_customclosedwonstage": { + "type": ["null", "string"], + "format": "date-time" + }, + "properties_hs_date_entered_decisionmakerboughtin": { + "type": ["null", "string"], + "format": "date-time" + }, + "properties_hs_date_entered_presentationscheduled": { + "type": ["null", "string"], + "format": "date-time" + }, + "properties_hs_date_entered_qualifiedtobuy": { + "type": ["null", "string"], + "format": "date-time" + }, + "properties_hs_date_exited_9567448": { + "type": ["null", "string"] + }, + "properties_hs_date_exited_9567449": { + "type": ["null", "string"] + }, + "properties_hs_date_exited_appointmentscheduled": { + "type": ["null", "string"], + "format": "date-time" + }, + "properties_hs_date_exited_closedlost": { + "type": ["null", "string"], + "format": "date-time" + }, + "properties_hs_date_exited_closedwon": { + "type": ["null", "string"], + "format": "date-time" + }, + "properties_hs_date_exited_contractsent": { + "type": ["null", "string"], + "format": "date-time" + }, + "properties_hs_date_exited_customclosedwonstage": { + "type": ["null", "string"], + "format": "date-time" + }, + "properties_hs_date_exited_decisionmakerboughtin": { + "type": ["null", "string"], + "format": "date-time" + }, + "properties_hs_date_exited_presentationscheduled": { + "type": ["null", "string"], + "format": "date-time" + }, + "properties_hs_date_exited_qualifiedtobuy": { + "type": ["null", "string"], + "format": "date-time" + }, + "properties_hs_deal_amount_calculation_preference": { + "type": ["null", "string"] + }, + "properties_hs_deal_stage_probability": { + "type": ["null", "string"] + }, + "properties_hs_deal_stage_probability_shadow": { + "type": ["null", "string"] + }, + "properties_hs_forecast_amount": { + "type": ["null", "string"] + }, + "properties_hs_forecast_probability": { + "type": ["null", "string"] + }, + "properties_hs_is_closed": { + "type": ["null", "string"] + }, + "properties_hs_is_closed_won": { + "type": ["null", "string"] + }, + "properties_hs_lastmodifieddate": { + "type": ["null", "string"], + "format": "date-time" + }, + "properties_hs_latest_meeting_activity": { + "type": ["null", "string"] + }, + "properties_hs_likelihood_to_close": { + "type": ["null", "string"] + }, + "properties_hs_line_item_global_term_hs_discount_percentage": { + "type": ["null", "string"] + }, + "properties_hs_line_item_global_term_hs_discount_percentage_enabled": { + "type": ["null", "string"] + }, + "properties_hs_line_item_global_term_hs_recurring_billing_period": { + "type": ["null", "string"] + }, + "properties_hs_line_item_global_term_hs_recurring_billing_period_enabled": { + "type": ["null", "string"] + }, + "properties_hs_line_item_global_term_hs_recurring_billing_start_date": { + "type": ["null", "string"] + }, + "properties_hs_line_item_global_term_hs_recurring_billing_start_date_enabled": { + "type": ["null", "string"] + }, + "properties_hs_line_item_global_term_recurringbillingfrequency": { + "type": ["null", "string"] + }, + "properties_hs_line_item_global_term_recurringbillingfrequency_enabled": { + "type": ["null", "string"] + }, + "properties_hs_manual_forecast_category": { + "type": ["null", "string"] + }, + "properties_hs_merged_object_ids": { + "type": ["null", "string"] + }, + "properties_hs_mrr": { + "type": ["null", "string"] + }, + "properties_hs_next_step": { + "type": ["null", "string"] + }, + "properties_hs_num_target_accounts": { + "type": ["null", "string"] + }, + "properties_hs_object_id": { + "type": ["null", "string"] + }, + "properties_hs_predicted_amount": { + "type": ["null", "string"] + }, + "properties_hs_predicted_amount_in_home_currency": { + "type": ["null", "string"] + }, + "properties_hs_priority": { + "type": ["null", "string"] + }, + "properties_hs_projected_amount": { + "type": ["null", "string"] + }, + "properties_hs_projected_amount_in_home_currency": { + "type": ["null", "string"] + }, + "properties_hs_sales_email_last_replied": { + "type": ["null", "string"] + }, + "properties_hs_tcv": { + "type": ["null", "string"] + }, + "properties_hs_unique_creation_key": { + "type": ["null", "string"] + }, + "properties_hs_updated_by_user_id": { + "type": ["null", "string"] + }, + "properties_hs_user_ids_of_all_notification_followers": { + "type": ["null", "string"] + }, + "properties_hs_user_ids_of_all_notification_unfollowers": { + "type": ["null", "string"] + }, + "properties_hs_user_ids_of_all_owners": { + "type": ["null", "string"] + }, + "properties_hubspot_owner_assigneddate": { + "type": ["null", "string"], + "format": "date-time" + }, + "properties_hubspot_owner_id": { + "type": ["null", "string"] + }, + "properties_hubspot_team_id": { + "type": ["null", "string"] + }, + "properties_notes_last_contacted": { + "type": ["null", "string"] + }, + "properties_notes_last_updated": { + "type": ["null", "string"] + }, + "properties_notes_next_activity_date": { + "type": ["null", "string"] + }, + "properties_num_associated_contacts": { + "type": ["null", "string"] + }, + "properties_num_contacted_notes": { + "type": ["null", "string"] + }, + "properties_num_notes": { + "type": ["null", "string"] + }, + "properties_pipeline": { + "type": ["null", "string"] + }, "createdAt": { "type": ["null", "string"], "format": "date-time" diff --git a/airbyte-integrations/connectors/source-hubspot/source_hubspot/schemas/engagements.json b/airbyte-integrations/connectors/source-hubspot/source_hubspot/schemas/engagements.json index 07212bcbf3e4c..43ac501b429fd 100644 --- a/airbyte-integrations/connectors/source-hubspot/source_hubspot/schemas/engagements.json +++ b/airbyte-integrations/connectors/source-hubspot/source_hubspot/schemas/engagements.json @@ -112,6 +112,60 @@ } } }, + "associations_contactIds": { + "type": ["null", "array"], + "items": { + "type": ["null", "integer"] + } + }, + "associations_contentIds": { + "type": ["null", "array"], + "items": { + "type": ["null", "integer"] + } + }, + "associations_companyIds": { + "type": ["null", "array"], + "items": { + "type": ["null", "integer"] + } + }, + "associations_dealIds": { + "type": ["null", "array"], + "items": { + "type": ["null", "integer"] + } + }, + "associations_marketingEventIds": { + "type": ["null", "array"], + "items": { + "type": ["null", "integer"] + } + }, + "associations_ownerIds": { + "type": ["null", "array"], + "items": { + "type": ["null", "integer"] + } + }, + "associations_quoteIds": { + "type": ["null", "array"], + "items": { + "type": ["null", "integer"] + } + }, + "associations_workflowIds": { + "type": ["null", "array"], + "items": { + "type": ["null", "integer"] + } + }, + "associations_ticketIds": { + "type": ["null", "array"], + "items": { + "type": ["null", "integer"] + } + }, "attachments": { "type": ["null", "array"], "items": { @@ -329,6 +383,208 @@ "type": ["null", "boolean"] } } + }, + "metadata_body": { + "type": ["null", "string"] + }, + "metadata_from": { + "type": ["null", "object"], + "properties": { + "email": { + "type": ["null", "string"] + }, + "firstName": { + "type": ["null", "string"] + }, + "lastName": { + "type": ["null", "string"] + }, + "raw": { + "type": ["null", "string"] + } + } + }, + "metadata_sender": { + "type": ["null", "object"], + "properties": { + "email": { + "type": ["null", "string"] + } + } + }, + "metadata_to": { + "type": ["null", "array"], + "items": { + "type": ["null", "object"], + "properties": { + "email": { + "type": ["null", "string"] + }, + "firstName": { + "type": ["null", "string"] + }, + "lastName": { + "type": ["null", "string"] + }, + "raw": { + "type": ["null", "string"] + } + } + } + }, + "metadata_cc": { + "type": ["null", "array"], + "items": { + "type": ["null", "object"], + "properties": { + "email": { + "type": ["null", "string"] + }, + "firstName": { + "type": ["null", "string"] + }, + "lastName": { + "type": ["null", "string"] + }, + "raw": { + "type": ["null", "string"] + } + } + } + }, + "metadata_bcc": { + "type": ["null", "array"], + "items": { + "type": ["null", "object"], + "properties": { + "email": { + "type": ["null", "string"] + } + } + } + }, + "metadata_subject": { + "type": ["null", "string"] + }, + "metadata_html": { + "type": ["null", "string"] + }, + "metadata_text": { + "type": ["null", "string"] + }, + "metadata_status": { + "type": ["null", "string"] + }, + "metadata_forObjectType": { + "type": ["null", "string"] + }, + "metadata_startTime": { + "type": ["null", "integer"] + }, + "metadata_endTime": { + "type": ["null", "integer"] + }, + "metadata_title": { + "type": ["null", "string"] + }, + "metadata_toNumber": { + "type": ["null", "string"] + }, + "metadata_fromNumber": { + "type": ["null", "string"] + }, + "metadata_externalId": { + "type": ["null", "string"] + }, + "metadata_durationMilliseconds": { + "type": ["null", "integer"] + }, + "metadata_externalAccountId": { + "type": ["null", "string"] + }, + "metadata_recordingUrl": { + "type": ["null", "string"] + }, + "metadata_disposition": { + "type": ["null", "string"] + }, + "metadata_completionDate": { + "type": ["null", "integer"] + }, + "metadata_taskType": { + "type": ["null", "string"] + }, + "metadata_reminders": { + "type": ["null", "array"], + "items": { + "type": ["null", "integer"] + } + }, + "metadata_threadId": { + "type": ["null", "string"] + }, + "metadata_messageId": { + "type": ["null", "string"] + }, + "metadata_loggedFrom": { + "type": ["null", "string"] + }, + "metadata_attachedVideoOpened": { + "type": ["null", "boolean"] + }, + "metadata_attachedVideoWatched": { + "type": ["null", "boolean"] + }, + "metadata_trackerKey": { + "type": ["null", "string"] + }, + "metadata_sendDefaultReminder": { + "type": ["null", "boolean"] + }, + "metadata_source": { + "type": ["null", "string"] + }, + "metadata_unknownVisitorConversation": { + "type": ["null", "boolean"] + }, + "metadata_facsimileSendId": { + "type": ["null", "string"] + }, + "metadata_sentVia": { + "type": ["null", "string"] + }, + "metadata_sequenceStepOrder": { + "type": ["null", "integer"] + }, + "metadata_externalUrl": { + "type": ["null", "string"] + }, + "metadata_postSendStatus": { + "type": ["null", "string"] + }, + "metadata_errorMessage": { + "type": ["null", "string"] + }, + "metadata_recipientDropReasons": { + "type": ["null", "string"] + }, + "metadata_calleeObjectId": { + "type": ["null", "integer"] + }, + "metadata_calleeObjectType": { + "type": ["null", "string"] + }, + "metadata_mediaProcessingStatus": { + "type": ["null", "string"] + }, + "metadata_sourceId": { + "type": ["null", "string"] + }, + "metadata_priority": { + "type": ["null", "string"] + }, + "metadata_isAllDay": { + "type": ["null", "boolean"] } } } diff --git a/airbyte-integrations/connectors/source-hubspot/source_hubspot/schemas/engagements_calls.json b/airbyte-integrations/connectors/source-hubspot/source_hubspot/schemas/engagements_calls.json index 648ba44b171c5..468f4c477cfab 100644 --- a/airbyte-integrations/connectors/source-hubspot/source_hubspot/schemas/engagements_calls.json +++ b/airbyte-integrations/connectors/source-hubspot/source_hubspot/schemas/engagements_calls.json @@ -176,6 +176,172 @@ } } }, + "properties_hs_activity_type": { + "type": ["null", "string"] + }, + "properties_hs_all_assigned_business_unit_ids": { + "type": ["null", "string"] + }, + "properties_hs_at_mentioned_owner_ids": { + "type": ["null", "string"] + }, + "properties_hs_attachment_ids": { + "type": ["null", "string"] + }, + "properties_hs_body_preview": { + "type": ["null", "string"] + }, + "properties_hs_body_preview_html": { + "type": ["null", "string"] + }, + "properties_hs_body_preview_is_truncated": { + "type": ["null", "boolean"] + }, + "properties_hs_call_app_id": { + "type": ["null", "number"] + }, + "properties_hs_call_authed_url_provider": { + "type": ["null", "string"] + }, + "properties_hs_call_body": { + "type": ["null", "string"] + }, + "properties_hs_call_callee_object_id": { + "type": ["null", "number"] + }, + "properties_hs_call_callee_object_type": { + "type": ["null", "string"] + }, + "properties_hs_call_disposition": { + "type": ["null", "string"] + }, + "properties_hs_call_duration": { + "type": ["null", "number"] + }, + "properties_hs_call_external_account_id": { + "type": ["null", "string"] + }, + "properties_hs_call_external_id": { + "type": ["null", "string"] + }, + "properties_hs_call_from_number": { + "type": ["null", "string"] + }, + "properties_hs_call_has_transcript": { + "type": ["null", "boolean"] + }, + "properties_hs_call_recording_url": { + "type": ["null", "string"] + }, + "properties_hs_call_source": { + "type": ["null", "string"] + }, + "properties_hs_call_status": { + "type": ["null", "string"] + }, + "properties_hs_call_title": { + "type": ["null", "string"] + }, + "properties_hs_call_to_number": { + "type": ["null", "string"] + }, + "properties_hs_call_transcription_id": { + "type": ["null", "number"] + }, + "properties_hs_call_video_recording_url": { + "type": ["null", "string"] + }, + "properties_hs_call_zoom_meeting_uuid": { + "type": ["null", "string"] + }, + "properties_hs_calls_service_call_id": { + "type": ["null", "number"] + }, + "properties_hs_created_by": { + "type": ["null", "number"] + }, + "properties_hs_created_by_user_id": { + "type": ["null", "number"] + }, + "properties_hs_createdate": { + "type": ["null", "string"], + "format": "date-time" + }, + "properties_hs_engagement_source": { + "type": ["null", "string"] + }, + "properties_hs_engagement_source_id": { + "type": ["null", "string"] + }, + "properties_hs_follow_up_action": { + "type": ["null", "string"] + }, + "properties_hs_gdpr_deleted": { + "type": ["null", "boolean"] + }, + "properties_hs_lastmodifieddate": { + "type": ["null", "string"], + "format": "date-time" + }, + "properties_hs_merged_object_ids": { + "type": ["null", "string"] + }, + "properties_hs_modified_by": { + "type": ["null", "number"] + }, + "properties_hs_object_id": { + "type": ["null", "number"] + }, + "properties_hs_product_name": { + "type": ["null", "string"] + }, + "properties_hs_queue_membership_ids": { + "type": ["null", "string"] + }, + "properties_hs_timestamp": { + "type": ["null", "string"], + "format": "date-time" + }, + "properties_hs_unique_creation_key": { + "type": ["null", "string"] + }, + "properties_hs_unique_id": { + "type": ["null", "string"] + }, + "properties_hs_unknown_visitor_conversation": { + "type": ["null", "boolean"] + }, + "properties_hs_updated_by_user_id": { + "type": ["null", "number"] + }, + "properties_hs_user_ids_of_all_notification_followers": { + "type": ["null", "string"] + }, + "properties_hs_user_ids_of_all_notification_unfollowers": { + "type": ["null", "string"] + }, + "properties_hs_user_ids_of_all_owners": { + "type": ["null", "string"] + }, + "properties_hubspot_owner_assigneddate": { + "type": ["null", "string"], + "format": "date-time" + }, + "properties_hubspot_owner_id": { + "type": ["null", "string"] + }, + "properties_hubspot_team_id": { + "type": ["null", "string"] + }, + "properties_hs_all_owner_ids": { + "type": ["null", "string"] + }, + "properties_hs_all_team_ids": { + "type": ["null", "string"] + }, + "properties_hs_all_accessible_team_ids": { + "type": ["null", "string"] + }, "createdAt": { "type": ["null", "string"], "format": "date-time" diff --git a/airbyte-integrations/connectors/source-hubspot/source_hubspot/schemas/engagements_emails.json b/airbyte-integrations/connectors/source-hubspot/source_hubspot/schemas/engagements_emails.json index 3d683f44cd3aa..60d4377f707db 100644 --- a/airbyte-integrations/connectors/source-hubspot/source_hubspot/schemas/engagements_emails.json +++ b/airbyte-integrations/connectors/source-hubspot/source_hubspot/schemas/engagements_emails.json @@ -255,6 +255,251 @@ } } }, + "properties_hs_all_assigned_business_unit_ids": { + "type": ["null", "string"] + }, + "properties_hs_at_mentioned_owner_ids": { + "type": ["null", "string"] + }, + "properties_hs_attachment_ids": { + "type": ["null", "string"] + }, + "properties_hs_body_preview": { + "type": ["null", "string"] + }, + "properties_hs_body_preview_html": { + "type": ["null", "string"] + }, + "properties_hs_body_preview_is_truncated": { + "type": ["null", "boolean"] + }, + "properties_hs_created_by": { + "type": ["null", "string"] + }, + "properties_hs_created_by_user_id": { + "type": ["null", "number"] + }, + "properties_hs_createdate": { + "type": ["null", "string"], + "format": "date-time" + }, + "properties_hs_direction_and_unique_id": { + "type": ["null", "string"] + }, + "properties_hs_email_attached_video_id": { + "type": ["null", "string"] + }, + "properties_hs_email_attached_video_name": { + "type": ["null", "string"] + }, + "properties_hs_email_attached_video_opened": { + "type": ["null", "boolean"] + }, + "properties_hs_email_attached_video_watched": { + "type": ["null", "boolean"] + }, + "properties_hs_email_bcc_email": { + "type": ["null", "string"] + }, + "properties_hs_email_bcc_firstname": { + "type": ["null", "string"] + }, + "properties_hs_email_bcc_lastname": { + "type": ["null", "string"] + }, + "properties_hs_email_bcc_raw": { + "type": ["null", "string"] + }, + "properties_hs_email_cc_email": { + "type": ["null", "string"] + }, + "properties_hs_email_cc_firstname": { + "type": ["null", "string"] + }, + "properties_hs_email_cc_lastname": { + "type": ["null", "string"] + }, + "properties_hs_email_cc_raw": { + "type": ["null", "string"] + }, + "properties_hs_email_direction": { + "type": ["null", "string"] + }, + "properties_hs_email_encoded_email_associations_request": { + "type": ["null", "string"] + }, + "properties_hs_email_error_message": { + "type": ["null", "string"] + }, + "properties_hs_email_facsimile_send_id": { + "type": ["null", "string"] + }, + "properties_hs_email_from_email": { + "type": ["null", "string"] + }, + "properties_hs_email_from_firstname": { + "type": ["null", "string"] + }, + "properties_hs_email_from_lastname": { + "type": ["null", "string"] + }, + "properties_hs_email_from_raw": { + "type": ["null", "string"] + }, + "properties_hs_email_headers": { + "type": ["null", "string"] + }, + "properties_hs_email_html": { + "type": ["null", "string"] + }, + "properties_hs_email_logged_from": { + "type": ["null", "string"] + }, + "properties_hs_email_media_processing_status": { + "type": ["null", "string"] + }, + "properties_hs_email_member_of_forwarded_subthread": { + "type": ["null", "boolean"] + }, + "properties_hs_email_message_id": { + "type": ["null", "string"] + }, + "properties_hs_email_migrated_via_portal_data_migration": { + "type": ["null", "string"] + }, + "properties_hs_email_pending_inline_image_ids": { + "type": ["null", "string"] + }, + "properties_hs_email_post_send_status": { + "type": ["null", "string"] + }, + "properties_hs_email_recipient_drop_reasons": { + "type": ["null", "string"] + }, + "properties_hs_email_send_event_id": { + "type": ["null", "string"] + }, + "properties_hs_email_send_event_id_created": { + "type": ["null", "string"], + "format": "date-time" + }, + "properties_hs_email_sender_email": { + "type": ["null", "string"] + }, + "properties_hs_email_sender_firstname": { + "type": ["null", "string"] + }, + "properties_hs_email_sender_lastname": { + "type": ["null", "string"] + }, + "properties_hs_email_sender_raw": { + "type": ["null", "string"] + }, + "properties_hs_email_sent_via": { + "type": ["null", "string"] + }, + "properties_hs_email_status": { + "type": ["null", "string"] + }, + "properties_hs_email_subject": { + "type": ["null", "string"] + }, + "properties_hs_email_text": { + "type": ["null", "string"] + }, + "properties_hs_email_thread_id": { + "type": ["null", "string"] + }, + "properties_hs_email_to_email": { + "type": ["null", "string"] + }, + "properties_hs_email_to_firstname": { + "type": ["null", "string"] + }, + "properties_hs_email_to_lastname": { + "type": ["null", "string"] + }, + "properties_hs_email_to_raw": { + "type": ["null", "string"] + }, + "properties_hs_email_tracker_key": { + "type": ["null", "string"] + }, + "properties_hs_email_validation_skipped": { + "type": ["null", "string"] + }, + "properties_hs_engagement_source": { + "type": ["null", "string"] + }, + "properties_hs_engagement_source_id": { + "type": ["null", "string"] + }, + "properties_hs_follow_up_action": { + "type": ["null", "string"] + }, + "properties_hs_gdpr_deleted": { + "type": ["null", "boolean"] + }, + "properties_hs_lastmodifieddate": { + "type": ["null", "string"], + "format": "date-time" + }, + "properties_hs_merged_object_ids": { + "type": ["null", "string"] + }, + "properties_hs_modified_by": { + "type": ["null", "string"] + }, + "properties_hs_object_id": { + "type": ["null", "number"] + }, + "properties_hs_product_name": { + "type": ["null", "string"] + }, + "properties_hs_queue_membership_ids": { + "type": ["null", "string"] + }, + "properties_hs_timestamp": { + "type": ["null", "string"], + "format": "date-time" + }, + "properties_hs_unique_creation_key": { + "type": ["null", "string"] + }, + "properties_hs_unique_id": { + "type": ["null", "string"] + }, + "properties_hs_updated_by_user_id": { + "type": ["null", "number"] + }, + "properties_hs_user_ids_of_all_notification_followers": { + "type": ["null", "string"] + }, + "properties_hs_user_ids_of_all_notification_unfollowers": { + "type": ["null", "string"] + }, + "properties_hs_user_ids_of_all_owners": { + "type": ["null", "string"] + }, + "properties_hubspot_owner_assigneddate": { + "type": ["null", "string"], + "format": "date-time" + }, + "properties_hubspot_owner_id": { + "type": ["null", "string"] + }, + "properties_hubspot_team_id": { + "type": ["null", "string"] + }, + "properties_hs_all_owner_ids": { + "type": ["null", "string"] + }, + "properties_hs_all_team_ids": { + "type": ["null", "string"] + }, + "properties_hs_all_accessible_team_ids": { + "type": ["null", "string"] + }, "createdAt": { "type": ["null", "string"], "format": "date-time" diff --git a/airbyte-integrations/connectors/source-hubspot/source_hubspot/schemas/engagements_meetings.json b/airbyte-integrations/connectors/source-hubspot/source_hubspot/schemas/engagements_meetings.json index fe40c4da9a96a..0c6ed26b3b761 100644 --- a/airbyte-integrations/connectors/source-hubspot/source_hubspot/schemas/engagements_meetings.json +++ b/airbyte-integrations/connectors/source-hubspot/source_hubspot/schemas/engagements_meetings.json @@ -172,6 +172,168 @@ } } }, + "properties_hs_activity_type": { + "type": ["null", "string"] + }, + "properties_hs_all_assigned_business_unit_ids": { + "type": ["null", "string"] + }, + "properties_hs_at_mentioned_owner_ids": { + "type": ["null", "string"] + }, + "properties_hs_attachment_ids": { + "type": ["null", "string"] + }, + "properties_hs_attendee_owner_ids": { + "type": ["null", "string"] + }, + "properties_hs_body_preview": { + "type": ["null", "string"] + }, + "properties_hs_body_preview_html": { + "type": ["null", "string"] + }, + "properties_hs_body_preview_is_truncated": { + "type": ["null", "boolean"] + }, + "properties_hs_created_by": { + "type": ["null", "number"] + }, + "properties_hs_created_by_user_id": { + "type": ["null", "number"] + }, + "properties_hs_createdate": { + "type": ["null", "string"], + "format": "date-time" + }, + "properties_hs_engagement_source": { + "type": ["null", "string"] + }, + "properties_hs_engagement_source_id": { + "type": ["null", "string"] + }, + "properties_hs_follow_up_action": { + "type": ["null", "string"] + }, + "properties_hs_gdpr_deleted": { + "type": ["null", "boolean"] + }, + "properties_hs_i_cal_uid": { + "type": ["null", "string"] + }, + "properties_hs_internal_meeting_notes": { + "type": ["null", "string"] + }, + "properties_hs_lastmodifieddate": { + "type": ["null", "string"], + "format": "date-time" + }, + "properties_hs_meeting_body": { + "type": ["null", "string"] + }, + "properties_hs_meeting_calendar_event_hash": { + "type": ["null", "string"] + }, + "properties_hs_meeting_change_id": { + "type": ["null", "string"] + }, + "properties_hs_meeting_created_from_link_id": { + "type": ["null", "string"] + }, + "properties_hs_meeting_end_time": { + "type": ["null", "string"], + "format": "date-time" + }, + "properties_hs_meeting_external_url": { + "type": ["null", "string"] + }, + "properties_hs_meeting_location": { + "type": ["null", "string"] + }, + "properties_hs_meeting_location_type": { + "type": ["null", "string"] + }, + "properties_hs_meeting_outcome": { + "type": ["null", "string"] + }, + "properties_hs_meeting_pre_meeting_prospect_reminders": { + "type": ["null", "string"] + }, + "properties_hs_meeting_source": { + "type": ["null", "string"] + }, + "properties_hs_meeting_source_id": { + "type": ["null", "string"] + }, + "properties_hs_meeting_start_time": { + "type": ["null", "string"], + "format": "date-time" + }, + "properties_hs_meeting_title": { + "type": ["null", "string"] + }, + "properties_hs_meeting_web_conference_meeting_id": { + "type": ["null", "string"] + }, + "properties_hs_merged_object_ids": { + "type": ["null", "string"] + }, + "properties_hs_modified_by": { + "type": ["null", "number"] + }, + "properties_hs_object_id": { + "type": ["null", "number"] + }, + "properties_hs_product_name": { + "type": ["null", "string"] + }, + "properties_hs_queue_membership_ids": { + "type": ["null", "string"] + }, + "properties_hs_scheduled_tasks": { + "type": ["null", "string"] + }, + "properties_hs_timestamp": { + "type": ["null", "string"], + "format": "date-time" + }, + "properties_hs_unique_creation_key": { + "type": ["null", "string"] + }, + "properties_hs_unique_id": { + "type": ["null", "string"] + }, + "properties_hs_updated_by_user_id": { + "type": ["null", "number"] + }, + "properties_hs_user_ids_of_all_notification_followers": { + "type": ["null", "string"] + }, + "properties_hs_user_ids_of_all_notification_unfollowers": { + "type": ["null", "string"] + }, + "properties_hs_user_ids_of_all_owners": { + "type": ["null", "string"] + }, + "properties_hubspot_owner_assigneddate": { + "type": ["null", "string"], + "format": "date-time" + }, + "properties_hubspot_owner_id": { + "type": ["null", "string"] + }, + "properties_hubspot_team_id": { + "type": ["null", "string"] + }, + "properties_hs_all_owner_ids": { + "type": ["null", "string"] + }, + "properties_hs_all_team_ids": { + "type": ["null", "string"] + }, + "properties_hs_all_accessible_team_ids": { + "type": ["null", "string"] + }, "createdAt": { "type": ["null", "string"], "format": "date-time" diff --git a/airbyte-integrations/connectors/source-hubspot/source_hubspot/schemas/engagements_notes.json b/airbyte-integrations/connectors/source-hubspot/source_hubspot/schemas/engagements_notes.json index 38aeaba107c51..8033460440638 100644 --- a/airbyte-integrations/connectors/source-hubspot/source_hubspot/schemas/engagements_notes.json +++ b/airbyte-integrations/connectors/source-hubspot/source_hubspot/schemas/engagements_notes.json @@ -113,6 +113,109 @@ } } }, + "properties_hs_all_assigned_business_unit_ids": { + "type": ["null", "string"] + }, + "properties_hs_at_mentioned_owner_ids": { + "type": ["null", "string"] + }, + "properties_hs_attachment_ids": { + "type": ["null", "string"] + }, + "properties_hs_body_preview": { + "type": ["null", "string"] + }, + "properties_hs_body_preview_html": { + "type": ["null", "string"] + }, + "properties_hs_body_preview_is_truncated": { + "type": ["null", "boolean"] + }, + "properties_hs_created_by": { + "type": ["null", "number"] + }, + "properties_hs_created_by_user_id": { + "type": ["null", "number"] + }, + "properties_hs_createdate": { + "type": ["null", "string"], + "format": "date-time" + }, + "properties_hs_engagement_source": { + "type": ["null", "string"] + }, + "properties_hs_engagement_source_id": { + "type": ["null", "string"] + }, + "properties_hs_follow_up_action": { + "type": ["null", "string"] + }, + "properties_hs_gdpr_deleted": { + "type": ["null", "boolean"] + }, + "properties_hs_lastmodifieddate": { + "type": ["null", "string"], + "format": "date-time" + }, + "properties_hs_merged_object_ids": { + "type": ["null", "string"] + }, + "properties_hs_modified_by": { + "type": ["null", "number"] + }, + "properties_hs_note_body": { + "type": ["null", "string"] + }, + "properties_hs_object_id": { + "type": ["null", "number"] + }, + "properties_hs_product_name": { + "type": ["null", "string"] + }, + "properties_hs_queue_membership_ids": { + "type": ["null", "string"] + }, + "properties_hs_timestamp": { + "type": ["null", "string"], + "format": "date-time" + }, + "properties_hs_unique_creation_key": { + "type": ["null", "string"] + }, + "properties_hs_unique_id": { + "type": ["null", "string"] + }, + "properties_hs_updated_by_user_id": { + "type": ["null", "number"] + }, + "properties_hs_user_ids_of_all_notification_followers": { + "type": ["null", "string"] + }, + "properties_hs_user_ids_of_all_notification_unfollowers": { + "type": ["null", "string"] + }, + "properties_hs_user_ids_of_all_owners": { + "type": ["null", "string"] + }, + "properties_hubspot_owner_assigneddate": { + "type": ["null", "string"], + "format": "date-time" + }, + "properties_hubspot_owner_id": { + "type": ["null", "string"] + }, + "properties_hubspot_team_id": { + "type": ["null", "string"] + }, + "properties_hs_all_owner_ids": { + "type": ["null", "string"] + }, + "properties_hs_all_team_ids": { + "type": ["null", "string"] + }, + "properties_hs_all_accessible_team_ids": { + "type": ["null", "string"] + }, "createdAt": { "type": ["null", "string"], "format": "date-time" diff --git a/airbyte-integrations/connectors/source-hubspot/source_hubspot/schemas/engagements_tasks.json b/airbyte-integrations/connectors/source-hubspot/source_hubspot/schemas/engagements_tasks.json index 7232b8ba270ba..ffde1acbf6520 100644 --- a/airbyte-integrations/connectors/source-hubspot/source_hubspot/schemas/engagements_tasks.json +++ b/airbyte-integrations/connectors/source-hubspot/source_hubspot/schemas/engagements_tasks.json @@ -197,6 +197,193 @@ } } }, + "properties_hs_all_assigned_business_unit_ids": { + "type": ["null", "string"] + }, + "properties_hs_at_mentioned_owner_ids": { + "type": ["null", "string"] + }, + "properties_hs_attachment_ids": { + "type": ["null", "string"] + }, + "properties_hs_body_preview": { + "type": ["null", "string"] + }, + "properties_hs_body_preview_html": { + "type": ["null", "string"] + }, + "properties_hs_body_preview_is_truncated": { + "type": ["null", "boolean"] + }, + "properties_hs_calendar_event_id": { + "type": ["null", "string"] + }, + "properties_hs_created_by": { + "type": ["null", "number"] + }, + "properties_hs_created_by_user_id": { + "type": ["null", "number"] + }, + "properties_hs_createdate": { + "type": ["null", "string"], + "format": "date-time" + }, + "properties_hs_engagement_source": { + "type": ["null", "string"] + }, + "properties_hs_engagement_source_id": { + "type": ["null", "string"] + }, + "properties_hs_follow_up_action": { + "type": ["null", "string"] + }, + "properties_hs_gdpr_deleted": { + "type": ["null", "boolean"] + }, + "properties_hs_lastmodifieddate": { + "type": ["null", "string"], + "format": "date-time" + }, + "properties_hs_merged_object_ids": { + "type": ["null", "string"] + }, + "properties_hs_modified_by": { + "type": ["null", "number"] + }, + "properties_hs_msteams_message_id": { + "type": ["null", "string"] + }, + "properties_hs_num_associated_companies": { + "type": ["null", "number"] + }, + "properties_hs_num_associated_contacts": { + "type": ["null", "number"] + }, + "properties_hs_num_associated_deals": { + "type": ["null", "number"] + }, + "properties_hs_num_associated_queue_objects": { + "type": ["null", "number"] + }, + "properties_hs_num_associated_tickets": { + "type": ["null", "number"] + }, + "properties_hs_object_id": { + "type": ["null", "number"] + }, + "properties_hs_product_name": { + "type": ["null", "string"] + }, + "properties_hs_queue_membership_ids": { + "type": ["null", "string"] + }, + "properties_hs_scheduled_tasks": { + "type": ["null", "string"] + }, + "properties_hs_task_body": { + "type": ["null", "string"] + }, + "properties_hs_task_completion_date": { + "type": ["null", "string"], + "format": "date-time" + }, + "properties_hs_task_contact_timezone": { + "type": ["null", "string"] + }, + "properties_hs_task_for_object_type": { + "type": ["null", "string"] + }, + "properties_hs_task_is_all_day": { + "type": ["null", "boolean"] + }, + "properties_hs_task_last_contact_outreach": { + "type": ["null", "string"], + "format": "date-time" + }, + "properties_hs_task_last_sales_activity_timestamp": { + "type": ["null", "string"], + "format": "date-time" + }, + "properties_hs_task_priority": { + "type": ["null", "string"] + }, + "properties_hs_task_probability_to_complete": { + "type": ["null", "number"] + }, + "properties_hs_task_relative_reminders": { + "type": ["null", "string"] + }, + "properties_hs_task_reminders": { + "type": ["null", "string"] + }, + "properties_hs_task_repeat_interval": { + "type": ["null", "string"] + }, + "properties_hs_task_send_default_reminder": { + "type": ["null", "boolean"] + }, + "properties_hs_task_sequence_enrollment_active": { + "type": ["null", "boolean"] + }, + "properties_hs_task_sequence_step_enrollment_id": { + "type": ["null", "string"] + }, + "properties_hs_task_sequence_step_order": { + "type": ["null", "number"] + }, + "properties_hs_task_status": { + "type": ["null", "string"] + }, + "properties_hs_task_subject": { + "type": ["null", "string"] + }, + "properties_hs_task_template_id": { + "type": ["null", "number"] + }, + "properties_hs_task_type": { + "type": ["null", "string"] + }, + "properties_hs_timestamp": { + "type": ["null", "string"], + "format": "date-time" + }, + "properties_hs_unique_creation_key": { + "type": ["null", "string"] + }, + "properties_hs_unique_id": { + "type": ["null", "string"] + }, + "properties_hs_updated_by_user_id": { + "type": ["null", "number"] + }, + "properties_hs_user_ids_of_all_notification_followers": { + "type": ["null", "string"] + }, + "properties_hs_user_ids_of_all_notification_unfollowers": { + "type": ["null", "string"] + }, + "properties_hs_user_ids_of_all_owners": { + "type": ["null", "string"] + }, + "properties_hubspot_owner_assigneddate": { + "type": ["null", "string"], + "format": "date-time" + }, + "properties_hubspot_owner_id": { + "type": ["null", "string"] + }, + "properties_hubspot_team_id": { + "type": ["null", "string"] + }, + "properties_hs_all_owner_ids": { + "type": ["null", "string"] + }, + "properties_hs_all_team_ids": { + "type": ["null", "string"] + }, + "properties_hs_all_accessible_team_ids": { + "type": ["null", "string"] + }, "createdAt": { "type": ["null", "string"], "format": "date-time" diff --git a/airbyte-integrations/connectors/source-hubspot/source_hubspot/schemas/goals.json b/airbyte-integrations/connectors/source-hubspot/source_hubspot/schemas/goals.json index 0a6e4a5071114..acb1262240234 100644 --- a/airbyte-integrations/connectors/source-hubspot/source_hubspot/schemas/goals.json +++ b/airbyte-integrations/connectors/source-hubspot/source_hubspot/schemas/goals.json @@ -42,6 +42,38 @@ } } }, + "properties_hs_created_by_user_id": { + "type": ["null", "string"] + }, + "properties_hs_createdate": { + "type": ["null", "string"], + "format": "date-time" + }, + "properties_hs_start_datetime": { + "type": ["null", "string"], + "format": "date-time" + }, + "properties_hs_end_datetime": { + "type": ["null", "string"], + "format": "date-time" + }, + "properties_hs_goal_name": { + "type": ["null", "string"] + }, + "properties_hs_lastmodifieddate": { + "type": ["null", "string"], + "format": "date-time" + }, + "properties_hs_kpi_value_last_calculated_at": { + "type": ["null", "string"], + "format": "date-time" + }, + "properties_hs_object_id": { + "type": ["null", "string"] + }, + "properties_hs_target_amount": { + "type": ["null", "string"] + }, "createdAt": { "type": ["null", "string"], "format": "date-time" diff --git a/airbyte-integrations/connectors/source-hubspot/source_hubspot/schemas/workflows.json b/airbyte-integrations/connectors/source-hubspot/source_hubspot/schemas/workflows.json index 4d89d65055cb9..228121336cd76 100644 --- a/airbyte-integrations/connectors/source-hubspot/source_hubspot/schemas/workflows.json +++ b/airbyte-integrations/connectors/source-hubspot/source_hubspot/schemas/workflows.json @@ -43,6 +43,24 @@ } } }, + "contactListIds_enrolled": { + "type": ["null", "integer"] + }, + "contactListIds_active": { + "type": ["null", "integer"] + }, + "contactListIds_completed": { + "type": ["null", "integer"] + }, + "contactListIds_succeeded": { + "type": ["null", "integer"] + }, + "contactListIds_steps": { + "type": ["null", "array"], + "items": { + "type": ["null", "string"] + } + }, "lastUpdatedByUserId": { "type": ["null", "integer"] }, diff --git a/airbyte-integrations/connectors/source-hubspot/source_hubspot/source.py b/airbyte-integrations/connectors/source-hubspot/source_hubspot/source.py index 2d1c6a642dca3..774a87c163bc4 100644 --- a/airbyte-integrations/connectors/source-hubspot/source_hubspot/source.py +++ b/airbyte-integrations/connectors/source-hubspot/source_hubspot/source.py @@ -154,5 +154,11 @@ def streams(self, config: Mapping[str, Any]) -> List[Stream]: return available_streams def get_custom_object_streams(self, api: API, common_params: Mapping[str, Any]): - for (entity, fully_qualified_name, schema) in api.get_custom_objects_metadata(): - yield CustomObject(entity=entity, schema=schema, fully_qualified_name=fully_qualified_name, **common_params) + for entity, fully_qualified_name, schema, custom_properties in api.get_custom_objects_metadata(): + yield CustomObject( + entity=entity, + schema=schema, + fully_qualified_name=fully_qualified_name, + custom_properties=custom_properties, + **common_params, + ) diff --git a/airbyte-integrations/connectors/source-hubspot/source_hubspot/streams.py b/airbyte-integrations/connectors/source-hubspot/source_hubspot/streams.py index d272bff24316b..3e6d4b094ef6a 100644 --- a/airbyte-integrations/connectors/source-hubspot/source_hubspot/streams.py +++ b/airbyte-integrations/connectors/source-hubspot/source_hubspot/streams.py @@ -74,6 +74,35 @@ def retry_token_expired_handler(**kwargs): ) +class RecordUnnester: + def __init__(self, fields: Optional[List[str]] = None): + self.fields = fields or [] + + def unnest(self, records: Iterable[MutableMapping[str, Any]]) -> Iterable[MutableMapping[str, Any]]: + """ + In order to not make the users query their destinations for complicated json fields, duplicate some nested data as top level fields. + For instance: + {"id": 1, "updatedAt": "2020-01-01", "properties": {"hs_note_body": "World's best boss", "hs_created_by": "Michael Scott"}} + becomes + { + "id": 1, + "updatedAt": "2020-01-01", + "properties": {"hs_note_body": "World's best boss", "hs_created_by": "Michael Scott"}, + "properties_hs_note_body": "World's best boss", + "properties_hs_created_by": "Michael Scott" + } + """ + + for record in records: + fields_to_unnest = self.fields + ["properties"] + data_to_unnest = {field: record.get(field, {}) for field in fields_to_unnest} + unnested_data = { + f"{top_level_name}_{name}": value for (top_level_name, data) in data_to_unnest.items() for (name, value) in data.items() + } + final = {**record, **unnested_data} + yield final + + def retry_connection_handler(**kwargs): """Retry helper, log each attempt""" @@ -229,16 +258,16 @@ def get_custom_objects_metadata(self) -> Iterable[Tuple[str, str, Mapping[str, A if not response.ok or "results" not in data: self.logger.warn(self._parse_and_handle_errors(response)) return () + for metadata in data["results"]: + properties = self.get_properties(raw_schema=metadata) + schema = self.generate_schema(properties) + yield metadata["name"], metadata["fullyQualifiedName"], schema, properties - return ( - (metadata["name"], metadata["fullyQualifiedName"], self.generate_schema(raw_schema=metadata)) for metadata in data["results"] - ) - - def generate_schema(self, raw_schema: Mapping[str, Any]) -> Mapping[str, Any]: - properties = {} - for field in raw_schema["properties"]: - properties[field["name"]] = self._field_to_property_schema(field) + def get_properties(self, raw_schema: Mapping[str, Any]) -> Mapping[str, Any]: + return {field["name"]: self._field_to_property_schema(field) for field in raw_schema["properties"]} + def generate_schema(self, properties: Mapping[str, Any]) -> Mapping[str, Any]: + unnested_properties = {f"properties_{property_name}": property_value for (property_name, property_value) in properties.items()} schema = { "$schema": "http://json-schema.org/draft-07/schema#", "type": ["null", "object"], @@ -249,6 +278,7 @@ def generate_schema(self, raw_schema: Mapping[str, Any]) -> Mapping[str, Any]: "updatedAt": {"type": ["null", "string"], "format": "date-time"}, "archived": {"type": ["null", "boolean"]}, "properties": {"type": ["null", "object"], "properties": properties}, + **unnested_properties, }, } @@ -292,6 +322,11 @@ class Stream(HttpStream, ABC): denormalize_records: bool = False # one record from API response can result in multiple records emitted granted_scopes: Set = None properties_scopes: Set = None + unnest_fields: Optional[List[str]] = None + + @cached_property + def record_unnester(self): + return RecordUnnester(self.unnest_fields) @property @abstractmethod @@ -366,7 +401,12 @@ def request_headers( def get_json_schema(self) -> Mapping[str, Any]: json_schema = super().get_json_schema() if self.properties: - json_schema["properties"]["properties"] = {"type": "object", "properties": self.properties} + properties = {"properties": {"type": "object", "properties": self.properties}} + unnested_properties = { + f"properties_{property_name}": property_value for (property_name, property_value) in self.properties.items() + } + default_props = json_schema["properties"] + json_schema["properties"] = {**default_props, **properties, **unnested_properties} return json_schema @retry_token_expired_handler(max_tries=5) @@ -461,7 +501,7 @@ def read_records( if self.filter_old_records: records = self._filter_old_records(records) - yield from records + yield from self.record_unnester.unnest(records) next_page_token = self.next_page_token(response) if not next_page_token: @@ -1112,6 +1152,7 @@ def read_records( ) records = self._flat_associations(records) records = self._filter_old_records(records) + records = self.record_unnester.unnest(records) for record in records: cursor = self._field_to_datetime(record[self.updated_at_field]) @@ -1256,6 +1297,7 @@ class Campaigns(ClientSideIncrementalStream): cursor_field_datetime_format = "x" primary_key = "id" scopes = {"crm.lists.read"} + unnest_fields = ["counters"] def read_records( self, @@ -1267,7 +1309,7 @@ def read_records( for row in super().read_records(sync_mode, cursor_field=cursor_field, stream_slice=stream_slice, stream_state=stream_state): record, response = self._api.get(f"/email/public/v1/campaigns/{row['id']}") if self.filter_by_state(stream_state=stream_state, record=row): - yield {**row, **record} + yield from self.record_unnester.unnest([{**row, **record}]) class ContactLists(IncrementalStream): @@ -1286,6 +1328,7 @@ class ContactLists(IncrementalStream): primary_key = "listId" need_chunk = False scopes = {"crm.lists.read"} + unnest_fields = ["metaData"] class ContactsListMemberships(Stream): @@ -1452,6 +1495,8 @@ class EngagementsAll(EngagementsABC): Note: Returns all engagements records ordered by 'createdAt' (not 'lastUpdated') field """ + unnest_fields = ["associations", "metadata"] + @property def url(self): return "/engagements/v1/engagements/paged" @@ -1473,6 +1518,7 @@ class EngagementsRecent(EngagementsABC): total_records_limit = 10000 last_days_limit = 29 + unnest_fields = ["associations", "metadata"] @property def url(self): @@ -1791,6 +1837,7 @@ class Workflows(ClientSideIncrementalStream): cursor_field_datetime_format = "x" primary_key = "id" scopes = {"automation"} + unnest_fields = ["contactListIds"] class Companies(CRMSearchStream): @@ -1813,19 +1860,12 @@ class ContactsMergedAudit(Stream): url = "/contacts/v1/contact/vids/batch/" updated_at_field = "timestamp" scopes = {"crm.objects.contacts.read"} + unnest_fields = ["merged_from_email", "merged_to_email"] def __init__(self, **kwargs): super().__init__(**kwargs) self.config = kwargs - def get_json_schema(self) -> Mapping[str, Any]: - """Override get_json_schema defined in Stream class - Final object does not have properties field - We return JSON schema as defined in : - source_hubspot/schemas/contacts_merged_audit.json - """ - return super(Stream, self).get_json_schema() - def stream_slices( self, sync_mode: SyncMode, cursor_field: List[str] = None, stream_state: Mapping[str, Any] = None, **kwargs ) -> Iterable[Mapping[str, Any]]: @@ -1841,7 +1881,7 @@ def stream_slices( contacts.filter_old_records = False for contact in contacts.read_records(sync_mode=SyncMode.full_refresh): - if contact["properties"].get("hs_merged_object_ids"): + if contact.get("properties_hs_merged_object_ids"): contact_batch.append(contact["id"]) if len(contact_batch) == max_contacts: @@ -1956,11 +1996,12 @@ class CustomObject(CRMSearchStream, ABC): primary_key = "id" scopes = {"crm.schemas.custom.read", "crm.objects.custom.read"} - def __init__(self, entity: str, schema: Mapping[str, Any], fully_qualified_name: str, **kwargs): + def __init__(self, entity: str, schema: Mapping[str, Any], fully_qualified_name: str, custom_properties: Mapping[str, Any], **kwargs): super().__init__(**kwargs) self.entity = entity self.schema = schema self.fully_qualified_name = fully_qualified_name + self.custom_properties = custom_properties @property def name(self) -> str: @@ -1971,8 +2012,8 @@ def get_json_schema(self) -> Mapping[str, Any]: @property def properties(self) -> Mapping[str, Any]: - # do not make extra api queries - return self.get_json_schema()["properties"]["properties"]["properties"] + # do not make extra api calls + return self.custom_properties class EmailSubscriptions(Stream): diff --git a/airbyte-integrations/connectors/source-hubspot/unit_tests/test_source.py b/airbyte-integrations/connectors/source-hubspot/unit_tests/test_source.py index 14a5737ab6c4f..11956990875e7 100644 --- a/airbyte-integrations/connectors/source-hubspot/unit_tests/test_source.py +++ b/airbyte-integrations/connectors/source-hubspot/unit_tests/test_source.py @@ -297,6 +297,8 @@ def test_stream_with_splitting_properties(self, requests_mock, api, fake_propert assert len(stream_records) == sum([len(ids) for ids in record_ids_paginated]) for record in stream_records: assert len(record["properties"]) == NUMBER_OF_PROPERTIES + properties = [field for field in record if field.startswith("properties_")] + assert len(properties) == NUMBER_OF_PROPERTIES def test_stream_with_splitting_properties_with_pagination(self, requests_mock, common_params, api, fake_properties_list): """ @@ -329,6 +331,8 @@ def test_stream_with_splitting_properties_with_pagination(self, requests_mock, c assert len(stream_records) == 5 for record in stream_records: assert len(record["properties"]) == NUMBER_OF_PROPERTIES + properties = [field for field in record if field.startswith("properties_")] + assert len(properties) == NUMBER_OF_PROPERTIES def test_stream_with_splitting_properties_with_new_record(self, requests_mock, common_params, api, fake_properties_list): """ diff --git a/airbyte-integrations/connectors/source-hubspot/unit_tests/test_streams.py b/airbyte-integrations/connectors/source-hubspot/unit_tests/test_streams.py index bc7a150474cb0..6d0c54824cd1c 100644 --- a/airbyte-integrations/connectors/source-hubspot/unit_tests/test_streams.py +++ b/airbyte-integrations/connectors/source-hubspot/unit_tests/test_streams.py @@ -30,6 +30,7 @@ Owners, OwnersArchived, Products, + RecordUnnester, TicketPipelines, Tickets, Workflows, @@ -402,6 +403,7 @@ def expected_custom_object_json_schema(): "updatedAt": {"type": ["null", "string"], "format": "date-time"}, "archived": {"type": ["null", "boolean"]}, "properties": {"type": ["null", "object"], "properties": {"name": {"type": ["null", "string"]}}}, + "properties_name": {"type": ["null", "string"]}, }, } @@ -410,7 +412,7 @@ def test_custom_object_stream_doesnt_call_hubspot_to_get_json_schema_if_availabl requests_mock, custom_object_schema, expected_custom_object_json_schema, common_params ): stream = CustomObject(entity="animals", schema=expected_custom_object_json_schema, - fully_qualified_name="p123_animals", **common_params) + fully_qualified_name="p123_animals", custom_properties={"name": {"type": ["null", "string"]}}, **common_params) adapter = requests_mock.register_uri( "GET", "/crm/v3/schemas", [{"json": {"results": [custom_object_schema]}}]) @@ -446,7 +448,85 @@ def test_contacts_merged_audit_stream_doesnt_call_hubspot_to_get_json_schema(req def test_get_custom_objects_metadata_success(requests_mock, custom_object_schema, expected_custom_object_json_schema, api): requests_mock.register_uri( "GET", "/crm/v3/schemas", json={"results": [custom_object_schema]}) - for (entity, fully_qualified_name, schema) in api.get_custom_objects_metadata(): + for (entity, fully_qualified_name, schema, custom_properties) in api.get_custom_objects_metadata(): assert entity == "animals" assert fully_qualified_name == "p19936848_Animal" assert schema == expected_custom_object_json_schema + + +@pytest.mark.parametrize( + "input_data, unnest_fields, expected_output", + ( + ( + [{"id": 1, "createdAt": "2020-01-01", "email": {"from": "integration-test@airbyte.io", "to": "michael_scott@gmail.com"}}], + [], + [{"id": 1, "createdAt": "2020-01-01", "email": {"from": "integration-test@airbyte.io", "to": "michael_scott@gmail.com"}}] + ), + ( + [ + { + "id": 1, + "createdAt": "2020-01-01", + "email": {"from": "integration-test@airbyte.io", "to": "michael_scott@gmail.com"}, + "properties": {"phone": "+38044-111-111", "address": "31, Cleveland str, Washington DC"} + } + ], + [], + [ + { + "id": 1, + "createdAt": "2020-01-01", + "email": {"from": "integration-test@airbyte.io", "to": "michael_scott@gmail.com"}, + "properties": {"phone": "+38044-111-111", "address": "31, Cleveland str, Washington DC"}, + "properties_phone": "+38044-111-111", + "properties_address": "31, Cleveland str, Washington DC" + } + ] + ), + ( + [ + { + "id": 1, + "createdAt": "2020-01-01", + "email": {"from": "integration-test@airbyte.io", "to": "michael_scott@gmail.com"}, + } + ], + ["email"], + [ + { + "id": 1, + "createdAt": "2020-01-01", + "email": {"from": "integration-test@airbyte.io", "to": "michael_scott@gmail.com"}, + "email_from": "integration-test@airbyte.io", + "email_to": "michael_scott@gmail.com", + } + ] + ), + ( + [ + { + "id": 1, + "createdAt": "2020-01-01", + "email": {"from": "integration-test@airbyte.io", "to": "michael_scott@gmail.com"}, + "properties": {"phone": "+38044-111-111", "address": "31, Cleveland str, Washington DC"} + } + ], + ["email"], + [ + { + "id": 1, + "createdAt": "2020-01-01", + "email": {"from": "integration-test@airbyte.io", "to": "michael_scott@gmail.com"}, + "email_from": "integration-test@airbyte.io", + "email_to": "michael_scott@gmail.com", + "properties": {"phone": "+38044-111-111", "address": "31, Cleveland str, Washington DC"}, + "properties_phone": "+38044-111-111", + "properties_address": "31, Cleveland str, Washington DC" + } + ] + ) + ) +) +def test_records_unnester(input_data, unnest_fields, expected_output): + unnester = RecordUnnester(fields=unnest_fields) + assert list(unnester.unnest(input_data)) == expected_output diff --git a/docs/integrations/sources/hubspot.md b/docs/integrations/sources/hubspot.md index ebf4ce9380446..2d0ab7eeacdfa 100644 --- a/docs/integrations/sources/hubspot.md +++ b/docs/integrations/sources/hubspot.md @@ -200,16 +200,34 @@ Now that you have set up the Hubspot source connector, check out the following H [Build a single customer view with open-source tools](https://airbyte.com/tutorials/single-customer-view) +## Unnesting top level properties + +Since version 1.5.0, in order to not make the users query their destinations for complicated json fields, we duplicate most of nested data as top level fields. +For instance: + +`{"id": 1, "updatedAt": "2020-01-01", "properties": {"hs_note_body": "World's best boss", "hs_created_by": "Michael Scott"}}` + +becomes + +`{ + "id": 1, + "updatedAt": "2020-01-01", + "properties": {"hs_note_body": "World's best boss", "hs_created_by": "Michael Scott"}, + "properties_hs_note_body": "World's best boss", + "properties_hs_created_by": "Michael Scott" +}` + ## Changelog | Version | Date | Pull Request | Subject | -| :------ | :--------- | :------------------------------------------------------- | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| 1.4.1 | 2023-08-22 | [29715](https://github.com/airbytehq/airbyte/pull/29715) | Fix python package configuration stream | -| 1.4.0 | 2023-08-11 | [29249](https://github.com/airbytehq/airbyte/pull/29249) | Add `OwnersArchived` stream | -| 1.3.3 | 2023-08-10 | [29248](https://github.com/airbytehq/airbyte/pull/29248) | Specify `threadId` in `engagements` stream to type string | -| 1.3.2 | 2023-08-10 | [29326](https://github.com/airbytehq/airbyte/pull/29326) | Add primary keys to streams `ContactLists` and `PropertyHistory` | -| 1.3.1 | 2023-08-08 | [29211](https://github.com/airbytehq/airbyte/pull/29211) | Handle 400 and 403 errors without interruption of the sync | -| 1.3.0 | 2023-08-01 | [28909](https://github.com/airbytehq/airbyte/pull/28909) | Add handling of source connection errors | +|:--------|:-----------|:---------------------------------------------------------|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| 1.5.0 | 2023-09-11 | [30322](https://github.com/airbytehq/airbyte/pull/30322) | Unnest stream schemas | +| 1.4.1 | 2023-08-22 | [29715](https://github.com/airbytehq/airbyte/pull/29715) | Fix python package configuration stream | +| 1.4.0 | 2023-08-11 | [29249](https://github.com/airbytehq/airbyte/pull/29249) | Add `OwnersArchived` stream | +| 1.3.3 | 2023-08-10 | [29248](https://github.com/airbytehq/airbyte/pull/29248) | Specify `threadId` in `engagements` stream to type string | +| 1.3.2 | 2023-08-10 | [29326](https://github.com/airbytehq/airbyte/pull/29326) | Add primary keys to streams `ContactLists` and `PropertyHistory` | +| 1.3.1 | 2023-08-08 | [29211](https://github.com/airbytehq/airbyte/pull/29211) | Handle 400 and 403 errors without interruption of the sync | +| 1.3.0 | 2023-08-01 | [28909](https://github.com/airbytehq/airbyte/pull/28909) | Add handling of source connection errors | | 1.2.0 | 2023-07-27 | [27091](https://github.com/airbytehq/airbyte/pull/27091) | Add new stream `ContactsMergedAudit` | | 1.1.2 | 2023-07-27 | [28558](https://github.com/airbytehq/airbyte/pull/28558) | Improve error messages during connector setup | | 1.1.1 | 2023-07-25 | [28705](https://github.com/airbytehq/airbyte/pull/28705) | Fix retry handler for token expired error |