From 0f25bf6c7546ff81954e196d1b3977a36aa5f16c Mon Sep 17 00:00:00 2001 From: Luishfs Date: Wed, 23 Oct 2024 16:04:07 -0300 Subject: [PATCH 1/3] source-hubspot: changing properties endpoint to v3 --- source-hubspot/config.yaml | 7 +- source-hubspot/source_hubspot/streams.py | 9 +- .../snapshots__capture__capture.stdout.json | 7703 +++++++++--- .../snapshots__discover__capture.stdout.json | 10040 +++++++++------- 4 files changed, 12073 insertions(+), 5686 deletions(-) diff --git a/source-hubspot/config.yaml b/source-hubspot/config.yaml index e2cef20855..7cce2e23ab 100644 --- a/source-hubspot/config.yaml +++ b/source-hubspot/config.yaml @@ -2,8 +2,7 @@ credentials: client_id_sops: ENC[AES256_GCM,data:cN4R7R7ixwd0QiX9uanxOSx9xsGmTi4oEHX6vNbTAdY6VFiU,iv:2fvIsHIOv4YtAgWb0P777akB5LZyRNXXpRU9IJp2q5Y=,tag:VqxBHJO6I21yMiHpw6nHBg==,type:str] client_secret_sops: ENC[AES256_GCM,data:UlJR+XVn0rgji2eoxy6pe0xUFa3QqrfGyxsGDwo3ntRR4z0/,iv:zn0YVI1gE5vOKzfeaCw1qYe76375RhRBJdPDL/mO90k=,tag:P0ziOgenDQKUUdZyFp8sZA==,type:str] credentials_title: OAuth Credentials - refresh_token_sops: ENC[AES256_GCM,data:XPQZka/ecPGbVEC2vW5p0c9ogQnTo1s/gM3+qED4o364fL/e,iv:fDoSfNULUVXY7G/w7pvkiiTHykZnsKfK99F3lUZxU08=,tag:48VDYM6CzYXvbhwPZNjOLw==,type:str] - access_token_sops: "" + refresh_token_sops: ENC[AES256_GCM,data:pv1aNqErp9iHsVpNk1uPExiwQfuAq2KFmAS9okXiBDAChIu4,iv:PWxe5ZwPd5GGOiW2MtEucGbrRbZs5U0zLYIvTsNBw5c=,tag:dblxNOWFmXynn1oqdslWBQ==,type:str] token_expiry_date: "2024-02-01T17:01:21.703Z" start_date: "2024-01-01T12:00:00Z" sops: @@ -15,8 +14,8 @@ sops: azure_kv: [] hc_vault: [] age: [] - lastmodified: "2024-02-15T21:12:36Z" - mac: ENC[AES256_GCM,data:4RO1xaK3t+d0okl0FGpcXbaxH/j0wuJ5IAXT+t8qreUd0qfTDTWIJdcI27/x7oO3k13q15Ri8SKJ/rSUOHPSPtbmjVPUqQyBLaM2BO0zqrEJcSINhNkW9ldqMYet/QhUVZ+fY56rv1p1amCw70+jvpHFjaoLaiwww3jaJeofb5I=,iv:J2YUq8ceQ+Edrl9KGtiXgHUTha5MoyA4L8GCAI5aHbE=,tag:OexGNsQXRZFmwddX6nAf3g==,type:str] + lastmodified: "2024-10-22T20:20:58Z" + mac: ENC[AES256_GCM,data:mkI3O3JhsW0gHvi5+B7A99ElpRplwY0FTmeOlQvhuQN7suz4zesixZvFdVTLwADE/nRxQQ96Dl/MUUYaANwa+PkJt7ggluC93y3YmEBNmbtHebqRpSox9TvlvE76QInKu18DQOfeOiYen7DOM+Eh8kwkAL+wRLiLbS2xVuldJIQ=,iv:KM7QuzRVScb9q9BpU7/c0TYWm7sgg1Ck4+WriD1qH+k=,tag:26ulOQDmEF7pyLmdRnaf7A==,type:str] pgp: [] encrypted_suffix: _sops version: 3.8.1 diff --git a/source-hubspot/source_hubspot/streams.py b/source-hubspot/source_hubspot/streams.py index 034ff01cfe..148cb3dcea 100644 --- a/source-hubspot/source_hubspot/streams.py +++ b/source-hubspot/source_hubspot/streams.py @@ -752,9 +752,14 @@ def properties(self) -> Mapping[str, Any]: f"to be able to fetch all properties available." ) return props - data, response = self._api.get(f"/properties/v2/{self.entity}/properties") - for row in data: + if self.__class__ is CustomObject: + data, response = self._api.get(f"/crm/v3/properties/p_{self.entity}") + else: + data, response = self._api.get(f"/crm/v3/properties/{self.entity}") + if not data.get("results"): + return props + for row in data["results"]: #TODO(johnny): This is kicking the can on a schema mistake that we should fix. if self.name == "contacts" and row["name"] == "hs_latest_source_timestamp": props[row["name"]] = {"type": ["null", "string"], "format": "date"} diff --git a/source-hubspot/tests/snapshots/snapshots__capture__capture.stdout.json b/source-hubspot/tests/snapshots/snapshots__capture__capture.stdout.json index 34ad5f6318..9b819a2867 100644 --- a/source-hubspot/tests/snapshots/snapshots__capture__capture.stdout.json +++ b/source-hubspot/tests/snapshots/snapshots__capture__capture.stdout.json @@ -1,6 +1,6 @@ [ [ - "acmeCo/contacts", + "acmeCo/companies", { "_meta": { "op": "u", @@ -8,374 +8,266 @@ "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" }, "archived": false, - "createdAt": "2024-01-31T17:37:43.662Z", - "id": "1", + "createdAt": "2024-02-08T02:37:20.547Z", + "id": "19015508755", "properties": { - "address": null, - "annualrevenue": null, - "associatedcompanyid": null, - "associatedcompanylastupdated": null, - "city": "Brisbane", + "about_us": null, + "address": "25 First Street", + "address2": "2nd Floor", + "annualrevenue": 10000000000, + "city": "Cambridge", "closedate": null, - "company": "HubSpot", - "company_size": null, - "country": null, - "createdate": "2024-01-31T17:37:43.662000+00:00", - "currentlyinworkflow": null, - "date_of_birth": null, + "country": "United States", + "createdate": "2024-02-08T02:37:20.547000+00:00", "days_to_close": null, - "degree": null, - "email": "emailmaria@hubspot.com", + "description": "HubSpot is a leading CRM platform that provides software and support to help businesses grow better. Our platform includes marketing, sales, service, and website management products that start free and scale to meet our customers\u2019 needs at any stage of...", + "domain": "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, + "facebook_company_page": "https://facebook.com/hubspot", + "facebookfans": null, + "first_contact_createdate": null, + "first_contact_createdate_timestamp_earliest_value_78b50eea": null, "first_conversion_date": null, "first_conversion_event_name": null, - "first_deal_created_date": "2024-01-31T17:38:10.993000+00:00", - "firstname": "Maria", - "gender": null, - "graduation_date": null, - "hs_additional_emails": null, + "first_deal_created_date": null, + "founded_year": "2006", + "googleplus_page": null, + "hs_additional_domains": null, "hs_all_accessible_team_ids": null, - "hs_all_contact_vids": "1", - "hs_all_owner_ids": null, + "hs_all_assigned_business_unit_ids": null, + "hs_all_owner_ids": "722900407", "hs_all_team_ids": null, - "hs_analytics_average_page_views": 0, - "hs_analytics_first_referrer": null, - "hs_analytics_first_timestamp": "2024-01-31T17:37:43.653000+00:00", + "hs_analytics_first_timestamp": null, "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_timestamp_timestamp_latest_value_4e16365a": null, "hs_analytics_last_touch_converting_campaign": null, - "hs_analytics_last_url": null, + "hs_analytics_last_touch_converting_campaign_timestamp_latest_value_81a64e30": 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": "sample-contact", + "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_2": null, + "hs_annual_revenue_currency_code": 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_follow_up_enqueued_at": 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_country_code": null, + "hs_created_by_user_id": 63843671, "hs_createdate": null, + "hs_csm_sentiment": null, + "hs_customer_success_ticket_sentiment": null, "hs_date_entered_customer": null, "hs_date_entered_evangelist": null, - "hs_date_entered_lead": "2024-01-31T17:37:43.653000+00:00", + "hs_date_entered_lead": "2024-02-08T02:37:20.547000+00:00", "hs_date_entered_marketingqualifiedlead": null, - "hs_date_entered_opportunity": "2024-01-31T17:38:12.141000+00:00", + "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": "2024-01-31T17:38:12.141000+00:00", + "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_286760152": null, - "hs_email_optout_286760157": null, - "hs_email_quarantined": null, - "hs_email_quarantined_reason": 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_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_employee_range": null, + "hs_ideal_customer_profile": null, + "hs_industry_group": null, + "hs_is_enriched": null, + "hs_is_target_account": null, + "hs_keywords": 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": null, - "hs_latest_disqualified_lead_date": null, + "hs_lastmodifieddate": "2024-02-08T02:37:23.482000+00:00", + "hs_latest_createdate_of_active_subscriptions": null, "hs_latest_meeting_activity": null, - "hs_latest_open_lead_date": null, - "hs_latest_qualified_lead_date": 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": "sample-contact", - "hs_latest_source_timestamp": "2024-01-31", - "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": "2024-01-31T17:37:43.653000+00:00", - "hs_lifecyclestage_marketingqualifiedlead_date": null, - "hs_lifecyclestage_opportunity_date": "2024-01-31T17:38:12.141000+00:00", - "hs_lifecyclestage_other_date": null, - "hs_lifecyclestage_salesqualifiedlead_date": null, - "hs_lifecyclestage_subscriber_date": null, - "hs_linkedin_ad_clicked": null, + "hs_linkedin_handle": null, + "hs_logo_url": null, "hs_merged_object_ids": null, - "hs_mobile_sdk_push_tokens": null, + "hs_notes_last_activity": null, + "hs_notes_next_activity": null, "hs_notes_next_activity_type": null, - "hs_object_id": 1, - "hs_object_source": "API", + "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": 19015508755, + "hs_object_source": "CRM_UI", "hs_object_source_detail_1": null, "hs_object_source_detail_2": null, "hs_object_source_detail_3": null, - "hs_object_source_id": "sample-contact", - "hs_object_source_label": "INTERNAL_PROCESSING", - "hs_object_source_user_id": null, - "hs_persona": null, + "hs_object_source_id": "userId:63843671", + "hs_object_source_label": "CRM_UI", + "hs_object_source_user_id": 63843671, + "hs_parent_company_id": null, "hs_pinned_engagement_id": null, - "hs_pipeline": "contacts-lifecycle-pipeline", + "hs_pipeline": "companies-lifecycle-pipeline", + "hs_predictivecontactscore_v2": null, + "hs_predictivecontactscore_v2_next_max_max_d4e58c1e": null, + "hs_quick_context": null, "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_revenue_range": 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_shared_team_ids": null, "hs_shared_user_ids": null, - "hs_testpurge": null, - "hs_testrollback": null, + "hs_source_object_id": 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": "redacted", + "hs_time_in_lead": 22268776984, "hs_time_in_marketingqualifiedlead": null, - "hs_time_in_opportunity": "redacted", + "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_timezone": null, + "hs_total_deal_value": null, "hs_unique_creation_key": null, - "hs_updated_by_user_id": null, + "hs_updated_by_user_id": 63843671, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, - "hs_user_ids_of_all_owners": null, - "hs_v2_date_entered_customer": null, - "hs_v2_date_entered_evangelist": null, - "hs_v2_date_entered_lead": "2024-01-31T17:37:43.653000+00:00", - "hs_v2_date_entered_marketingqualifiedlead": null, - "hs_v2_date_entered_opportunity": "2024-01-31T17:38:12.141000+00:00", - "hs_v2_date_entered_other": null, - "hs_v2_date_entered_salesqualifiedlead": null, - "hs_v2_date_entered_subscriber": null, - "hs_v2_date_exited_customer": null, - "hs_v2_date_exited_evangelist": null, - "hs_v2_date_exited_lead": "2024-01-31T17:38:12.141000+00:00", - "hs_v2_date_exited_marketingqualifiedlead": null, - "hs_v2_date_exited_opportunity": null, - "hs_v2_date_exited_other": null, - "hs_v2_date_exited_salesqualifiedlead": null, - "hs_v2_date_exited_subscriber": null, + "hs_user_ids_of_all_owners": "63843671", "hs_was_imported": null, - "hs_whatsapp_phone_number": null, - "hubspot_owner_assigneddate": null, - "hubspot_owner_id": null, + "hubspot_owner_assigneddate": "2024-02-08T02:37:20.547000+00:00", + "hubspot_owner_id": "722900407", "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": "Salesperson", - "lastmodifieddate": "2024-01-31T17:38:25.412000+00:00", - "lastname": "Johnson (Sample Contact)", - "lifecyclestage": "opportunity", - "linkedin_account": null, - "marital_status": null, - "message": null, - "military_status": null, - "mobilephone": null, + "industry": "COMPUTER_SOFTWARE", + "is_public": true, + "lifecyclestage": "lead", + "linkedin_company_page": "https://www.linkedin.com/company/hubspot", + "linkedinbio": "HubSpot is a leading CRM platform that provides software and support to help businesses grow better. Our platform includes marketing, sales, service, and website management products that start free and scale to meet our customers\u2019 needs at any stage of...", + "name": "HubSpot, Inc.", "notes_last_contacted": null, "notes_last_updated": null, "notes_next_activity_date": null, - "num_associated_deals": 1, + "num_associated_contacts": 0, + "num_associated_deals": null, "num_contacted_notes": null, - "num_conversion_events": 0, + "num_conversion_events": null, + "num_conversion_events_cardinality_sum_d095f14b": null, "num_notes": null, - "num_unique_conversion_events": 0, - "numemployees": null, - "phone": null, + "numberofemployees": 10000, + "owneremail": null, + "ownername": null, + "phone": "+1 888-482-7768", "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, - "relationship_status": null, - "salutation": null, - "school": null, - "seniority": null, - "start_date": null, - "state": "QLD", - "surveymonkeyeventlastupdated": null, + "state": "MA", + "timezone": "America/New_York", + "total_money_raised": null, "total_revenue": null, - "twitterhandle": null, - "webinareventlastupdated": null, - "website": "http://www.HubSpot.com", - "work_email": null, - "zip": null + "twitterbio": null, + "twitterfollowers": null, + "twitterhandle": "HubSpot", + "type": null, + "web_technologies": "unbounce;app_nexus;piwik;salesforce;stripe;cloud_flare;dstillery;twitter_button;hubspot;youtube;vidyard;facebook_connect", + "website": "hubspot.com", + "zip": "02141" }, - "updatedAt": "2024-01-31T17:38:25.412Z" + "updatedAt": "2024-02-08T02:37:23.482Z" } ], [ - "acmeCo/contacts", + "acmeCo/companies", { "_meta": { "op": "u", - "row_id": 2, + "row_id": 1, "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" }, "archived": false, - "createdAt": "2024-01-31T17:38:50.249Z", - "id": "101", + "contacts": [ + "151", + "151" + ], + "createdAt": "2024-02-08T02:37:53.193Z", + "id": "19015508766", "properties": { - "address": null, - "annualrevenue": null, - "associatedcompanyid": null, - "associatedcompanylastupdated": null, - "city": null, + "about_us": null, + "address": "588 Broadway", + "address2": "502", + "annualrevenue": 1000000000, + "city": "New York", "closedate": null, - "company": null, - "company_size": null, - "country": null, - "createdate": "2024-01-31T17:38:50.249000+00:00", - "currentlyinworkflow": null, - "date_of_birth": null, + "country": "United States", + "createdate": "2024-02-08T02:37:53.193000+00:00", "days_to_close": null, - "degree": null, - "email": "jonathanwihl@gmail.com", + "description": "LiveRamp Holdings, Inc., formerly known as Acxiom Corporation, is a San Francisco, California-based SaaS company that offers a data connectivity platform whose services include data onboarding, the transfer of offline data online for marketing purposes.", + "domain": "arbor.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, + "facebook_company_page": "https://facebook.com/liveramp", + "facebookfans": null, + "first_contact_createdate": "2024-02-08T16:09:32.359000+00:00", + "first_contact_createdate_timestamp_earliest_value_78b50eea": null, "first_conversion_date": null, "first_conversion_event_name": null, "first_deal_created_date": null, - "firstname": "Jonathan", - "gender": null, - "graduation_date": null, - "hs_additional_emails": null, + "founded_year": "1969", + "googleplus_page": null, + "hs_additional_domains": null, "hs_all_accessible_team_ids": null, - "hs_all_contact_vids": "101", - "hs_all_owner_ids": null, + "hs_all_assigned_business_unit_ids": null, + "hs_all_owner_ids": "722900407", "hs_all_team_ids": null, - "hs_analytics_average_page_views": 0, - "hs_analytics_first_referrer": null, - "hs_analytics_first_timestamp": "2024-01-31T17:38:50.249000+00:00", + "hs_analytics_first_timestamp": "2024-02-08T16:09:32.359000+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_timestamp_timestamp_latest_value_4e16365a": null, "hs_analytics_last_touch_converting_campaign": null, - "hs_analytics_last_url": null, + "hs_analytics_last_touch_converting_campaign_timestamp_latest_value_81a64e30": null, "hs_analytics_last_visit_timestamp": null, - "hs_analytics_num_event_completions": 0, + "hs_analytics_last_visit_timestamp_timestamp_latest_value_999a0fce": null, + "hs_analytics_latest_source": "OFFLINE", + "hs_analytics_latest_source_data_1": "CRM_UI", + "hs_analytics_latest_source_data_2": "userId:63843671", + "hs_analytics_latest_source_timestamp": "2024-02-08T16:09:32.494000+00:00", "hs_analytics_num_page_views": 0, + "hs_analytics_num_page_views_cardinality_sum_e46e85b0": null, "hs_analytics_num_visits": 0, - "hs_analytics_revenue": 0.0, + "hs_analytics_num_visits_cardinality_sum_53d952a6": null, "hs_analytics_source": "OFFLINE", "hs_analytics_source_data_1": "CRM_UI", - "hs_analytics_source_data_2": "userId:63597369", + "hs_analytics_source_data_2": "userId:63843671", + "hs_annual_revenue_currency_code": 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_follow_up_enqueued_at": 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": 63597369, + "hs_country_code": null, + "hs_created_by_user_id": 63843671, "hs_createdate": null, + "hs_csm_sentiment": null, + "hs_customer_success_ticket_sentiment": null, "hs_date_entered_customer": null, "hs_date_entered_evangelist": null, - "hs_date_entered_lead": null, + "hs_date_entered_lead": "2024-02-08T02:37:53.193000+00:00", "hs_date_entered_marketingqualifiedlead": null, "hs_date_entered_opportunity": null, "hs_date_entered_other": null, @@ -389,281 +281,193 @@ "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": "gmail.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_286760152": null, - "hs_email_optout_286760157": null, - "hs_email_quarantined": null, - "hs_email_quarantined_reason": 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_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_employee_range": null, + "hs_ideal_customer_profile": null, + "hs_industry_group": null, + "hs_is_enriched": null, + "hs_is_target_account": null, + "hs_keywords": 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": null, - "hs_latest_disqualified_lead_date": null, + "hs_lastmodifieddate": "2024-02-22T14:19:02.860000+00:00", + "hs_latest_createdate_of_active_subscriptions": null, "hs_latest_meeting_activity": null, - "hs_latest_open_lead_date": null, - "hs_latest_qualified_lead_date": 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:63597369", - "hs_latest_source_timestamp": "2024-01-31", - "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": null, - "hs_linkedin_ad_clicked": null, + "hs_linkedin_handle": null, + "hs_logo_url": null, "hs_merged_object_ids": null, - "hs_mobile_sdk_push_tokens": null, + "hs_notes_last_activity": null, + "hs_notes_next_activity": null, "hs_notes_next_activity_type": null, - "hs_object_id": 101, + "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": 19015508766, "hs_object_source": "CRM_UI", "hs_object_source_detail_1": null, "hs_object_source_detail_2": null, "hs_object_source_detail_3": null, - "hs_object_source_id": "userId:63597369", + "hs_object_source_id": "userId:63843671", "hs_object_source_label": "CRM_UI", - "hs_object_source_user_id": 63597369, - "hs_persona": null, + "hs_object_source_user_id": 63843671, + "hs_parent_company_id": 19021320226, "hs_pinned_engagement_id": null, - "hs_pipeline": "contacts-lifecycle-pipeline", + "hs_pipeline": "companies-lifecycle-pipeline", + "hs_predictivecontactscore_v2": null, + "hs_predictivecontactscore_v2_next_max_max_d4e58c1e": null, + "hs_quick_context": null, "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_revenue_range": 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_shared_team_ids": null, "hs_shared_user_ids": null, - "hs_testpurge": null, - "hs_testrollback": null, + "hs_source_object_id": null, + "hs_target_account": null, + "hs_target_account_probability": 0.38625118136405945, + "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": "redacted", + "hs_time_in_lead": 22268744338, "hs_time_in_marketingqualifiedlead": null, - "hs_time_in_opportunity": "redacted", + "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_timezone": null, + "hs_total_deal_value": null, "hs_unique_creation_key": null, - "hs_updated_by_user_id": 63597369, + "hs_updated_by_user_id": 63843671, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, - "hs_user_ids_of_all_owners": null, - "hs_v2_date_entered_customer": null, - "hs_v2_date_entered_evangelist": null, - "hs_v2_date_entered_lead": null, - "hs_v2_date_entered_marketingqualifiedlead": null, - "hs_v2_date_entered_opportunity": null, - "hs_v2_date_entered_other": null, - "hs_v2_date_entered_salesqualifiedlead": null, - "hs_v2_date_entered_subscriber": null, - "hs_v2_date_exited_customer": null, - "hs_v2_date_exited_evangelist": null, - "hs_v2_date_exited_lead": null, - "hs_v2_date_exited_marketingqualifiedlead": null, - "hs_v2_date_exited_opportunity": null, - "hs_v2_date_exited_other": null, - "hs_v2_date_exited_salesqualifiedlead": null, - "hs_v2_date_exited_subscriber": null, + "hs_user_ids_of_all_owners": "63843671", "hs_was_imported": null, - "hs_whatsapp_phone_number": null, - "hubspot_owner_assigneddate": null, - "hubspot_owner_id": null, + "hubspot_owner_assigneddate": "2024-02-08T02:37:53.193000+00:00", + "hubspot_owner_id": "722900407", "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": "Engineer", - "lastmodifieddate": "2024-01-31T17:39:09.574000+00:00", - "lastname": "Wihl", - "lifecyclestage": null, - "linkedin_account": null, - "marital_status": null, - "message": null, - "military_status": null, - "mobilephone": null, + "industry": "COMPUTER_SOFTWARE", + "is_public": false, + "lifecyclestage": "lead", + "linkedin_company_page": "https://www.linkedin.com/company/liveramp", + "linkedinbio": "LiveRamp Holdings, Inc., formerly known as Acxiom Corporation, is a San Francisco, California-based SaaS company that offers a data connectivity platform whose services include data onboarding, the transfer of offline data online for marketing purposes.", + "name": "Arbor", "notes_last_contacted": null, "notes_last_updated": null, "notes_next_activity_date": null, + "num_associated_contacts": 1, "num_associated_deals": null, "num_contacted_notes": null, "num_conversion_events": 0, + "num_conversion_events_cardinality_sum_d095f14b": null, "num_notes": null, - "num_unique_conversion_events": 0, - "numemployees": null, - "phone": null, + "numberofemployees": 4001, + "owneremail": null, + "ownername": null, + "phone": "+1 415-243-0776", "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, - "relationship_status": null, - "salutation": null, - "school": null, - "seniority": null, - "start_date": null, - "state": null, - "surveymonkeyeventlastupdated": null, + "state": "NY", + "timezone": "America/New_York", + "total_money_raised": "9050000", "total_revenue": null, - "twitterhandle": null, - "webinareventlastupdated": null, - "website": null, - "work_email": null, - "zip": null + "twitterbio": null, + "twitterfollowers": null, + "twitterhandle": "LiveRamp", + "type": null, + "web_technologies": "aws_route_53;google_tag_manager", + "website": "arbor.io", + "zip": "10012" }, - "updatedAt": "2024-01-31T17:39:09.574Z" + "updatedAt": "2024-02-22T14:19:02.860Z" } ], [ - "acmeCo/contacts", + "acmeCo/companies", { "_meta": { "op": "u", - "row_id": 1, + "row_id": 2, "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" }, "archived": false, - "createdAt": "2024-01-31T17:37:44.164Z", - "id": "51", + "contacts": [ + "51", + "201", + "51", + "201" + ], + "createdAt": "2024-02-08T02:36:27.739Z", + "id": "19015593502", "properties": { - "address": null, - "annualrevenue": null, - "associatedcompanyid": null, - "associatedcompanylastupdated": null, - "city": "Cambridge", + "about_us": null, + "address": "244 5th Avenue", + "address2": "1277", + "annualrevenue": 1000000, + "city": "New York", "closedate": null, - "company": "HubSpot", - "company_size": null, - "country": null, - "createdate": "2024-01-31T17:37:44.164000+00:00", - "currentlyinworkflow": null, - "date_of_birth": null, + "country": "United States", + "createdate": "2024-02-08T02:36:27.739000+00:00", "days_to_close": null, - "degree": null, - "email": "bh@hubspot.com", + "description": "Estuary is a real-time data operations platform that helps organizations gain real-time access to their data without having to manage infrastructure. They provide fully managed real-time data pipelines, streaming SQL, and turnkey connectivity to clouds...", + "domain": "estuary.dev", "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, + "facebook_company_page": null, + "facebookfans": null, + "first_contact_createdate": "2024-02-08T02:34:10.795000+00:00", + "first_contact_createdate_timestamp_earliest_value_78b50eea": null, "first_conversion_date": null, "first_conversion_event_name": null, "first_deal_created_date": null, - "firstname": "Brian", - "gender": null, - "graduation_date": null, - "hs_additional_emails": null, + "founded_year": "2019", + "googleplus_page": null, + "hs_additional_domains": null, "hs_all_accessible_team_ids": null, - "hs_all_contact_vids": "51", - "hs_all_owner_ids": null, + "hs_all_assigned_business_unit_ids": null, + "hs_all_owner_ids": "722900407", "hs_all_team_ids": null, - "hs_analytics_average_page_views": 0, - "hs_analytics_first_referrer": null, - "hs_analytics_first_timestamp": "2024-01-31T17:37:44.164000+00:00", + "hs_analytics_first_timestamp": "2024-02-08T02:34:10.795000+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_timestamp_timestamp_latest_value_4e16365a": null, "hs_analytics_last_touch_converting_campaign": null, - "hs_analytics_last_url": null, + "hs_analytics_last_touch_converting_campaign_timestamp_latest_value_81a64e30": null, "hs_analytics_last_visit_timestamp": null, - "hs_analytics_num_event_completions": 0, + "hs_analytics_last_visit_timestamp_timestamp_latest_value_999a0fce": null, + "hs_analytics_latest_source": "OFFLINE", + "hs_analytics_latest_source_data_1": "CRM_UI", + "hs_analytics_latest_source_data_2": "userId:63843671", + "hs_analytics_latest_source_timestamp": "2024-02-08T16:11:29.338000+00:00", "hs_analytics_num_page_views": 0, + "hs_analytics_num_page_views_cardinality_sum_e46e85b0": null, "hs_analytics_num_visits": 0, - "hs_analytics_revenue": 0.0, + "hs_analytics_num_visits_cardinality_sum_53d952a6": null, "hs_analytics_source": "OFFLINE", "hs_analytics_source_data_1": "API", "hs_analytics_source_data_2": "sample-contact", + "hs_annual_revenue_currency_code": 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_follow_up_enqueued_at": 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_country_code": null, + "hs_created_by_user_id": 63843671, "hs_createdate": null, + "hs_csm_sentiment": null, + "hs_customer_success_ticket_sentiment": null, "hs_date_entered_customer": null, "hs_date_entered_evangelist": null, - "hs_date_entered_lead": "2024-01-31T17:37:44.164000+00:00", + "hs_date_entered_lead": "2024-02-08T02:36:27.739000+00:00", "hs_date_entered_marketingqualifiedlead": null, "hs_date_entered_opportunity": null, "hs_date_entered_other": null, @@ -677,299 +481,312 @@ "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_286760152": null, - "hs_email_optout_286760157": null, - "hs_email_quarantined": null, - "hs_email_quarantined_reason": 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_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_employee_range": null, + "hs_ideal_customer_profile": null, + "hs_industry_group": null, + "hs_is_enriched": null, + "hs_is_target_account": null, + "hs_keywords": 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": null, - "hs_latest_disqualified_lead_date": null, + "hs_lastmodifieddate": "2024-02-29T17:12:01.335000+00:00", + "hs_latest_createdate_of_active_subscriptions": null, "hs_latest_meeting_activity": null, - "hs_latest_open_lead_date": null, - "hs_latest_qualified_lead_date": 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": "sample-contact", - "hs_latest_source_timestamp": "2024-01-31", - "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": "2024-01-31T17:37:44.164000+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_linkedin_handle": null, + "hs_logo_url": null, "hs_merged_object_ids": null, - "hs_mobile_sdk_push_tokens": null, + "hs_notes_last_activity": "0-46-47494434080", + "hs_notes_next_activity": null, "hs_notes_next_activity_type": null, - "hs_object_id": 51, - "hs_object_source": "API", + "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": 19015593502, + "hs_object_source": "CRM_UI", "hs_object_source_detail_1": null, "hs_object_source_detail_2": null, "hs_object_source_detail_3": null, - "hs_object_source_id": "sample-contact", - "hs_object_source_label": "INTERNAL_PROCESSING", - "hs_object_source_user_id": null, - "hs_persona": null, + "hs_object_source_id": "userId:63843671", + "hs_object_source_label": "CRM_UI", + "hs_object_source_user_id": 63843671, + "hs_parent_company_id": null, "hs_pinned_engagement_id": null, - "hs_pipeline": "contacts-lifecycle-pipeline", + "hs_pipeline": "companies-lifecycle-pipeline", + "hs_predictivecontactscore_v2": null, + "hs_predictivecontactscore_v2_next_max_max_d4e58c1e": null, + "hs_quick_context": null, "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_revenue_range": 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_shared_team_ids": null, "hs_shared_user_ids": null, - "hs_testpurge": null, - "hs_testrollback": null, + "hs_source_object_id": null, + "hs_target_account": null, + "hs_target_account_probability": 0.5596858859062195, + "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": "redacted", + "hs_time_in_lead": 22268829792, "hs_time_in_marketingqualifiedlead": null, - "hs_time_in_opportunity": "redacted", + "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_timezone": null, + "hs_total_deal_value": null, "hs_unique_creation_key": null, - "hs_updated_by_user_id": null, + "hs_updated_by_user_id": 63843671, "hs_user_ids_of_all_notification_followers": null, "hs_user_ids_of_all_notification_unfollowers": null, - "hs_user_ids_of_all_owners": null, - "hs_v2_date_entered_customer": null, - "hs_v2_date_entered_evangelist": null, - "hs_v2_date_entered_lead": "2024-01-31T17:37:44.164000+00:00", - "hs_v2_date_entered_marketingqualifiedlead": null, - "hs_v2_date_entered_opportunity": null, - "hs_v2_date_entered_other": null, - "hs_v2_date_entered_salesqualifiedlead": null, - "hs_v2_date_entered_subscriber": null, - "hs_v2_date_exited_customer": null, - "hs_v2_date_exited_evangelist": null, - "hs_v2_date_exited_lead": null, - "hs_v2_date_exited_marketingqualifiedlead": null, - "hs_v2_date_exited_opportunity": null, - "hs_v2_date_exited_other": null, - "hs_v2_date_exited_salesqualifiedlead": null, - "hs_v2_date_exited_subscriber": null, + "hs_user_ids_of_all_owners": "63843671", "hs_was_imported": null, - "hs_whatsapp_phone_number": null, - "hubspot_owner_assigneddate": null, - "hubspot_owner_id": null, + "hubspot_owner_assigneddate": "2024-02-08T02:36:27.739000+00:00", + "hubspot_owner_id": "722900407", "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": "CEO", - "lastmodifieddate": "2024-01-31T17:38:01.260000+00:00", - "lastname": "Halligan (Sample Contact)", + "industry": "COMPUTER_SOFTWARE", + "is_public": false, "lifecyclestage": "lead", - "linkedin_account": null, - "marital_status": null, - "message": null, - "military_status": null, - "mobilephone": null, + "linkedin_company_page": "https://www.linkedin.com/company/estuary-development", + "linkedinbio": "Estuary is a real-time data operations platform that helps organizations gain real-time access to their data without having to manage infrastructure. They provide fully managed real-time data pipelines, streaming SQL, and turnkey connectivity to clouds...", + "name": "Estuary", "notes_last_contacted": null, - "notes_last_updated": null, + "notes_last_updated": "2024-02-15T17:25:49.545000+00:00", "notes_next_activity_date": null, + "num_associated_contacts": 2, "num_associated_deals": null, - "num_contacted_notes": null, + "num_contacted_notes": 0, "num_conversion_events": 0, - "num_notes": null, - "num_unique_conversion_events": 0, - "numemployees": null, + "num_conversion_events_cardinality_sum_d095f14b": null, + "num_notes": 1, + "numberofemployees": 16, + "owneremail": null, + "ownername": null, "phone": null, "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, - "relationship_status": null, - "salutation": null, - "school": null, - "seniority": null, - "start_date": null, - "state": "MA", - "surveymonkeyeventlastupdated": null, + "state": "NY", + "timezone": "America/New_York", + "total_money_raised": null, "total_revenue": null, - "twitterhandle": "bhalligan", - "webinareventlastupdated": null, - "website": "http://www.HubSpot.com", - "work_email": null, - "zip": null + "twitterbio": null, + "twitterfollowers": null, + "twitterhandle": "EstuaryDev", + "type": "PARTNER", + "web_technologies": "google_tag_manager;google_analytics;google_apps;hubspot", + "website": "estuary.dev", + "zip": "10001" }, - "updatedAt": "2024-01-31T17:38:01.260Z" + "updatedAt": "2024-02-29T17:12:01.335Z" } ], [ - "acmeCo/deal_pipelines", + "acmeCo/companies", { "_meta": { "op": "u", - "row_id": 0, + "row_id": 3, "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" }, - "active": true, - "createdAt": 0, - "default": true, - "displayOrder": 0, - "label": "Deals pipeline", - "objectType": "DEAL", - "objectTypeId": "0-3", - "pipelineId": "default", - "stages": [ - { - "active": true, - "createdAt": 1706722690744, - "displayOrder": 0, - "label": "Appointment Scheduled", - "metadata": { - "isClosed": "false", - "probability": "0.2" - }, - "stageId": "appointmentscheduled", - "updatedAt": 1706722690744 - }, - { - "active": true, - "createdAt": 1706722690744, - "displayOrder": 2, - "label": "Presentation Scheduled", - "metadata": { - "isClosed": "false", - "probability": "0.6" - }, - "stageId": "presentationscheduled", - "updatedAt": 1706722690744 - }, - { - "active": true, - "createdAt": 1706722690744, - "displayOrder": 5, - "label": "Closed Won", - "metadata": { - "isClosed": "true", - "probability": "1.0" - }, - "stageId": "closedwon", - "updatedAt": 1706722690744 - }, - { - "active": true, - "createdAt": 1706722690744, - "displayOrder": 6, - "label": "Closed Lost", - "metadata": { - "isClosed": "true", - "probability": "0.0" - }, - "stageId": "closedlost", - "updatedAt": 1706722690744 - }, - { - "active": true, - "createdAt": 1706722690744, - "displayOrder": 3, - "label": "Decision Maker Bought-In", - "metadata": { - "isClosed": "false", - "probability": "0.8" - }, - "stageId": "decisionmakerboughtin", - "updatedAt": 1706722690744 - }, - { - "active": true, - "createdAt": 1706722690744, - "displayOrder": 4, - "label": "Contract Sent", - "metadata": { - "isClosed": "false", - "probability": "0.9" - }, - "stageId": "contractsent", - "updatedAt": 1706722690744 - }, - { - "active": true, - "createdAt": 1706722690744, - "displayOrder": 1, - "label": "Qualified To Buy", - "metadata": { - "isClosed": "false", - "probability": "0.4" - }, - "stageId": "qualifiedtobuy", - "updatedAt": 1706722690744 - } - ], - "updatedAt": 1706722690744 + "archived": false, + "createdAt": "2024-02-08T17:09:41.623Z", + "id": "19021320226", + "properties": { + "about_us": null, + "address": null, + "address2": null, + "annualrevenue": null, + "city": "New York", + "closedate": null, + "country": null, + "createdate": "2024-02-08T17:09:41.623000+00:00", + "days_to_close": null, + "description": null, + "domain": null, + "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_event_name": null, + "first_deal_created_date": null, + "founded_year": null, + "googleplus_page": null, + "hs_additional_domains": null, + "hs_all_accessible_team_ids": null, + "hs_all_assigned_business_unit_ids": null, + "hs_all_owner_ids": "722900407", + "hs_all_team_ids": null, + "hs_analytics_first_timestamp": null, + "hs_analytics_first_touch_converting_campaign": null, + "hs_analytics_first_visit_timestamp": 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_2": null, + "hs_annual_revenue_currency_code": null, + "hs_avatar_filemanager_key": null, + "hs_country_code": null, + "hs_created_by_user_id": 63843671, + "hs_createdate": null, + "hs_csm_sentiment": null, + "hs_customer_success_ticket_sentiment": null, + "hs_date_entered_customer": null, + "hs_date_entered_evangelist": null, + "hs_date_entered_lead": "2024-02-08T17:09:41.623000+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_employee_range": null, + "hs_ideal_customer_profile": null, + "hs_industry_group": null, + "hs_is_enriched": null, + "hs_is_target_account": null, + "hs_keywords": 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": "2024-02-08T21:52:54.064000+00:00", + "hs_latest_createdate_of_active_subscriptions": null, + "hs_latest_meeting_activity": null, + "hs_lead_status": null, + "hs_linkedin_handle": null, + "hs_logo_url": null, + "hs_merged_object_ids": null, + "hs_notes_last_activity": null, + "hs_notes_next_activity": null, + "hs_notes_next_activity_type": null, + "hs_num_blockers": 0, + "hs_num_child_companies": 1, + "hs_num_contacts_with_buying_roles": 0, + "hs_num_decision_makers": 0, + "hs_num_open_deals": 0, + "hs_object_id": 19021320226, + "hs_object_source": "CRM_UI", + "hs_object_source_detail_1": null, + "hs_object_source_detail_2": null, + "hs_object_source_detail_3": null, + "hs_object_source_id": "userId:63843671", + "hs_object_source_label": "CRM_UI", + "hs_object_source_user_id": 63843671, + "hs_parent_company_id": null, + "hs_pinned_engagement_id": null, + "hs_pipeline": "companies-lifecycle-pipeline", + "hs_predictivecontactscore_v2": null, + "hs_predictivecontactscore_v2_next_max_max_d4e58c1e": null, + "hs_quick_context": null, + "hs_read_only": null, + "hs_revenue_range": null, + "hs_sales_email_last_replied": null, + "hs_shared_team_ids": null, + "hs_shared_user_ids": null, + "hs_source_object_id": 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": 22216435908, + "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": 63843671, + "hs_user_ids_of_all_notification_followers": null, + "hs_user_ids_of_all_notification_unfollowers": null, + "hs_user_ids_of_all_owners": "63843671", + "hs_was_imported": null, + "hubspot_owner_assigneddate": "2024-02-08T17:09:41.623000+00:00", + "hubspot_owner_id": "722900407", + "hubspot_team_id": null, + "hubspotscore": null, + "industry": null, + "is_public": null, + "lifecyclestage": "lead", + "linkedin_company_page": null, + "linkedinbio": null, + "name": "LiveRamp", + "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": null, + "owneremail": null, + "ownername": null, + "phone": null, + "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": "NY", + "timezone": null, + "total_money_raised": null, + "total_revenue": null, + "twitterbio": null, + "twitterfollowers": null, + "twitterhandle": null, + "type": "PROSPECT", + "web_technologies": null, + "website": null, + "zip": null + }, + "updatedAt": "2024-02-08T21:52:54.064Z" } ], [ - "acmeCo/deals", + "acmeCo/contacts", { "_meta": { "op": "u", @@ -977,205 +794,4652 @@ "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" }, "archived": false, - "contacts": [ - "1" - ], - "createdAt": "2024-01-31T17:38:10.993Z", - "id": "17271840164", + "createdAt": "2024-02-08T02:34:10.399Z", + "id": "1", "properties": { - "amount": 1000.0, - "amount_in_home_currency": 1000.0, - "closed_lost_reason": null, - "closed_won_reason": null, - "closedate": "2024-01-03T09:37:11.118000+00:00", - "createdate": "2024-01-31T17:38:10.993000+00:00", - "days_to_close": 0, - "dealname": "HubSpot - New Deal (Sample Deal)", - "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": null, + "address": null, + "annualrevenue": null, + "associatedcompanyid": null, + "associatedcompanylastupdated": null, + "city": "Brisbane", + "closedate": null, + "company": "HubSpot", + "company_size": null, + "country": null, + "createdate": "2024-02-08T02:34:10.399000+00:00", + "currentlyinworkflow": null, + "date_of_birth": null, + "days_to_close": null, + "degree": null, + "email": "emailmaria@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": "2024-02-08T02:34:37.277000+00:00", + "firstname": "Maria", + "followercount": null, + "gender": null, + "graduation_date": null, + "hs_additional_emails": null, "hs_all_accessible_team_ids": null, - "hs_all_collaborator_owner_ids": null, - "hs_all_deal_split_owner_ids": null, + "hs_all_assigned_business_unit_ids": null, + "hs_all_contact_vids": "1", "hs_all_owner_ids": null, "hs_all_team_ids": null, - "hs_analytics_latest_source": "OFFLINE", - "hs_analytics_latest_source_company": null, - "hs_analytics_latest_source_contact": "OFFLINE", - "hs_analytics_latest_source_data_1": "API", - "hs_analytics_latest_source_data_1_company": null, - "hs_analytics_latest_source_data_1_contact": "API", - "hs_analytics_latest_source_data_2": "sample-contact", - "hs_analytics_latest_source_data_2_company": null, - "hs_analytics_latest_source_data_2_contact": "sample-contact", - "hs_analytics_latest_source_timestamp": "2024-01-31T17:37:43.778000+00:00", - "hs_analytics_latest_source_timestamp_company": null, - "hs_analytics_latest_source_timestamp_contact": "2024-01-31T17:37:43.778000+00:00", + "hs_analytics_average_page_views": 0, + "hs_analytics_first_referrer": null, + "hs_analytics_first_timestamp": "2024-02-08T02:34:10.388000+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": "sample-contact", - "hs_arr": null, - "hs_closed_amount": 0, - "hs_closed_amount_in_home_currency": 0, - "hs_closed_deal_close_date": null, - "hs_closed_deal_create_date": null, - "hs_closed_won_count": 0, - "hs_closed_won_date": null, - "hs_created_by_user_id": 63597369, - "hs_createdate": "2024-01-31T17:38:10.999000+00:00", - "hs_date_entered_appointmentscheduled": "2024-01-31T17:38:10.999000+00:00", - "hs_date_entered_closedlost": null, - "hs_date_entered_closedwon": null, - "hs_date_entered_contractsent": null, - "hs_date_entered_decisionmakerboughtin": null, - "hs_date_entered_presentationscheduled": null, - "hs_date_entered_qualifiedtobuy": null, - "hs_date_exited_appointmentscheduled": null, - "hs_date_exited_closedlost": null, - "hs_date_exited_closedwon": null, - "hs_date_exited_contractsent": 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": 0.2, - "hs_exchange_rate": null, - "hs_forecast_amount": 1000.0, - "hs_forecast_probability": null, - "hs_has_empty_conditional_stage_properties": null, - "hs_is_closed": false, - "hs_is_closed_won": false, - "hs_is_in_first_deal_stage": null, - "hs_is_open_count": 1, - "hs_lastmodifieddate": "2024-01-31T17:38:24.674000+00:00", + "hs_associated_target_accounts": 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_contact_enrichment_opt_out": null, + "hs_contact_enrichment_opt_out_timestamp": null, + "hs_content_membership_email": null, + "hs_content_membership_email_confirmed": null, + "hs_content_membership_follow_up_enqueued_at": 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_country_region_code": null, + "hs_created_by_conversations": null, + "hs_created_by_user_id": null, + "hs_createdate": null, + "hs_currently_enrolled_in_prospecting_agent": null, + "hs_data_privacy_ads_consent": null, + "hs_date_entered_customer": null, + "hs_date_entered_evangelist": null, + "hs_date_entered_lead": "2024-02-08T02:34:10.388000+00:00", + "hs_date_entered_marketingqualifiedlead": null, + "hs_date_entered_opportunity": "2024-02-08T02:34:38.253000+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": "2024-02-08T02:34:38.253000+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": "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_303519744": null, + "hs_email_optout_303519746": 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_facebookid": 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_order_closed_date": null, + "hs_first_outreach_date": null, + "hs_first_subscription_create_date": null, + "hs_google_click_id": null, + "hs_googleplusid": null, + "hs_has_active_subscription": null, + "hs_ip_timezone": null, + "hs_is_contact": true, + "hs_is_enriched": null, + "hs_is_unworked": true, + "hs_journey_stage": null, + "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_disqualified_lead_date": null, "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_latest_open_lead_date": null, + "hs_latest_qualified_lead_date": 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": "sample-contact", + "hs_latest_source_timestamp": "2024-02-08", + "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": "2024-02-08T02:34:10.388000+00:00", + "hs_lifecyclestage_marketingqualifiedlead_date": null, + "hs_lifecyclestage_opportunity_date": "2024-02-08T02:34:38.253000+00:00", + "hs_lifecyclestage_other_date": null, + "hs_lifecyclestage_salesqualifiedlead_date": null, + "hs_lifecyclestage_subscriber_date": null, + "hs_linkedin_ad_clicked": null, + "hs_linkedin_url": null, + "hs_linkedinid": null, + "hs_marketable_reason_id": "Sample Contact", + "hs_marketable_reason_type": "SAMPLE_CONTACT", + "hs_marketable_status": "true", + "hs_marketable_until_renewal": "true", + "hs_membership_has_accessed_private_content": null, + "hs_membership_last_private_content_access_date": null, "hs_merged_object_ids": null, - "hs_mrr": null, - "hs_next_step": null, + "hs_mobile_sdk_push_tokens": null, + "hs_notes_last_activity": null, + "hs_notes_next_activity": null, "hs_notes_next_activity_type": null, - "hs_num_of_associated_line_items": 0, - "hs_num_target_accounts": 0, - "hs_object_id": 17271840164, - "hs_object_source": "CRM_UI", + "hs_object_id": 1, + "hs_object_source": "API", "hs_object_source_detail_1": null, "hs_object_source_detail_2": null, "hs_object_source_detail_3": null, - "hs_object_source_id": null, - "hs_object_source_label": "CRM_UI", - "hs_object_source_user_id": 63597369, - "hs_open_deal_create_date": null, + "hs_object_source_id": "sample-contact", + "hs_object_source_label": "INTERNAL_PROCESSING", + "hs_object_source_user_id": null, + "hs_persona": null, "hs_pinned_engagement_id": null, - "hs_predicted_amount": null, - "hs_predicted_amount_in_home_currency": null, - "hs_priority": null, - "hs_projected_amount": 200.0, - "hs_projected_amount_in_home_currency": 200.0, + "hs_pipeline": "contacts-lifecycle-pipeline", + "hs_predictivecontactscore": null, + "hs_predictivecontactscore_tmp": null, + "hs_predictivecontactscore_v2": null, + "hs_predictivecontactscorebucket": null, + "hs_predictivescoringtier": null, + "hs_predictivescoringtier_tmp": null, + "hs_prospecting_agent_actively_enrolled_count": null, + "hs_quarantined_emails": null, "hs_read_only": null, + "hs_recent_closed_order_date": null, + "hs_registered_member": 0, + "hs_registration_method": null, + "hs_role": 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_seniority": null, + "hs_sequences_actively_enrolled_count": 0, + "hs_sequences_enrolled_count": null, + "hs_sequences_is_enrolled": null, "hs_shared_team_ids": null, "hs_shared_user_ids": null, - "hs_tcv": null, - "hs_time_in_appointmentscheduled": "redacted", - "hs_time_in_closedlost": null, - "hs_time_in_closedwon": null, - "hs_time_in_contractsent": null, - "hs_time_in_decisionmakerboughtin": null, - "hs_time_in_presentationscheduled": null, - "hs_time_in_qualifiedtobuy": null, + "hs_social_facebook_clicks": 0, + "hs_social_google_plus_clicks": 0, + "hs_social_last_engagement": null, + "hs_social_linkedin_clicks": 0, + "hs_social_num_broadcast_clicks": 0, + "hs_social_twitter_clicks": 0, + "hs_source_object_id": null, + "hs_source_portal_id": null, + "hs_state_code": null, + "hs_sub_role": null, + "hs_testpurge": null, + "hs_testrollback": null, + "hs_time_between_contact_creation_and_deal_close": null, + "hs_time_between_contact_creation_and_deal_creation": 26878, + "hs_time_in_customer": null, + "hs_time_in_evangelist": null, + "hs_time_in_lead": "redacted", + "hs_time_in_marketingqualifiedlead": null, + "hs_time_in_opportunity": "redacted", + "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_twitterid": null, "hs_unique_creation_key": null, - "hs_updated_by_user_id": 63597369, + "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, - "hubspot_owner_assigneddate": null, - "hubspot_owner_id": null, - "hubspot_team_id": null, - "notes_last_contacted": null, - "notes_last_updated": null, - "notes_next_activity_date": null, - "num_associated_contacts": 1, - "num_contacted_notes": null, - "num_notes": null, - "pipeline": "default" + "hs_v2_cumulative_time_in_customer": null, + "hs_v2_cumulative_time_in_evangelist": null, + "hs_v2_cumulative_time_in_lead": 27865, + "hs_v2_cumulative_time_in_marketingqualifiedlead": null, + "hs_v2_cumulative_time_in_opportunity": null, + "hs_v2_cumulative_time_in_other": null, + "hs_v2_cumulative_time_in_salesqualifiedlead": null, + "hs_v2_cumulative_time_in_subscriber": null, + "hs_v2_date_entered_customer": null, + "hs_v2_date_entered_evangelist": null, + "hs_v2_date_entered_lead": "2024-02-08T02:34:10.388000+00:00", + "hs_v2_date_entered_marketingqualifiedlead": null, + "hs_v2_date_entered_opportunity": "2024-02-08T02:34:38.253000+00:00", + "hs_v2_date_entered_other": null, + "hs_v2_date_entered_salesqualifiedlead": null, + "hs_v2_date_entered_subscriber": null, + "hs_v2_date_exited_customer": null, + "hs_v2_date_exited_evangelist": null, + "hs_v2_date_exited_lead": "2024-02-08T02:34:38.253000+00:00", + "hs_v2_date_exited_marketingqualifiedlead": null, + "hs_v2_date_exited_opportunity": null, + "hs_v2_date_exited_other": null, + "hs_v2_date_exited_salesqualifiedlead": null, + "hs_v2_date_exited_subscriber": null, + "hs_v2_latest_time_in_customer": null, + "hs_v2_latest_time_in_evangelist": null, + "hs_v2_latest_time_in_lead": 27865, + "hs_v2_latest_time_in_marketingqualifiedlead": null, + "hs_v2_latest_time_in_opportunity": null, + "hs_v2_latest_time_in_other": null, + "hs_v2_latest_time_in_salesqualifiedlead": null, + "hs_v2_latest_time_in_subscriber": 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": "Salesperson", + "kloutscoregeneral": null, + "lastmodifieddate": "2024-02-08T02:34:44.268000+00:00", + "lastname": "Johnson (Sample Contact)", + "lifecyclestage": "opportunity", + "linkedin_account": null, + "linkedinbio": null, + "linkedinconnections": null, + "marital_status": null, + "message": null, + "military_status": null, + "mobilephone": null, + "notes_last_contacted": null, + "notes_last_updated": null, + "notes_next_activity_date": null, + "num_associated_deals": 1, + "num_contacted_notes": null, + "num_conversion_events": 0, + "num_notes": null, + "num_unique_conversion_events": 0, + "numemployees": null, + "owneremail": null, + "ownername": null, + "phone": null, + "photo": 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": "QLD", + "surveymonkeyeventlastupdated": null, + "total_revenue": null, + "twitterbio": null, + "twitterhandle": null, + "twitterprofilephoto": null, + "webinareventlastupdated": null, + "website": "http://www.HubSpot.com", + "work_email": null, + "zip": null + }, + "updatedAt": "2024-02-08T02:34:44.268Z" + } + ], + [ + "acmeCo/contacts", + { + "_meta": { + "op": "u", + "row_id": 2, + "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" + }, + "archived": false, + "companies": [ + "19015508766", + "19015508766" + ], + "createdAt": "2024-02-08T16:09:32.359Z", + "id": "151", + "properties": { + "address": null, + "annualrevenue": null, + "associatedcompanyid": 19015508766, + "associatedcompanylastupdated": null, + "city": null, + "closedate": null, + "company": null, + "company_size": null, + "country": null, + "createdate": "2024-02-08T16:09:32.359000+00:00", + "currentlyinworkflow": null, + "date_of_birth": null, + "days_to_close": null, + "degree": null, + "email": "dave@estuary.dev", + "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": "Dave", + "followercount": null, + "gender": null, + "graduation_date": null, + "hs_additional_emails": null, + "hs_all_accessible_team_ids": null, + "hs_all_assigned_business_unit_ids": null, + "hs_all_contact_vids": "151", + "hs_all_owner_ids": "722900407", + "hs_all_team_ids": null, + "hs_analytics_average_page_views": 0, + "hs_analytics_first_referrer": null, + "hs_analytics_first_timestamp": "2024-02-08T16:09:32.359000+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:63843671", + "hs_associated_target_accounts": 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": "+13125555555", + "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_contact_enrichment_opt_out": null, + "hs_contact_enrichment_opt_out_timestamp": null, + "hs_content_membership_email": null, + "hs_content_membership_email_confirmed": null, + "hs_content_membership_follow_up_enqueued_at": 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_country_region_code": null, + "hs_created_by_conversations": null, + "hs_created_by_user_id": 63843671, + "hs_createdate": null, + "hs_currently_enrolled_in_prospecting_agent": null, + "hs_data_privacy_ads_consent": null, + "hs_date_entered_customer": null, + "hs_date_entered_evangelist": null, + "hs_date_entered_lead": "2024-02-08T16:09:32.359000+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": "estuary.dev", + "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_303519744": null, + "hs_email_optout_303519746": 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_facebookid": 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_order_closed_date": null, + "hs_first_outreach_date": null, + "hs_first_subscription_create_date": null, + "hs_google_click_id": null, + "hs_googleplusid": null, + "hs_has_active_subscription": null, + "hs_ip_timezone": null, + "hs_is_contact": true, + "hs_is_enriched": null, + "hs_is_unworked": true, + "hs_journey_stage": null, + "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_disqualified_lead_date": null, + "hs_latest_meeting_activity": null, + "hs_latest_open_lead_date": null, + "hs_latest_qualified_lead_date": 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:63843671", + "hs_latest_source_timestamp": "2024-02-08", + "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": "2024-02-08T16:09:32.359000+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_linkedin_url": null, + "hs_linkedinid": null, + "hs_marketable_reason_id": null, + "hs_marketable_reason_type": null, + "hs_marketable_status": null, + "hs_marketable_until_renewal": null, + "hs_membership_has_accessed_private_content": null, + "hs_membership_last_private_content_access_date": null, + "hs_merged_object_ids": null, + "hs_mobile_sdk_push_tokens": null, + "hs_notes_last_activity": null, + "hs_notes_next_activity": null, + "hs_notes_next_activity_type": null, + "hs_object_id": 151, + "hs_object_source": "CRM_UI", + "hs_object_source_detail_1": null, + "hs_object_source_detail_2": null, + "hs_object_source_detail_3": null, + "hs_object_source_id": "userId:63843671", + "hs_object_source_label": "CRM_UI", + "hs_object_source_user_id": 63843671, + "hs_persona": null, + "hs_pinned_engagement_id": null, + "hs_pipeline": "contacts-lifecycle-pipeline", + "hs_predictivecontactscore": null, + "hs_predictivecontactscore_tmp": null, + "hs_predictivecontactscore_v2": null, + "hs_predictivecontactscorebucket": null, + "hs_predictivescoringtier": null, + "hs_predictivescoringtier_tmp": null, + "hs_prospecting_agent_actively_enrolled_count": null, + "hs_quarantined_emails": null, + "hs_read_only": null, + "hs_recent_closed_order_date": null, + "hs_registered_member": 0, + "hs_registration_method": null, + "hs_role": 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": "3125555555", + "hs_seniority": null, + "hs_sequences_actively_enrolled_count": 0, + "hs_sequences_enrolled_count": null, + "hs_sequences_is_enrolled": null, + "hs_shared_team_ids": null, + "hs_shared_user_ids": null, + "hs_social_facebook_clicks": 0, + "hs_social_google_plus_clicks": 0, + "hs_social_last_engagement": null, + "hs_social_linkedin_clicks": 0, + "hs_social_num_broadcast_clicks": 0, + "hs_social_twitter_clicks": 0, + "hs_source_object_id": null, + "hs_source_portal_id": null, + "hs_state_code": null, + "hs_sub_role": 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": "redacted", + "hs_time_in_marketingqualifiedlead": null, + "hs_time_in_opportunity": "redacted", + "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_twitterid": null, + "hs_unique_creation_key": null, + "hs_updated_by_user_id": 63843671, + "hs_user_ids_of_all_notification_followers": null, + "hs_user_ids_of_all_notification_unfollowers": null, + "hs_user_ids_of_all_owners": "63843671", + "hs_v2_cumulative_time_in_customer": null, + "hs_v2_cumulative_time_in_evangelist": null, + "hs_v2_cumulative_time_in_lead": null, + "hs_v2_cumulative_time_in_marketingqualifiedlead": null, + "hs_v2_cumulative_time_in_opportunity": null, + "hs_v2_cumulative_time_in_other": null, + "hs_v2_cumulative_time_in_salesqualifiedlead": null, + "hs_v2_cumulative_time_in_subscriber": null, + "hs_v2_date_entered_customer": null, + "hs_v2_date_entered_evangelist": null, + "hs_v2_date_entered_lead": "2024-02-08T16:09:32.359000+00:00", + "hs_v2_date_entered_marketingqualifiedlead": null, + "hs_v2_date_entered_opportunity": null, + "hs_v2_date_entered_other": null, + "hs_v2_date_entered_salesqualifiedlead": null, + "hs_v2_date_entered_subscriber": null, + "hs_v2_date_exited_customer": null, + "hs_v2_date_exited_evangelist": null, + "hs_v2_date_exited_lead": null, + "hs_v2_date_exited_marketingqualifiedlead": null, + "hs_v2_date_exited_opportunity": null, + "hs_v2_date_exited_other": null, + "hs_v2_date_exited_salesqualifiedlead": null, + "hs_v2_date_exited_subscriber": null, + "hs_v2_latest_time_in_customer": null, + "hs_v2_latest_time_in_evangelist": null, + "hs_v2_latest_time_in_lead": null, + "hs_v2_latest_time_in_marketingqualifiedlead": null, + "hs_v2_latest_time_in_opportunity": null, + "hs_v2_latest_time_in_other": null, + "hs_v2_latest_time_in_salesqualifiedlead": null, + "hs_v2_latest_time_in_subscriber": null, + "hs_was_imported": null, + "hs_whatsapp_phone_number": null, + "hubspot_owner_assigneddate": "2024-02-08T16:09:32.359000+00:00", + "hubspot_owner_id": "722900407", + "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": "CEO", + "kloutscoregeneral": null, + "lastmodifieddate": "2024-02-08T22:09:56.522000+00:00", + "lastname": "Yaffe", + "lifecyclestage": "lead", + "linkedin_account": null, + "linkedinbio": null, + "linkedinconnections": null, + "marital_status": null, + "message": null, + "military_status": null, + "mobilephone": 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, + "owneremail": null, + "ownername": null, + "phone": "+13125555555", + "photo": 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, + "total_revenue": null, + "twitterbio": null, + "twitterhandle": null, + "twitterprofilephoto": null, + "webinareventlastupdated": null, + "website": null, + "work_email": null, + "zip": null + }, + "updatedAt": "2024-02-08T22:09:56.522Z" + } + ], + [ + "acmeCo/contacts", + { + "_meta": { + "op": "u", + "row_id": 3, + "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" + }, + "archived": false, + "companies": [ + "19015593502", + "19015593502" + ], + "createdAt": "2024-02-08T16:11:29.216Z", + "id": "201", + "properties": { + "address": null, + "annualrevenue": null, + "associatedcompanyid": 19015593502, + "associatedcompanylastupdated": null, + "city": null, + "closedate": null, + "company": null, + "company_size": null, + "country": null, + "createdate": "2024-02-08T16:11:29.216000+00:00", + "currentlyinworkflow": null, + "date_of_birth": null, + "days_to_close": null, + "degree": null, + "email": "phil@estuary.dev", + "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": "Phil", + "followercount": null, + "gender": null, + "graduation_date": null, + "hs_additional_emails": null, + "hs_all_accessible_team_ids": null, + "hs_all_assigned_business_unit_ids": null, + "hs_all_contact_vids": "201", + "hs_all_owner_ids": "722900407", + "hs_all_team_ids": null, + "hs_analytics_average_page_views": 0, + "hs_analytics_first_referrer": null, + "hs_analytics_first_timestamp": "2024-02-08T16:11:29.216000+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:63843671", + "hs_associated_target_accounts": 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": "+13165565552", + "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_contact_enrichment_opt_out": null, + "hs_contact_enrichment_opt_out_timestamp": null, + "hs_content_membership_email": null, + "hs_content_membership_email_confirmed": null, + "hs_content_membership_follow_up_enqueued_at": 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_country_region_code": null, + "hs_created_by_conversations": null, + "hs_created_by_user_id": 63843671, + "hs_createdate": null, + "hs_currently_enrolled_in_prospecting_agent": null, + "hs_data_privacy_ads_consent": 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": "2024-02-08T16:11:29.216000+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_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": "estuary.dev", + "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_303519744": null, + "hs_email_optout_303519746": 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_facebookid": 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_order_closed_date": null, + "hs_first_outreach_date": null, + "hs_first_subscription_create_date": null, + "hs_google_click_id": null, + "hs_googleplusid": null, + "hs_has_active_subscription": null, + "hs_ip_timezone": null, + "hs_is_contact": true, + "hs_is_enriched": null, + "hs_is_unworked": true, + "hs_journey_stage": null, + "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_disqualified_lead_date": null, + "hs_latest_meeting_activity": null, + "hs_latest_open_lead_date": null, + "hs_latest_qualified_lead_date": 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:63843671", + "hs_latest_source_timestamp": "2024-02-08", + "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": "2024-02-08T16:11:29.216000+00:00", + "hs_lifecyclestage_other_date": null, + "hs_lifecyclestage_salesqualifiedlead_date": null, + "hs_lifecyclestage_subscriber_date": null, + "hs_linkedin_ad_clicked": null, + "hs_linkedin_url": null, + "hs_linkedinid": null, + "hs_marketable_reason_id": null, + "hs_marketable_reason_type": null, + "hs_marketable_status": null, + "hs_marketable_until_renewal": null, + "hs_membership_has_accessed_private_content": null, + "hs_membership_last_private_content_access_date": null, + "hs_merged_object_ids": null, + "hs_mobile_sdk_push_tokens": null, + "hs_notes_last_activity": null, + "hs_notes_next_activity": null, + "hs_notes_next_activity_type": null, + "hs_object_id": 201, + "hs_object_source": "CRM_UI", + "hs_object_source_detail_1": null, + "hs_object_source_detail_2": null, + "hs_object_source_detail_3": null, + "hs_object_source_id": "userId:63843671", + "hs_object_source_label": "CRM_UI", + "hs_object_source_user_id": 63843671, + "hs_persona": null, + "hs_pinned_engagement_id": null, + "hs_pipeline": "contacts-lifecycle-pipeline", + "hs_predictivecontactscore": null, + "hs_predictivecontactscore_tmp": null, + "hs_predictivecontactscore_v2": null, + "hs_predictivecontactscorebucket": null, + "hs_predictivescoringtier": null, + "hs_predictivescoringtier_tmp": null, + "hs_prospecting_agent_actively_enrolled_count": null, + "hs_quarantined_emails": null, + "hs_read_only": null, + "hs_recent_closed_order_date": null, + "hs_registered_member": 0, + "hs_registration_method": null, + "hs_role": 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": "3165565552", + "hs_seniority": null, + "hs_sequences_actively_enrolled_count": 0, + "hs_sequences_enrolled_count": null, + "hs_sequences_is_enrolled": null, + "hs_shared_team_ids": null, + "hs_shared_user_ids": null, + "hs_social_facebook_clicks": 0, + "hs_social_google_plus_clicks": 0, + "hs_social_last_engagement": null, + "hs_social_linkedin_clicks": 0, + "hs_social_num_broadcast_clicks": 0, + "hs_social_twitter_clicks": 0, + "hs_source_object_id": null, + "hs_source_portal_id": null, + "hs_state_code": null, + "hs_sub_role": 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": "redacted", + "hs_time_in_marketingqualifiedlead": null, + "hs_time_in_opportunity": "redacted", + "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_twitterid": null, + "hs_unique_creation_key": null, + "hs_updated_by_user_id": 63843671, + "hs_user_ids_of_all_notification_followers": null, + "hs_user_ids_of_all_notification_unfollowers": null, + "hs_user_ids_of_all_owners": "63843671", + "hs_v2_cumulative_time_in_customer": null, + "hs_v2_cumulative_time_in_evangelist": null, + "hs_v2_cumulative_time_in_lead": null, + "hs_v2_cumulative_time_in_marketingqualifiedlead": null, + "hs_v2_cumulative_time_in_opportunity": null, + "hs_v2_cumulative_time_in_other": null, + "hs_v2_cumulative_time_in_salesqualifiedlead": null, + "hs_v2_cumulative_time_in_subscriber": null, + "hs_v2_date_entered_customer": null, + "hs_v2_date_entered_evangelist": null, + "hs_v2_date_entered_lead": null, + "hs_v2_date_entered_marketingqualifiedlead": null, + "hs_v2_date_entered_opportunity": "2024-02-08T16:11:29.216000+00:00", + "hs_v2_date_entered_other": null, + "hs_v2_date_entered_salesqualifiedlead": null, + "hs_v2_date_entered_subscriber": null, + "hs_v2_date_exited_customer": null, + "hs_v2_date_exited_evangelist": null, + "hs_v2_date_exited_lead": null, + "hs_v2_date_exited_marketingqualifiedlead": null, + "hs_v2_date_exited_opportunity": null, + "hs_v2_date_exited_other": null, + "hs_v2_date_exited_salesqualifiedlead": null, + "hs_v2_date_exited_subscriber": null, + "hs_v2_latest_time_in_customer": null, + "hs_v2_latest_time_in_evangelist": null, + "hs_v2_latest_time_in_lead": null, + "hs_v2_latest_time_in_marketingqualifiedlead": null, + "hs_v2_latest_time_in_opportunity": null, + "hs_v2_latest_time_in_other": null, + "hs_v2_latest_time_in_salesqualifiedlead": null, + "hs_v2_latest_time_in_subscriber": null, + "hs_was_imported": null, + "hs_whatsapp_phone_number": null, + "hubspot_owner_assigneddate": "2024-02-08T16:11:29.216000+00:00", + "hubspot_owner_id": "722900407", + "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": "SWE", + "kloutscoregeneral": null, + "lastmodifieddate": "2024-02-25T20:43:51.308000+00:00", + "lastname": null, + "lifecyclestage": "opportunity", + "linkedin_account": null, + "linkedinbio": null, + "linkedinconnections": null, + "marital_status": null, + "message": null, + "military_status": null, + "mobilephone": 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, + "owneremail": null, + "ownername": null, + "phone": "+13165565552", + "photo": 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, + "total_revenue": null, + "twitterbio": null, + "twitterhandle": null, + "twitterprofilephoto": null, + "webinareventlastupdated": null, + "website": null, + "work_email": null, + "zip": null + }, + "updatedAt": "2024-02-25T20:43:51.308Z" + } + ], + [ + "acmeCo/contacts", + { + "_meta": { + "op": "u", + "row_id": 1, + "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" + }, + "archived": false, + "companies": [ + "19015593502", + "19015593502" + ], + "createdAt": "2024-02-08T02:34:10.795Z", + "id": "51", + "properties": { + "address": null, + "annualrevenue": null, + "associatedcompanyid": 19015593502, + "associatedcompanylastupdated": null, + "city": "Cambridge", + "closedate": null, + "company": "HubSpot", + "company_size": null, + "country": null, + "createdate": "2024-02-08T02:34:10.795000+00:00", + "currentlyinworkflow": null, + "date_of_birth": null, + "days_to_close": null, + "degree": null, + "email": "bh@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": "Brian", + "followercount": null, + "gender": null, + "graduation_date": null, + "hs_additional_emails": null, + "hs_all_accessible_team_ids": null, + "hs_all_assigned_business_unit_ids": null, + "hs_all_contact_vids": "51", + "hs_all_owner_ids": "722900407", + "hs_all_team_ids": null, + "hs_analytics_average_page_views": 0, + "hs_analytics_first_referrer": null, + "hs_analytics_first_timestamp": "2024-02-08T02:34:10.795000+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": "sample-contact", + "hs_associated_target_accounts": 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_contact_enrichment_opt_out": null, + "hs_contact_enrichment_opt_out_timestamp": null, + "hs_content_membership_email": null, + "hs_content_membership_email_confirmed": null, + "hs_content_membership_follow_up_enqueued_at": 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_country_region_code": null, + "hs_created_by_conversations": null, + "hs_created_by_user_id": null, + "hs_createdate": null, + "hs_currently_enrolled_in_prospecting_agent": null, + "hs_data_privacy_ads_consent": null, + "hs_date_entered_customer": null, + "hs_date_entered_evangelist": null, + "hs_date_entered_lead": "2024-02-08T02:34:10.795000+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": 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_303519744": null, + "hs_email_optout_303519746": 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_facebookid": 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_order_closed_date": null, + "hs_first_outreach_date": null, + "hs_first_subscription_create_date": null, + "hs_google_click_id": null, + "hs_googleplusid": null, + "hs_has_active_subscription": null, + "hs_ip_timezone": null, + "hs_is_contact": true, + "hs_is_enriched": null, + "hs_is_unworked": true, + "hs_journey_stage": null, + "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_disqualified_lead_date": null, + "hs_latest_meeting_activity": null, + "hs_latest_open_lead_date": null, + "hs_latest_qualified_lead_date": 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": "sample-contact", + "hs_latest_source_timestamp": "2024-02-08", + "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": "2024-02-08T02:34:10.795000+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_linkedin_url": null, + "hs_linkedinid": null, + "hs_marketable_reason_id": "Sample Contact", + "hs_marketable_reason_type": "SAMPLE_CONTACT", + "hs_marketable_status": "true", + "hs_marketable_until_renewal": "true", + "hs_membership_has_accessed_private_content": null, + "hs_membership_last_private_content_access_date": null, + "hs_merged_object_ids": null, + "hs_mobile_sdk_push_tokens": null, + "hs_notes_last_activity": null, + "hs_notes_next_activity": null, + "hs_notes_next_activity_type": null, + "hs_object_id": 51, + "hs_object_source": "API", + "hs_object_source_detail_1": null, + "hs_object_source_detail_2": null, + "hs_object_source_detail_3": null, + "hs_object_source_id": "sample-contact", + "hs_object_source_label": "INTERNAL_PROCESSING", + "hs_object_source_user_id": null, + "hs_persona": null, + "hs_pinned_engagement_id": null, + "hs_pipeline": "contacts-lifecycle-pipeline", + "hs_predictivecontactscore": null, + "hs_predictivecontactscore_tmp": null, + "hs_predictivecontactscore_v2": null, + "hs_predictivecontactscorebucket": null, + "hs_predictivescoringtier": null, + "hs_predictivescoringtier_tmp": null, + "hs_prospecting_agent_actively_enrolled_count": null, + "hs_quarantined_emails": null, + "hs_read_only": null, + "hs_recent_closed_order_date": null, + "hs_registered_member": 0, + "hs_registration_method": null, + "hs_role": 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_seniority": null, + "hs_sequences_actively_enrolled_count": 0, + "hs_sequences_enrolled_count": null, + "hs_sequences_is_enrolled": null, + "hs_shared_team_ids": null, + "hs_shared_user_ids": null, + "hs_social_facebook_clicks": 0, + "hs_social_google_plus_clicks": 0, + "hs_social_last_engagement": null, + "hs_social_linkedin_clicks": 0, + "hs_social_num_broadcast_clicks": 0, + "hs_social_twitter_clicks": 0, + "hs_source_object_id": null, + "hs_source_portal_id": null, + "hs_state_code": null, + "hs_sub_role": 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": "redacted", + "hs_time_in_marketingqualifiedlead": null, + "hs_time_in_opportunity": "redacted", + "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_twitterid": null, + "hs_unique_creation_key": null, + "hs_updated_by_user_id": 63843671, + "hs_user_ids_of_all_notification_followers": null, + "hs_user_ids_of_all_notification_unfollowers": null, + "hs_user_ids_of_all_owners": "63843671", + "hs_v2_cumulative_time_in_customer": null, + "hs_v2_cumulative_time_in_evangelist": null, + "hs_v2_cumulative_time_in_lead": null, + "hs_v2_cumulative_time_in_marketingqualifiedlead": null, + "hs_v2_cumulative_time_in_opportunity": null, + "hs_v2_cumulative_time_in_other": null, + "hs_v2_cumulative_time_in_salesqualifiedlead": null, + "hs_v2_cumulative_time_in_subscriber": null, + "hs_v2_date_entered_customer": null, + "hs_v2_date_entered_evangelist": null, + "hs_v2_date_entered_lead": "2024-02-08T02:34:10.795000+00:00", + "hs_v2_date_entered_marketingqualifiedlead": null, + "hs_v2_date_entered_opportunity": null, + "hs_v2_date_entered_other": null, + "hs_v2_date_entered_salesqualifiedlead": null, + "hs_v2_date_entered_subscriber": null, + "hs_v2_date_exited_customer": null, + "hs_v2_date_exited_evangelist": null, + "hs_v2_date_exited_lead": null, + "hs_v2_date_exited_marketingqualifiedlead": null, + "hs_v2_date_exited_opportunity": null, + "hs_v2_date_exited_other": null, + "hs_v2_date_exited_salesqualifiedlead": null, + "hs_v2_date_exited_subscriber": null, + "hs_v2_latest_time_in_customer": null, + "hs_v2_latest_time_in_evangelist": null, + "hs_v2_latest_time_in_lead": null, + "hs_v2_latest_time_in_marketingqualifiedlead": null, + "hs_v2_latest_time_in_opportunity": null, + "hs_v2_latest_time_in_other": null, + "hs_v2_latest_time_in_salesqualifiedlead": null, + "hs_v2_latest_time_in_subscriber": null, + "hs_was_imported": null, + "hs_whatsapp_phone_number": null, + "hubspot_owner_assigneddate": "2024-02-15T18:48:26.440000+00:00", + "hubspot_owner_id": "722900407", + "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": "CEO", + "kloutscoregeneral": null, + "lastmodifieddate": "2024-02-15T18:48:26.440000+00:00", + "lastname": "Halligan (Sample Contact)", + "lifecyclestage": "lead", + "linkedin_account": null, + "linkedinbio": null, + "linkedinconnections": null, + "marital_status": null, + "message": null, + "military_status": null, + "mobilephone": 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, + "owneremail": null, + "ownername": null, + "phone": null, + "photo": 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": "MA", + "surveymonkeyeventlastupdated": null, + "total_revenue": null, + "twitterbio": null, + "twitterhandle": "bhalligan", + "twitterprofilephoto": "https://pbs.twimg.com/profile_images/3491742741/212e42c07d3348251da10872e85aa6b0.jpeg", + "webinareventlastupdated": null, + "website": "http://www.HubSpot.com", + "work_email": null, + "zip": null + }, + "updatedAt": "2024-02-15T18:48:26.440Z" + } + ], + [ + "acmeCo/deal_pipelines", + { + "_meta": { + "op": "u", + "row_id": 0, + "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" + }, + "active": true, + "createdAt": 0, + "default": true, + "displayOrder": 0, + "label": "Prospects pipeline", + "objectType": "DEAL", + "objectTypeId": "0-3", + "pipelineId": "default", + "stages": [ + { + "active": true, + "createdAt": 1707359677034, + "displayOrder": 6, + "label": "Closed Lost", + "metadata": { + "isClosed": "true", + "probability": "0.0" + }, + "stageId": "closedlost", + "updatedAt": 1707359677034 + }, + { + "active": true, + "createdAt": 1707359677034, + "displayOrder": 2, + "label": "Presentation Scheduled", + "metadata": { + "isClosed": "false", + "probability": "0.6" + }, + "stageId": "presentationscheduled", + "updatedAt": 1707359677034 + }, + { + "active": true, + "createdAt": 1707359677034, + "displayOrder": 5, + "label": "Closed Won", + "metadata": { + "isClosed": "true", + "probability": "1.0" + }, + "stageId": "closedwon", + "updatedAt": 1707359677034 + }, + { + "active": true, + "createdAt": 1707359677034, + "displayOrder": 0, + "label": "Appointment Scheduled", + "metadata": { + "isClosed": "false", + "probability": "0.2" + }, + "stageId": "appointmentscheduled", + "updatedAt": 1707359677034 + }, + { + "active": true, + "createdAt": 1707359677034, + "displayOrder": 4, + "label": "Contract Sent", + "metadata": { + "isClosed": "false", + "probability": "0.9" + }, + "stageId": "contractsent", + "updatedAt": 1707359677034 + }, + { + "active": true, + "createdAt": 1707359677034, + "displayOrder": 3, + "label": "Decision Maker Bought-In", + "metadata": { + "isClosed": "false", + "probability": "0.8" + }, + "stageId": "decisionmakerboughtin", + "updatedAt": 1707359677034 + }, + { + "active": true, + "createdAt": 1707359677034, + "displayOrder": 1, + "label": "Qualified To Buy", + "metadata": { + "isClosed": "false", + "probability": "0.4" + }, + "stageId": "qualifiedtobuy", + "updatedAt": 1707359677034 + } + ], + "updatedAt": 1707359677034 + } + ], + [ + "acmeCo/deals", + { + "_meta": { + "op": "u", + "row_id": 0, + "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" + }, + "archived": false, + "contacts": [ + "1" + ], + "createdAt": "2024-02-08T02:34:37.277Z", + "id": "17423218541", + "properties": { + "amount": 1000.0, + "amount_in_home_currency": 1000.0, + "closed_lost_reason": null, + "closed_won_reason": null, + "closedate": "2024-01-03T09:37:11.118000+00:00", + "createdate": "2024-02-08T02:34:37.277000+00:00", + "days_to_close": 0, + "deal_currency_code": null, + "dealname": "HubSpot - New Deal (Sample Deal)", + "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": null, + "hs_all_accessible_team_ids": null, + "hs_all_assigned_business_unit_ids": null, + "hs_all_collaborator_owner_ids": null, + "hs_all_deal_split_owner_ids": null, + "hs_all_owner_ids": null, + "hs_all_team_ids": null, + "hs_analytics_latest_source": "OFFLINE", + "hs_analytics_latest_source_company": null, + "hs_analytics_latest_source_contact": "OFFLINE", + "hs_analytics_latest_source_data_1": "API", + "hs_analytics_latest_source_data_1_company": null, + "hs_analytics_latest_source_data_1_contact": "API", + "hs_analytics_latest_source_data_2": "sample-contact", + "hs_analytics_latest_source_data_2_company": null, + "hs_analytics_latest_source_data_2_contact": "sample-contact", + "hs_analytics_latest_source_timestamp": "2024-02-08T02:34:10.499000+00:00", + "hs_analytics_latest_source_timestamp_company": null, + "hs_analytics_latest_source_timestamp_contact": "2024-02-08T02:34:10.499000+00:00", + "hs_analytics_source": "OFFLINE", + "hs_analytics_source_data_1": "API", + "hs_analytics_source_data_2": "sample-contact", + "hs_arr": null, + "hs_associated_deal_registration_deal_type": null, + "hs_associated_deal_registration_product_interests": null, + "hs_campaign": null, + "hs_closed_amount": 0, + "hs_closed_amount_in_home_currency": 0, + "hs_closed_deal_close_date": 0, + "hs_closed_deal_create_date": 0, + "hs_closed_won_count": 0, + "hs_closed_won_date": null, + "hs_created_by_user_id": 63843671, + "hs_createdate": "2024-02-08T02:34:37.283000+00:00", + "hs_date_entered_appointmentscheduled": "2024-02-08T02:34:37.283000+00:00", + "hs_date_entered_closedlost": null, + "hs_date_entered_closedwon": null, + "hs_date_entered_contractsent": null, + "hs_date_entered_decisionmakerboughtin": null, + "hs_date_entered_presentationscheduled": null, + "hs_date_entered_qualifiedtobuy": null, + "hs_date_exited_appointmentscheduled": null, + "hs_date_exited_closedlost": null, + "hs_date_exited_closedwon": null, + "hs_date_exited_contractsent": 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_registration_mrr": null, + "hs_deal_registration_mrr_currency_code": null, + "hs_deal_score": null, + "hs_deal_stage_probability": 0.2, + "hs_deal_stage_probability_shadow": 0.2, + "hs_exchange_rate": null, + "hs_forecast_amount": 1000.0, + "hs_forecast_probability": null, + "hs_has_empty_conditional_stage_properties": null, + "hs_is_active_shared_deal": false, + "hs_is_closed": false, + "hs_is_closed_count": 0, + "hs_is_closed_lost": false, + "hs_is_closed_won": false, + "hs_is_deal_split": false, + "hs_is_in_first_deal_stage": null, + "hs_is_open_count": 1, + "hs_lastmodifieddate": "2024-02-08T02:34:41.578000+00:00", + "hs_latest_approval_status": null, + "hs_latest_approval_status_approval_id": null, + "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": null, + "hs_next_step": null, + "hs_next_step_updated_at": null, + "hs_notes_last_activity": null, + "hs_notes_next_activity": null, + "hs_notes_next_activity_type": null, + "hs_num_associated_active_deal_registrations": 0, + "hs_num_associated_deal_registrations": 0, + "hs_num_associated_deal_splits": 0, + "hs_num_of_associated_line_items": 0, + "hs_num_target_accounts": 0, + "hs_object_id": 17423218541, + "hs_object_source": "CRM_UI", + "hs_object_source_detail_1": null, + "hs_object_source_detail_2": null, + "hs_object_source_detail_3": null, + "hs_object_source_id": null, + "hs_object_source_label": "CRM_UI", + "hs_object_source_user_id": 63843671, + "hs_open_deal_create_date": 1707359677277, + "hs_pinned_engagement_id": null, + "hs_predicted_amount": null, + "hs_predicted_amount_in_home_currency": null, + "hs_priority": null, + "hs_projected_amount": 200.0, + "hs_projected_amount_in_home_currency": 200.0, + "hs_read_only": null, + "hs_sales_email_last_replied": null, + "hs_shared_team_ids": null, + "hs_shared_user_ids": null, + "hs_source_object_id": null, + "hs_synced_deal_owner_name_and_email": null, + "hs_tag_ids": null, + "hs_tcv": null, + "hs_time_in_appointmentscheduled": "redacted", + "hs_time_in_closedlost": null, + "hs_time_in_closedwon": null, + "hs_time_in_contractsent": 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": 63843671, + "hs_user_ids_of_all_notification_followers": null, + "hs_user_ids_of_all_notification_unfollowers": null, + "hs_user_ids_of_all_owners": null, + "hs_v2_cumulative_time_in_appointmentscheduled": null, + "hs_v2_cumulative_time_in_closedlost": null, + "hs_v2_cumulative_time_in_closedwon": null, + "hs_v2_cumulative_time_in_contractsent": null, + "hs_v2_cumulative_time_in_decisionmakerboughtin": null, + "hs_v2_cumulative_time_in_presentationscheduled": null, + "hs_v2_cumulative_time_in_qualifiedtobuy": null, + "hs_v2_date_entered_appointmentscheduled": "2024-02-08T02:34:37.283000+00:00", + "hs_v2_date_entered_closedlost": null, + "hs_v2_date_entered_closedwon": null, + "hs_v2_date_entered_contractsent": null, + "hs_v2_date_entered_decisionmakerboughtin": null, + "hs_v2_date_entered_presentationscheduled": null, + "hs_v2_date_entered_qualifiedtobuy": null, + "hs_v2_date_exited_appointmentscheduled": null, + "hs_v2_date_exited_closedlost": null, + "hs_v2_date_exited_closedwon": null, + "hs_v2_date_exited_contractsent": null, + "hs_v2_date_exited_decisionmakerboughtin": null, + "hs_v2_date_exited_presentationscheduled": null, + "hs_v2_date_exited_qualifiedtobuy": null, + "hs_v2_latest_time_in_appointmentscheduled": null, + "hs_v2_latest_time_in_closedlost": null, + "hs_v2_latest_time_in_closedwon": null, + "hs_v2_latest_time_in_contractsent": null, + "hs_v2_latest_time_in_decisionmakerboughtin": null, + "hs_v2_latest_time_in_presentationscheduled": null, + "hs_v2_latest_time_in_qualifiedtobuy": null, + "hs_was_imported": null, + "hubspot_owner_assigneddate": null, + "hubspot_owner_id": null, + "hubspot_team_id": null, + "notes_last_contacted": null, + "notes_last_updated": null, + "notes_next_activity_date": null, + "num_associated_contacts": 1, + "num_contacted_notes": null, + "num_notes": null, + "pipeline": "default" + }, + "updatedAt": "2024-02-08T02:34:41.578Z" + } + ], + [ + "acmeCo/email_subscriptions", + { + "_meta": { + "op": "u", + "row_id": 1, + "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" + }, + "active": true, + "businessUnitId": 0, + "category": "Sales", + "channel": "Email", + "description": "One to One emails", + "id": 303519744, + "internal": true, + "internalName": "ONE_TO_ONE", + "name": "One to One", + "portalId": 45192106 + } + ], + [ + "acmeCo/email_subscriptions", + { + "_meta": { + "op": "u", + "row_id": 0, + "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" + }, + "active": true, + "businessUnitId": 0, + "category": "Marketing", + "channel": "Email", + "description": "Marketing offers and updates.", + "id": 303519746, + "internal": false, + "internalName": "MARKETING_INFORMATION", + "name": "Marketing Information", + "portalId": 45192106 + } + ], + [ + "acmeCo/engagements_notes", + { + "_meta": { + "op": "u", + "row_id": 0, + "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" + }, + "archived": false, + "companies": [ + "19015593502" + ], + "createdAt": "2024-02-15T17:25:55.752Z", + "id": "47494434080", + "properties": { + "hs_all_accessible_team_ids": null, + "hs_all_assigned_business_unit_ids": null, + "hs_all_owner_ids": "722900407", + "hs_all_team_ids": null, + "hs_at_mentioned_owner_ids": null, + "hs_attachment_ids": null, + "hs_body_preview": "This is an example note!", + "hs_body_preview_html": "\n \n \n
\n

This is an example note!

\n
\n \n", + "hs_body_preview_is_truncated": false, + "hs_created_by": 63843671, + "hs_created_by_user_id": 63843671, + "hs_createdate": "2024-02-15T17:25:55.752000+00:00", + "hs_engagement_source": "CRM_UI", + "hs_engagement_source_id": null, + "hs_follow_up_action": null, + "hs_gdpr_deleted": null, + "hs_lastmodifieddate": "2024-02-16T23:30:26.472000+00:00", + "hs_merged_object_ids": null, + "hs_modified_by": 63843671, + "hs_note_body": "

This is an example note!

", + "hs_note_ms_teams_payload": null, + "hs_object_id": 47494434080, + "hs_object_source": "CRM_UI", + "hs_object_source_detail_1": null, + "hs_object_source_detail_2": null, + "hs_object_source_detail_3": null, + "hs_object_source_id": "userId:63843671", + "hs_object_source_label": "CRM_UI", + "hs_object_source_user_id": 63843671, + "hs_product_name": null, + "hs_queue_membership_ids": null, + "hs_read_only": null, + "hs_shared_team_ids": null, + "hs_shared_user_ids": null, + "hs_timestamp": "2024-02-15T17:25:49.545000+00:00", + "hs_unique_creation_key": null, + "hs_unique_id": null, + "hs_updated_by_user_id": 63843671, + "hs_user_ids_of_all_notification_followers": null, + "hs_user_ids_of_all_notification_unfollowers": null, + "hs_user_ids_of_all_owners": "63843671", + "hs_was_imported": null, + "hubspot_owner_assigneddate": "2024-02-15T17:25:55.752000+00:00", + "hubspot_owner_id": "722900407", + "hubspot_team_id": null + }, + "updatedAt": "2024-02-16T23:30:26.472Z" + } + ], + [ + "acmeCo/owners", + { + "_meta": { + "op": "u", + "row_id": 0, + "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" + }, + "archived": false, + "createdAt": "2024-02-08T02:34:06.654Z", + "email": "johnny@estuary.dev", + "firstName": "Johnny", + "id": "722900407", + "lastName": "Graettinger", + "type": "PERSON", + "updatedAt": "2024-02-08T04:35:51.909Z", + "userId": 63843671, + "userIdIncludingInactive": 63843671 + } + ], + [ + "acmeCo/property_history", + { + "_meta": { + "op": "u", + "row_id": 148, + "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" + }, + "data-sensitivity": null, + "is-encrypted": null, + "property": "associatedcompanyid", + "selected": false, + "source-id": "RollupProperties", + "source-label": null, + "source-type": "CALCULATED", + "timestamp": "redacted", + "updated-by-user-id": null, + "value": "redacted", + "vid": 151 + } + ], + [ + "acmeCo/property_history", + { + "_meta": { + "op": "u", + "row_id": 211, + "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" + }, + "data-sensitivity": null, + "is-encrypted": null, + "property": "associatedcompanyid", + "selected": false, + "source-id": "RollupProperties", + "source-label": null, + "source-type": "CALCULATED", + "timestamp": "redacted", + "updated-by-user-id": null, + "value": "redacted", + "vid": 201 + } + ], + [ + "acmeCo/property_history", + { + "_meta": { + "op": "u", + "row_id": 147, + "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" + }, + "data-sensitivity": null, + "is-encrypted": null, + "property": "associatedcompanyid", + "selected": false, + "source-id": "RollupProperties", + "source-label": null, + "source-type": "CALCULATED", + "timestamp": "redacted", + "updated-by-user-id": null, + "value": "redacted", + "vid": 151 + } + ], + [ + "acmeCo/property_history", + { + "_meta": { + "op": "u", + "row_id": 88, + "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" + }, + "data-sensitivity": null, + "is-encrypted": null, + "property": "associatedcompanyid", + "selected": false, + "source-id": "RollupProperties", + "source-label": null, + "source-type": "CALCULATED", + "timestamp": "redacted", + "updated-by-user-id": null, + "value": "redacted", + "vid": 51 + } + ], + [ + "acmeCo/property_history", + { + "_meta": { + "op": "u", + "row_id": 31, + "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" + }, + "data-sensitivity": "none", + "is-encrypted": null, + "property": "city", + "selected": false, + "source-id": "sample-contact", + "source-label": null, + "source-type": "INTERNAL_PROCESSING", + "timestamp": "redacted", + "updated-by-user-id": null, + "value": "redacted", + "vid": 1 + } + ], + [ + "acmeCo/property_history", + { + "_meta": { + "op": "u", + "row_id": 90, + "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" + }, + "data-sensitivity": "none", + "is-encrypted": null, + "property": "city", + "selected": false, + "source-id": "sample-contact", + "source-label": null, + "source-type": "INTERNAL_PROCESSING", + "timestamp": "redacted", + "updated-by-user-id": null, + "value": "redacted", + "vid": 51 + } + ], + [ + "acmeCo/property_history", + { + "_meta": { + "op": "u", + "row_id": 43, + "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" + }, + "data-sensitivity": "none", + "is-encrypted": null, + "property": "company", + "selected": false, + "source-id": "sample-contact", + "source-label": null, + "source-type": "INTERNAL_PROCESSING", + "timestamp": "redacted", + "updated-by-user-id": null, + "value": "redacted", + "vid": 1 + } + ], + [ + "acmeCo/property_history", + { + "_meta": { + "op": "u", + "row_id": 101, + "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" + }, + "data-sensitivity": "none", + "is-encrypted": null, + "property": "company", + "selected": false, + "source-id": "sample-contact", + "source-label": null, + "source-type": "INTERNAL_PROCESSING", + "timestamp": "redacted", + "updated-by-user-id": null, + "value": "redacted", + "vid": 51 + } + ], + [ + "acmeCo/property_history", + { + "_meta": { + "op": "u", + "row_id": 4, + "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" + }, + "data-sensitivity": "none", + "is-encrypted": null, + "property": "createdate", + "selected": false, + "source-id": "sample-contact", + "source-label": null, + "source-type": "API", + "timestamp": "redacted", + "updated-by-user-id": null, + "value": "redacted", + "vid": 1 + } + ], + [ + "acmeCo/property_history", + { + "_meta": { + "op": "u", + "row_id": 65, + "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" + }, + "data-sensitivity": "none", + "is-encrypted": null, + "property": "createdate", + "selected": false, + "source-id": "sample-contact", + "source-label": null, + "source-type": "API", + "timestamp": "redacted", + "updated-by-user-id": null, + "value": "redacted", + "vid": 51 + } + ], + [ + "acmeCo/property_history", + { + "_meta": { + "op": "u", + "row_id": 124, + "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" + }, + "data-sensitivity": null, + "is-encrypted": null, + "property": "createdate", + "selected": false, + "source-id": "userId:63843671", + "source-label": null, + "source-type": "CRM_UI", + "timestamp": "redacted", + "updated-by-user-id": 63843671, + "value": "redacted", + "vid": 151 + } + ], + [ + "acmeCo/property_history", + { + "_meta": { + "op": "u", + "row_id": 179, + "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" + }, + "data-sensitivity": null, + "is-encrypted": null, + "property": "createdate", + "selected": false, + "source-id": "userId:63843671", + "source-label": null, + "source-type": "CRM_UI", + "timestamp": "redacted", + "updated-by-user-id": 63843671, + "value": "redacted", + "vid": 201 + } + ], + [ + "acmeCo/property_history", + { + "_meta": { + "op": "u", + "row_id": 45, + "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" + }, + "data-sensitivity": "none", + "is-encrypted": null, + "property": "email", + "selected": false, + "source-id": "sample-contact", + "source-label": null, + "source-type": "API", + "timestamp": "redacted", + "updated-by-user-id": null, + "value": "redacted", + "vid": 1 + } + ], + [ + "acmeCo/property_history", + { + "_meta": { + "op": "u", + "row_id": 104, + "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" + }, + "data-sensitivity": "none", + "is-encrypted": null, + "property": "email", + "selected": false, + "source-id": "sample-contact", + "source-label": null, + "source-type": "API", + "timestamp": "redacted", + "updated-by-user-id": null, + "value": "redacted", + "vid": 51 + } + ], + [ + "acmeCo/property_history", + { + "_meta": { + "op": "u", + "row_id": 161, + "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" + }, + "data-sensitivity": "none", + "is-encrypted": null, + "property": "email", + "selected": false, + "source-id": "userId:63843671", + "source-label": null, + "source-type": "CRM_UI", + "timestamp": "redacted", + "updated-by-user-id": 63843671, + "value": "redacted", + "vid": 151 + } + ], + [ + "acmeCo/property_history", + { + "_meta": { + "op": "u", + "row_id": 245, + "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" + }, + "data-sensitivity": "none", + "is-encrypted": null, + "property": "email", + "selected": false, + "source-id": "userId:63843671", + "source-label": null, + "source-type": "CRM_UI", + "timestamp": "redacted", + "updated-by-user-id": 63843671, + "value": "redacted", + "vid": 201 + } + ], + [ + "acmeCo/property_history", + { + "_meta": { + "op": "u", + "row_id": 6, + "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" + }, + "data-sensitivity": null, + "is-encrypted": null, + "property": "first_deal_created_date", + "selected": false, + "source-id": "RollupProperties", + "source-label": null, + "source-type": "CALCULATED", + "timestamp": "redacted", + "updated-by-user-id": null, + "value": "redacted", + "vid": 1 + } + ], + [ + "acmeCo/property_history", + { + "_meta": { + "op": "u", + "row_id": 30, + "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" + }, + "data-sensitivity": "none", + "is-encrypted": null, + "property": "firstname", + "selected": false, + "source-id": "sample-contact", + "source-label": null, + "source-type": "INTERNAL_PROCESSING", + "timestamp": "redacted", + "updated-by-user-id": null, + "value": "redacted", + "vid": 1 + } + ], + [ + "acmeCo/property_history", + { + "_meta": { + "op": "u", + "row_id": 89, + "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" + }, + "data-sensitivity": "none", + "is-encrypted": null, + "property": "firstname", + "selected": false, + "source-id": "sample-contact", + "source-label": null, + "source-type": "INTERNAL_PROCESSING", + "timestamp": "redacted", + "updated-by-user-id": null, + "value": "redacted", + "vid": 51 + } + ], + [ + "acmeCo/property_history", + { + "_meta": { + "op": "u", + "row_id": 149, + "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" + }, + "data-sensitivity": "none", + "is-encrypted": null, + "property": "firstname", + "selected": false, + "source-id": "userId:63843671", + "source-label": null, + "source-type": "CRM_UI", + "timestamp": "redacted", + "updated-by-user-id": 63843671, + "value": "redacted", + "vid": 151 + } + ], + [ + "acmeCo/property_history", + { + "_meta": { + "op": "u", + "row_id": 212, + "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" + }, + "data-sensitivity": "none", + "is-encrypted": null, + "property": "firstname", + "selected": false, + "source-id": "userId:63843671", + "source-label": null, + "source-type": "CRM_UI", + "timestamp": "redacted", + "updated-by-user-id": 63843671, + "value": "redacted", + "vid": 201 + } + ], + [ + "acmeCo/property_history", + { + "_meta": { + "op": "u", + "row_id": 16, + "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" + }, + "data-sensitivity": "none", + "is-encrypted": null, + "property": "hs_all_contact_vids", + "selected": false, + "source-id": "sample-contact", + "source-label": null, + "source-type": "API", + "timestamp": "redacted", + "updated-by-user-id": null, + "value": "redacted", + "vid": 1 + } + ], + [ + "acmeCo/property_history", + { + "_meta": { + "op": "u", + "row_id": 75, + "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" + }, + "data-sensitivity": "none", + "is-encrypted": null, + "property": "hs_all_contact_vids", + "selected": false, + "source-id": "sample-contact", + "source-label": null, + "source-type": "API", + "timestamp": "redacted", + "updated-by-user-id": null, + "value": "redacted", + "vid": 51 + } + ], + [ + "acmeCo/property_history", + { + "_meta": { + "op": "u", + "row_id": 134, + "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" + }, + "data-sensitivity": "none", + "is-encrypted": null, + "property": "hs_all_contact_vids", + "selected": false, + "source-id": "userId:63843671", + "source-label": null, + "source-type": "CRM_UI", + "timestamp": "redacted", + "updated-by-user-id": 63843671, + "value": "redacted", + "vid": 151 + } + ], + [ + "acmeCo/property_history", + { + "_meta": { + "op": "u", + "row_id": 190, + "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" + }, + "data-sensitivity": "none", + "is-encrypted": null, + "property": "hs_all_contact_vids", + "selected": false, + "source-id": "userId:63843671", + "source-label": null, + "source-type": "CRM_UI", + "timestamp": "redacted", + "updated-by-user-id": 63843671, + "value": "redacted", + "vid": 201 + } + ], + [ + "acmeCo/property_history", + { + "_meta": { + "op": "u", + "row_id": 159, + "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" + }, + "data-sensitivity": null, + "is-encrypted": null, + "property": "hs_all_owner_ids", + "selected": false, + "source-id": "userId:63843671", + "source-label": null, + "source-type": "CRM_UI", + "timestamp": "redacted", + "updated-by-user-id": 63843671, + "value": "redacted", + "vid": 151 + } + ], + [ + "acmeCo/property_history", + { + "_meta": { + "op": "u", + "row_id": 233, + "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" + }, + "data-sensitivity": null, + "is-encrypted": null, + "property": "hs_all_owner_ids", + "selected": false, + "source-id": "userId:63843671", + "source-label": null, + "source-type": "CRM_UI", + "timestamp": "redacted", + "updated-by-user-id": 63843671, + "value": "redacted", + "vid": 201 + } + ], + [ + "acmeCo/property_history", + { + "_meta": { + "op": "u", + "row_id": 103, + "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" + }, + "data-sensitivity": null, + "is-encrypted": null, + "property": "hs_all_owner_ids", + "selected": false, + "source-id": "userId:63843671", + "source-label": null, + "source-type": "CRM_UI", + "timestamp": "redacted", + "updated-by-user-id": 63843671, + "value": "redacted", + "vid": 51 + } + ], + [ + "acmeCo/property_history", + { + "_meta": { + "op": "u", + "row_id": 15, + "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" + }, + "data-sensitivity": "none", + "is-encrypted": null, + "property": "hs_analytics_average_page_views", + "selected": false, + "source-id": "WebAnalyticsPropertyCalculation", + "source-label": null, + "source-type": "ANALYTICS", + "timestamp": "redacted", + "updated-by-user-id": null, + "value": "redacted", + "vid": 1 + } + ], + [ + "acmeCo/property_history", + { + "_meta": { + "op": "u", + "row_id": 74, + "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" + }, + "data-sensitivity": "none", + "is-encrypted": null, + "property": "hs_analytics_average_page_views", + "selected": false, + "source-id": "WebAnalyticsPropertyCalculation", + "source-label": null, + "source-type": "ANALYTICS", + "timestamp": "redacted", + "updated-by-user-id": null, + "value": "redacted", + "vid": 51 + } + ], + [ + "acmeCo/property_history", + { + "_meta": { + "op": "u", + "row_id": 133, + "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" + }, + "data-sensitivity": "none", + "is-encrypted": null, + "property": "hs_analytics_average_page_views", + "selected": false, + "source-id": "WebAnalyticsPropertyCalculation", + "source-label": null, + "source-type": "ANALYTICS", + "timestamp": "redacted", + "updated-by-user-id": null, + "value": "redacted", + "vid": 151 + } + ], + [ + "acmeCo/property_history", + { + "_meta": { + "op": "u", + "row_id": 189, + "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" + }, + "data-sensitivity": "none", + "is-encrypted": null, + "property": "hs_analytics_average_page_views", + "selected": false, + "source-id": "WebAnalyticsPropertyCalculation", + "source-label": null, + "source-type": "ANALYTICS", + "timestamp": "redacted", + "updated-by-user-id": null, + "value": "redacted", + "vid": 201 + } + ], + [ + "acmeCo/property_history", + { + "_meta": { + "op": "u", + "row_id": 49, + "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" + }, + "data-sensitivity": "none", + "is-encrypted": null, + "property": "hs_analytics_first_timestamp", + "selected": false, + "source-id": "WebAnalyticsPropertyCalculation", + "source-label": null, + "source-type": "ANALYTICS", + "timestamp": "redacted", + "updated-by-user-id": null, + "value": "redacted", + "vid": 1 + } + ], + [ + "acmeCo/property_history", + { + "_meta": { + "op": "u", + "row_id": 107, + "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" + }, + "data-sensitivity": "none", + "is-encrypted": null, + "property": "hs_analytics_first_timestamp", + "selected": false, + "source-id": "WebAnalyticsPropertyCalculation", + "source-label": null, + "source-type": "ANALYTICS", + "timestamp": "redacted", + "updated-by-user-id": null, + "value": "redacted", + "vid": 51 + } + ], + [ + "acmeCo/property_history", + { + "_meta": { + "op": "u", + "row_id": 163, + "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" + }, + "data-sensitivity": "none", + "is-encrypted": null, + "property": "hs_analytics_first_timestamp", + "selected": false, + "source-id": "WebAnalyticsPropertyCalculation", + "source-label": null, + "source-type": "ANALYTICS", + "timestamp": "redacted", + "updated-by-user-id": null, + "value": "redacted", + "vid": 151 + } + ], + [ + "acmeCo/property_history", + { + "_meta": { + "op": "u", + "row_id": 248, + "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" + }, + "data-sensitivity": "none", + "is-encrypted": null, + "property": "hs_analytics_first_timestamp", + "selected": false, + "source-id": "WebAnalyticsPropertyCalculation", + "source-label": null, + "source-type": "ANALYTICS", + "timestamp": "redacted", + "updated-by-user-id": null, + "value": "redacted", + "vid": 201 + } + ], + [ + "acmeCo/property_history", + { + "_meta": { + "op": "u", + "row_id": 24, + "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" + }, + "data-sensitivity": "none", + "is-encrypted": null, + "property": "hs_analytics_num_event_completions", + "selected": false, + "source-id": "WebAnalyticsPropertyCalculation", + "source-label": null, + "source-type": "ANALYTICS", + "timestamp": "redacted", + "updated-by-user-id": null, + "value": "redacted", + "vid": 1 + } + ], + [ + "acmeCo/property_history", + { + "_meta": { + "op": "u", + "row_id": 81, + "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" + }, + "data-sensitivity": "none", + "is-encrypted": null, + "property": "hs_analytics_num_event_completions", + "selected": false, + "source-id": "WebAnalyticsPropertyCalculation", + "source-label": null, + "source-type": "ANALYTICS", + "timestamp": "redacted", + "updated-by-user-id": null, + "value": "redacted", + "vid": 51 + } + ], + [ + "acmeCo/property_history", + { + "_meta": { + "op": "u", + "row_id": 140, + "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" + }, + "data-sensitivity": "none", + "is-encrypted": null, + "property": "hs_analytics_num_event_completions", + "selected": false, + "source-id": "WebAnalyticsPropertyCalculation", + "source-label": null, + "source-type": "ANALYTICS", + "timestamp": "redacted", + "updated-by-user-id": null, + "value": "redacted", + "vid": 151 + } + ], + [ + "acmeCo/property_history", + { + "_meta": { + "op": "u", + "row_id": 206, + "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" + }, + "data-sensitivity": "none", + "is-encrypted": null, + "property": "hs_analytics_num_event_completions", + "selected": false, + "source-id": "WebAnalyticsPropertyCalculation", + "source-label": null, + "source-type": "ANALYTICS", + "timestamp": "redacted", + "updated-by-user-id": null, + "value": "redacted", + "vid": 201 + } + ], + [ + "acmeCo/property_history", + { + "_meta": { + "op": "u", + "row_id": 9, + "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" + }, + "data-sensitivity": "none", + "is-encrypted": null, + "property": "hs_analytics_num_page_views", + "selected": false, + "source-id": "WebAnalyticsPropertyCalculation", + "source-label": null, + "source-type": "ANALYTICS", + "timestamp": "redacted", + "updated-by-user-id": null, + "value": "redacted", + "vid": 1 + } + ], + [ + "acmeCo/property_history", + { + "_meta": { + "op": "u", + "row_id": 69, + "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" + }, + "data-sensitivity": "none", + "is-encrypted": null, + "property": "hs_analytics_num_page_views", + "selected": false, + "source-id": "WebAnalyticsPropertyCalculation", + "source-label": null, + "source-type": "ANALYTICS", + "timestamp": "redacted", + "updated-by-user-id": null, + "value": "redacted", + "vid": 51 + } + ], + [ + "acmeCo/property_history", + { + "_meta": { + "op": "u", + "row_id": 130, + "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" + }, + "data-sensitivity": "none", + "is-encrypted": null, + "property": "hs_analytics_num_page_views", + "selected": false, + "source-id": "WebAnalyticsPropertyCalculation", + "source-label": null, + "source-type": "ANALYTICS", + "timestamp": "redacted", + "updated-by-user-id": null, + "value": "redacted", + "vid": 151 + } + ], + [ + "acmeCo/property_history", + { + "_meta": { + "op": "u", + "row_id": 185, + "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" + }, + "data-sensitivity": "none", + "is-encrypted": null, + "property": "hs_analytics_num_page_views", + "selected": false, + "source-id": "WebAnalyticsPropertyCalculation", + "source-label": null, + "source-type": "ANALYTICS", + "timestamp": "redacted", + "updated-by-user-id": null, + "value": "redacted", + "vid": 201 + } + ], + [ + "acmeCo/property_history", + { + "_meta": { + "op": "u", + "row_id": 35, + "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" + }, + "data-sensitivity": "none", + "is-encrypted": null, + "property": "hs_analytics_num_visits", + "selected": false, + "source-id": "WebAnalyticsPropertyCalculation", + "source-label": null, + "source-type": "ANALYTICS", + "timestamp": "redacted", + "updated-by-user-id": null, + "value": "redacted", + "vid": 1 + } + ], + [ + "acmeCo/property_history", + { + "_meta": { + "op": "u", + "row_id": 93, + "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" + }, + "data-sensitivity": "none", + "is-encrypted": null, + "property": "hs_analytics_num_visits", + "selected": false, + "source-id": "WebAnalyticsPropertyCalculation", + "source-label": null, + "source-type": "ANALYTICS", + "timestamp": "redacted", + "updated-by-user-id": null, + "value": "redacted", + "vid": 51 + } + ], + [ + "acmeCo/property_history", + { + "_meta": { + "op": "u", + "row_id": 152, + "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" + }, + "data-sensitivity": "none", + "is-encrypted": null, + "property": "hs_analytics_num_visits", + "selected": false, + "source-id": "WebAnalyticsPropertyCalculation", + "source-label": null, + "source-type": "ANALYTICS", + "timestamp": "redacted", + "updated-by-user-id": null, + "value": "redacted", + "vid": 151 + } + ], + [ + "acmeCo/property_history", + { + "_meta": { + "op": "u", + "row_id": 216, + "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" + }, + "data-sensitivity": "none", + "is-encrypted": null, + "property": "hs_analytics_num_visits", + "selected": false, + "source-id": "WebAnalyticsPropertyCalculation", + "source-label": null, + "source-type": "ANALYTICS", + "timestamp": "redacted", + "updated-by-user-id": null, + "value": "redacted", + "vid": 201 + } + ], + [ + "acmeCo/property_history", + { + "_meta": { + "op": "u", + "row_id": 3, + "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" + }, + "data-sensitivity": "none", + "is-encrypted": null, + "property": "hs_analytics_revenue", + "selected": false, + "source-id": "WebAnalyticsPropertyCalculation", + "source-label": null, + "source-type": "ANALYTICS", + "timestamp": "redacted", + "updated-by-user-id": null, + "value": "redacted", + "vid": 1 + } + ], + [ + "acmeCo/property_history", + { + "_meta": { + "op": "u", + "row_id": 64, + "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" + }, + "data-sensitivity": "none", + "is-encrypted": null, + "property": "hs_analytics_revenue", + "selected": false, + "source-id": "WebAnalyticsPropertyCalculation", + "source-label": null, + "source-type": "ANALYTICS", + "timestamp": "redacted", + "updated-by-user-id": null, + "value": "redacted", + "vid": 51 + } + ], + [ + "acmeCo/property_history", + { + "_meta": { + "op": "u", + "row_id": 123, + "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" + }, + "data-sensitivity": "none", + "is-encrypted": null, + "property": "hs_analytics_revenue", + "selected": false, + "source-id": "WebAnalyticsPropertyCalculation", + "source-label": null, + "source-type": "ANALYTICS", + "timestamp": "redacted", + "updated-by-user-id": null, + "value": "redacted", + "vid": 151 + } + ], + [ + "acmeCo/property_history", + { + "_meta": { + "op": "u", + "row_id": 178, + "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" + }, + "data-sensitivity": "none", + "is-encrypted": null, + "property": "hs_analytics_revenue", + "selected": false, + "source-id": "WebAnalyticsPropertyCalculation", + "source-label": null, + "source-type": "ANALYTICS", + "timestamp": "redacted", + "updated-by-user-id": null, + "value": "redacted", + "vid": 201 + } + ], + [ + "acmeCo/property_history", + { + "_meta": { + "op": "u", + "row_id": 41, + "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" + }, + "data-sensitivity": "none", + "is-encrypted": null, + "property": "hs_analytics_source", + "selected": false, + "source-id": "WebAnalyticsPropertyCalculation", + "source-label": null, + "source-type": "ANALYTICS", + "timestamp": "redacted", + "updated-by-user-id": null, + "value": "redacted", + "vid": 1 + } + ], + [ + "acmeCo/property_history", + { + "_meta": { + "op": "u", + "row_id": 99, + "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" + }, + "data-sensitivity": "none", + "is-encrypted": null, + "property": "hs_analytics_source", + "selected": false, + "source-id": "WebAnalyticsPropertyCalculation", + "source-label": null, + "source-type": "ANALYTICS", + "timestamp": "redacted", + "updated-by-user-id": null, + "value": "redacted", + "vid": 51 + } + ], + [ + "acmeCo/property_history", + { + "_meta": { + "op": "u", + "row_id": 156, + "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" + }, + "data-sensitivity": "none", + "is-encrypted": null, + "property": "hs_analytics_source", + "selected": false, + "source-id": "WebAnalyticsPropertyCalculation", + "source-label": null, + "source-type": "ANALYTICS", + "timestamp": "redacted", + "updated-by-user-id": null, + "value": "redacted", + "vid": 151 + } + ], + [ + "acmeCo/property_history", + { + "_meta": { + "op": "u", + "row_id": 220, + "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" + }, + "data-sensitivity": "none", + "is-encrypted": null, + "property": "hs_analytics_source", + "selected": false, + "source-id": "WebAnalyticsPropertyCalculation", + "source-label": null, + "source-type": "ANALYTICS", + "timestamp": "redacted", + "updated-by-user-id": null, + "value": "redacted", + "vid": 201 + } + ], + [ + "acmeCo/property_history", + { + "_meta": { + "op": "u", + "row_id": 58, + "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" + }, + "data-sensitivity": "none", + "is-encrypted": null, + "property": "hs_analytics_source_data_1", + "selected": false, + "source-id": "WebAnalyticsPropertyCalculation", + "source-label": null, + "source-type": "ANALYTICS", + "timestamp": "redacted", + "updated-by-user-id": null, + "value": "redacted", + "vid": 1 + } + ], + [ + "acmeCo/property_history", + { + "_meta": { + "op": "u", + "row_id": 117, + "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" + }, + "data-sensitivity": "none", + "is-encrypted": null, + "property": "hs_analytics_source_data_1", + "selected": false, + "source-id": "WebAnalyticsPropertyCalculation", + "source-label": null, + "source-type": "ANALYTICS", + "timestamp": "redacted", + "updated-by-user-id": null, + "value": "redacted", + "vid": 51 + } + ], + [ + "acmeCo/property_history", + { + "_meta": { + "op": "u", + "row_id": 172, + "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" + }, + "data-sensitivity": "none", + "is-encrypted": null, + "property": "hs_analytics_source_data_1", + "selected": false, + "source-id": "WebAnalyticsPropertyCalculation", + "source-label": null, + "source-type": "ANALYTICS", + "timestamp": "redacted", + "updated-by-user-id": null, + "value": "redacted", + "vid": 151 + } + ], + [ + "acmeCo/property_history", + { + "_meta": { + "op": "u", + "row_id": 256, + "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" + }, + "data-sensitivity": "none", + "is-encrypted": null, + "property": "hs_analytics_source_data_1", + "selected": false, + "source-id": "WebAnalyticsPropertyCalculation", + "source-label": null, + "source-type": "ANALYTICS", + "timestamp": "redacted", + "updated-by-user-id": null, + "value": "redacted", + "vid": 201 + } + ], + [ + "acmeCo/property_history", + { + "_meta": { + "op": "u", + "row_id": 56, + "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" + }, + "data-sensitivity": "none", + "is-encrypted": null, + "property": "hs_analytics_source_data_2", + "selected": false, + "source-id": "WebAnalyticsPropertyCalculation", + "source-label": null, + "source-type": "ANALYTICS", + "timestamp": "redacted", + "updated-by-user-id": null, + "value": "redacted", + "vid": 1 + } + ], + [ + "acmeCo/property_history", + { + "_meta": { + "op": "u", + "row_id": 115, + "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" + }, + "data-sensitivity": "none", + "is-encrypted": null, + "property": "hs_analytics_source_data_2", + "selected": false, + "source-id": "WebAnalyticsPropertyCalculation", + "source-label": null, + "source-type": "ANALYTICS", + "timestamp": "redacted", + "updated-by-user-id": null, + "value": "redacted", + "vid": 51 + } + ], + [ + "acmeCo/property_history", + { + "_meta": { + "op": "u", + "row_id": 170, + "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" + }, + "data-sensitivity": "none", + "is-encrypted": null, + "property": "hs_analytics_source_data_2", + "selected": false, + "source-id": "WebAnalyticsPropertyCalculation", + "source-label": null, + "source-type": "ANALYTICS", + "timestamp": "redacted", + "updated-by-user-id": null, + "value": "redacted", + "vid": 151 + } + ], + [ + "acmeCo/property_history", + { + "_meta": { + "op": "u", + "row_id": 254, + "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" + }, + "data-sensitivity": "none", + "is-encrypted": null, + "property": "hs_analytics_source_data_2", + "selected": false, + "source-id": "WebAnalyticsPropertyCalculation", + "source-label": null, + "source-type": "ANALYTICS", + "timestamp": "redacted", + "updated-by-user-id": null, + "value": "redacted", + "vid": 201 + } + ], + [ + "acmeCo/property_history", + { + "_meta": { + "op": "u", + "row_id": 160, + "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" + }, + "data-sensitivity": "none", + "is-encrypted": null, + "property": "hs_calculated_phone_number", + "selected": false, + "source-id": null, + "source-label": null, + "source-type": "CALCULATED", + "timestamp": "redacted", + "updated-by-user-id": 63843671, + "value": "redacted", + "vid": 151 + } + ], + [ + "acmeCo/property_history", + { + "_meta": { + "op": "u", + "row_id": 244, + "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" + }, + "data-sensitivity": null, + "is-encrypted": null, + "property": "hs_calculated_phone_number", + "selected": false, + "source-id": null, + "source-label": null, + "source-type": "CALCULATED", + "timestamp": "redacted", + "updated-by-user-id": 63843671, + "value": "redacted", + "vid": 201 + } + ], + [ + "acmeCo/property_history", + { + "_meta": { + "op": "u", + "row_id": 243, + "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" + }, + "data-sensitivity": null, + "is-encrypted": null, + "property": "hs_calculated_phone_number", + "selected": false, + "source-id": null, + "source-label": null, + "source-type": "CALCULATED", + "timestamp": "redacted", + "updated-by-user-id": 63843671, + "value": "redacted", + "vid": 201 + } + ], + [ + "acmeCo/property_history", + { + "_meta": { + "op": "u", + "row_id": 242, + "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" + }, + "data-sensitivity": null, + "is-encrypted": null, + "property": "hs_calculated_phone_number", + "selected": false, + "source-id": null, + "source-label": null, + "source-type": "CALCULATED", + "timestamp": "redacted", + "updated-by-user-id": 63843671, + "value": "redacted", + "vid": 201 + } + ], + [ + "acmeCo/property_history", + { + "_meta": { + "op": "u", + "row_id": 241, + "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" + }, + "data-sensitivity": null, + "is-encrypted": null, + "property": "hs_calculated_phone_number", + "selected": false, + "source-id": null, + "source-label": null, + "source-type": "CALCULATED", + "timestamp": "redacted", + "updated-by-user-id": 63843671, + "value": "redacted", + "vid": 201 + } + ], + [ + "acmeCo/property_history", + { + "_meta": { + "op": "u", + "row_id": 240, + "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" + }, + "data-sensitivity": null, + "is-encrypted": null, + "property": "hs_calculated_phone_number", + "selected": false, + "source-id": null, + "source-label": null, + "source-type": "CALCULATED", + "timestamp": "redacted", + "updated-by-user-id": 63843671, + "value": "redacted", + "vid": 201 + } + ], + [ + "acmeCo/property_history", + { + "_meta": { + "op": "u", + "row_id": 239, + "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" + }, + "data-sensitivity": null, + "is-encrypted": null, + "property": "hs_calculated_phone_number", + "selected": false, + "source-id": null, + "source-label": null, + "source-type": "CALCULATED", + "timestamp": "redacted", + "updated-by-user-id": 63843671, + "value": "redacted", + "vid": 201 + } + ], + [ + "acmeCo/property_history", + { + "_meta": { + "op": "u", + "row_id": 238, + "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" + }, + "data-sensitivity": null, + "is-encrypted": null, + "property": "hs_calculated_phone_number", + "selected": false, + "source-id": null, + "source-label": null, + "source-type": "CALCULATED", + "timestamp": "redacted", + "updated-by-user-id": 63843671, + "value": "redacted", + "vid": 201 + } + ], + [ + "acmeCo/property_history", + { + "_meta": { + "op": "u", + "row_id": 237, + "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" + }, + "data-sensitivity": null, + "is-encrypted": null, + "property": "hs_calculated_phone_number", + "selected": false, + "source-id": null, + "source-label": null, + "source-type": "CALCULATED", + "timestamp": "redacted", + "updated-by-user-id": 63843671, + "value": "redacted", + "vid": 201 + } + ], + [ + "acmeCo/property_history", + { + "_meta": { + "op": "u", + "row_id": 236, + "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" + }, + "data-sensitivity": null, + "is-encrypted": null, + "property": "hs_calculated_phone_number", + "selected": false, + "source-id": null, + "source-label": null, + "source-type": "CALCULATED", + "timestamp": "redacted", + "updated-by-user-id": 63843671, + "value": "redacted", + "vid": 201 + } + ], + [ + "acmeCo/property_history", + { + "_meta": { + "op": "u", + "row_id": 235, + "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" + }, + "data-sensitivity": null, + "is-encrypted": null, + "property": "hs_calculated_phone_number", + "selected": false, + "source-id": null, + "source-label": null, + "source-type": "CALCULATED", + "timestamp": "redacted", + "updated-by-user-id": 63843671, + "value": "redacted", + "vid": 201 + } + ], + [ + "acmeCo/property_history", + { + "_meta": { + "op": "u", + "row_id": 234, + "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" + }, + "data-sensitivity": null, + "is-encrypted": null, + "property": "hs_calculated_phone_number", + "selected": false, + "source-id": null, + "source-label": null, + "source-type": "CALCULATED", + "timestamp": "redacted", + "updated-by-user-id": 63843671, + "value": "redacted", + "vid": 201 + } + ], + [ + "acmeCo/property_history", + { + "_meta": { + "op": "u", + "row_id": 125, + "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" + }, + "data-sensitivity": "none", + "is-encrypted": null, + "property": "hs_calculated_phone_number_country_code", + "selected": false, + "source-id": null, + "source-label": null, + "source-type": "CALCULATED", + "timestamp": "redacted", + "updated-by-user-id": 63843671, + "value": "redacted", + "vid": 151 + } + ], + [ + "acmeCo/property_history", + { + "_meta": { + "op": "u", + "row_id": 180, + "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" + }, + "data-sensitivity": null, + "is-encrypted": null, + "property": "hs_calculated_phone_number_country_code", + "selected": false, + "source-id": null, + "source-label": null, + "source-type": "CALCULATED", + "timestamp": "redacted", + "updated-by-user-id": 63843671, + "value": "redacted", + "vid": 201 + } + ], + [ + "acmeCo/property_history", + { + "_meta": { + "op": "u", + "row_id": 175, + "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" + }, + "data-sensitivity": null, + "is-encrypted": null, + "property": "hs_count_is_unworked", + "selected": false, + "source-id": "CalculatedPropertyComputer", + "source-label": null, + "source-type": "CALCULATED", + "timestamp": "redacted", + "updated-by-user-id": 63843671, + "value": "redacted", + "vid": 151 + } + ], + [ + "acmeCo/property_history", + { + "_meta": { + "op": "u", + "row_id": 259, + "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" + }, + "data-sensitivity": null, + "is-encrypted": null, + "property": "hs_count_is_unworked", + "selected": false, + "source-id": "CalculatedPropertyComputer", + "source-label": null, + "source-type": "CALCULATED", + "timestamp": "redacted", + "updated-by-user-id": 63843671, + "value": "redacted", + "vid": 201 + } + ], + [ + "acmeCo/property_history", + { + "_meta": { + "op": "u", + "row_id": 119, + "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" + }, + "data-sensitivity": null, + "is-encrypted": null, + "property": "hs_count_is_unworked", + "selected": false, + "source-id": "CalculatedPropertyComputer", + "source-label": null, + "source-type": "CALCULATED", + "timestamp": "redacted", + "updated-by-user-id": 63843671, + "value": "redacted", + "vid": 51 + } + ], + [ + "acmeCo/property_history", + { + "_meta": { + "op": "u", + "row_id": 131, + "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" + }, + "data-sensitivity": null, + "is-encrypted": null, + "property": "hs_count_is_worked", + "selected": false, + "source-id": "CalculatedPropertyComputer", + "source-label": null, + "source-type": "CALCULATED", + "timestamp": "redacted", + "updated-by-user-id": 63843671, + "value": "redacted", + "vid": 151 + } + ], + [ + "acmeCo/property_history", + { + "_meta": { + "op": "u", + "row_id": 186, + "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" + }, + "data-sensitivity": null, + "is-encrypted": null, + "property": "hs_count_is_worked", + "selected": false, + "source-id": "CalculatedPropertyComputer", + "source-label": null, + "source-type": "CALCULATED", + "timestamp": "redacted", + "updated-by-user-id": 63843671, + "value": "redacted", + "vid": 201 + } + ], + [ + "acmeCo/property_history", + { + "_meta": { + "op": "u", + "row_id": 71, + "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" + }, + "data-sensitivity": null, + "is-encrypted": null, + "property": "hs_count_is_worked", + "selected": false, + "source-id": "CalculatedPropertyComputer", + "source-label": null, + "source-type": "CALCULATED", + "timestamp": "redacted", + "updated-by-user-id": 63843671, + "value": "redacted", + "vid": 51 + } + ], + [ + "acmeCo/property_history", + { + "_meta": { + "op": "u", + "row_id": 129, + "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" + }, + "data-sensitivity": null, + "is-encrypted": null, + "property": "hs_created_by_user_id", + "selected": false, + "source-id": "userId:63843671", + "source-label": null, + "source-type": "CRM_UI", + "timestamp": "redacted", + "updated-by-user-id": 63843671, + "value": "redacted", + "vid": 151 + } + ], + [ + "acmeCo/property_history", + { + "_meta": { + "op": "u", + "row_id": 184, + "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" + }, + "data-sensitivity": null, + "is-encrypted": null, + "property": "hs_created_by_user_id", + "selected": false, + "source-id": "userId:63843671", + "source-label": null, + "source-type": "CRM_UI", + "timestamp": "redacted", + "updated-by-user-id": 63843671, + "value": "redacted", + "vid": 201 + } + ], + [ + "acmeCo/property_history", + { + "_meta": { + "op": "u", + "row_id": 0, + "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" + }, + "data-sensitivity": null, + "is-encrypted": null, + "property": "hs_date_entered_lead", + "selected": false, + "source-id": null, + "source-label": null, + "source-type": "CALCULATED", + "timestamp": "redacted", + "updated-by-user-id": null, + "value": "redacted", + "vid": 1 + } + ], + [ + "acmeCo/property_history", + { + "_meta": { + "op": "u", + "row_id": 61, + "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" + }, + "data-sensitivity": null, + "is-encrypted": null, + "property": "hs_date_entered_lead", + "selected": false, + "source-id": null, + "source-label": null, + "source-type": "CALCULATED", + "timestamp": "redacted", + "updated-by-user-id": null, + "value": "redacted", + "vid": 51 + } + ], + [ + "acmeCo/property_history", + { + "_meta": { + "op": "u", + "row_id": 120, + "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" + }, + "data-sensitivity": null, + "is-encrypted": null, + "property": "hs_date_entered_lead", + "selected": false, + "source-id": null, + "source-label": null, + "source-type": "CALCULATED", + "timestamp": "redacted", + "updated-by-user-id": null, + "value": "redacted", + "vid": 151 + } + ], + [ + "acmeCo/property_history", + { + "_meta": { + "op": "u", + "row_id": 20, + "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" + }, + "data-sensitivity": null, + "is-encrypted": null, + "property": "hs_date_entered_opportunity", + "selected": false, + "source-id": null, + "source-label": null, + "source-type": "CALCULATED", + "timestamp": "redacted", + "updated-by-user-id": null, + "value": "redacted", + "vid": 1 + } + ], + [ + "acmeCo/property_history", + { + "_meta": { + "op": "u", + "row_id": 203, + "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" + }, + "data-sensitivity": null, + "is-encrypted": null, + "property": "hs_date_entered_opportunity", + "selected": false, + "source-id": null, + "source-label": null, + "source-type": "CALCULATED", + "timestamp": "redacted", + "updated-by-user-id": null, + "value": "redacted", + "vid": 201 + } + ], + [ + "acmeCo/property_history", + { + "_meta": { + "op": "u", + "row_id": 51, + "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" + }, + "data-sensitivity": null, + "is-encrypted": null, + "property": "hs_date_exited_lead", + "selected": false, + "source-id": null, + "source-label": null, + "source-type": "CALCULATED", + "timestamp": "redacted", + "updated-by-user-id": null, + "value": "redacted", + "vid": 1 + } + ], + [ + "acmeCo/property_history", + { + "_meta": { + "op": "u", + "row_id": 42, + "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" + }, + "data-sensitivity": "none", + "is-encrypted": null, + "property": "hs_email_domain", + "selected": false, + "source-id": null, + "source-label": null, + "source-type": "CALCULATED", + "timestamp": "redacted", + "updated-by-user-id": null, + "value": "redacted", + "vid": 1 + } + ], + [ + "acmeCo/property_history", + { + "_meta": { + "op": "u", + "row_id": 100, + "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" + }, + "data-sensitivity": "none", + "is-encrypted": null, + "property": "hs_email_domain", + "selected": false, + "source-id": null, + "source-label": null, + "source-type": "CALCULATED", + "timestamp": "redacted", + "updated-by-user-id": null, + "value": "redacted", + "vid": 51 + } + ], + [ + "acmeCo/property_history", + { + "_meta": { + "op": "u", + "row_id": 158, + "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" + }, + "data-sensitivity": "none", + "is-encrypted": null, + "property": "hs_email_domain", + "selected": false, + "source-id": null, + "source-label": null, + "source-type": "CALCULATED", + "timestamp": "redacted", + "updated-by-user-id": 63843671, + "value": "redacted", + "vid": 151 + } + ], + [ + "acmeCo/property_history", + { + "_meta": { + "op": "u", + "row_id": 232, + "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" + }, + "data-sensitivity": "none", + "is-encrypted": null, + "property": "hs_email_domain", + "selected": false, + "source-id": null, + "source-label": null, + "source-type": "CALCULATED", + "timestamp": "redacted", + "updated-by-user-id": 63843671, + "value": "redacted", + "vid": 201 + } + ], + [ + "acmeCo/property_history", + { + "_meta": { + "op": "u", + "row_id": 19, + "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" + }, + "data-sensitivity": null, + "is-encrypted": null, + "property": "hs_is_contact", + "selected": false, + "source-id": null, + "source-label": null, + "source-type": "CALCULATED", + "timestamp": "redacted", + "updated-by-user-id": null, + "value": "redacted", + "vid": 1 + } + ], + [ + "acmeCo/property_history", + { + "_meta": { + "op": "u", + "row_id": 78, + "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" + }, + "data-sensitivity": null, + "is-encrypted": null, + "property": "hs_is_contact", + "selected": false, + "source-id": null, + "source-label": null, + "source-type": "CALCULATED", + "timestamp": "redacted", + "updated-by-user-id": null, + "value": "redacted", + "vid": 51 + } + ], + [ + "acmeCo/property_history", + { + "_meta": { + "op": "u", + "row_id": 137, + "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" + }, + "data-sensitivity": null, + "is-encrypted": null, + "property": "hs_is_contact", + "selected": false, + "source-id": null, + "source-label": null, + "source-type": "CALCULATED", + "timestamp": "redacted", + "updated-by-user-id": null, + "value": "redacted", + "vid": 151 + } + ], + [ + "acmeCo/property_history", + { + "_meta": { + "op": "u", + "row_id": 202, + "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" + }, + "data-sensitivity": null, + "is-encrypted": null, + "property": "hs_is_contact", + "selected": false, + "source-id": null, + "source-label": null, + "source-type": "CALCULATED", + "timestamp": "redacted", + "updated-by-user-id": null, + "value": "redacted", + "vid": 201 + } + ], + [ + "acmeCo/property_history", + { + "_meta": { + "op": "u", + "row_id": 28, + "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" + }, + "data-sensitivity": null, + "is-encrypted": null, + "property": "hs_is_unworked", + "selected": false, + "source-id": "CalculatedPropertyComputer", + "source-label": null, + "source-type": "CALCULATED", + "timestamp": "redacted", + "updated-by-user-id": null, + "value": "redacted", + "vid": 1 + } + ], + [ + "acmeCo/property_history", + { + "_meta": { + "op": "u", + "row_id": 86, + "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" + }, + "data-sensitivity": null, + "is-encrypted": null, + "property": "hs_is_unworked", + "selected": false, + "source-id": "CalculatedPropertyComputer", + "source-label": null, + "source-type": "CALCULATED", + "timestamp": "redacted", + "updated-by-user-id": null, + "value": "redacted", + "vid": 51 + } + ], + [ + "acmeCo/property_history", + { + "_meta": { + "op": "u", + "row_id": 145, + "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" + }, + "data-sensitivity": null, + "is-encrypted": null, + "property": "hs_is_unworked", + "selected": false, + "source-id": "CalculatedPropertyComputer", + "source-label": null, + "source-type": "CALCULATED", + "timestamp": "redacted", + "updated-by-user-id": 63843671, + "value": "redacted", + "vid": 151 + } + ], + [ + "acmeCo/property_history", + { + "_meta": { + "op": "u", + "row_id": 209, + "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" + }, + "data-sensitivity": null, + "is-encrypted": null, + "property": "hs_is_unworked", + "selected": false, + "source-id": "CalculatedPropertyComputer", + "source-label": null, + "source-type": "CALCULATED", + "timestamp": "redacted", + "updated-by-user-id": 63843671, + "value": "redacted", + "vid": 201 + } + ], + [ + "acmeCo/property_history", + { + "_meta": { + "op": "u", + "row_id": 1, + "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" + }, + "data-sensitivity": "none", + "is-encrypted": null, + "property": "hs_latest_source", + "selected": false, + "source-id": "WebAnalyticsPropertyCalculation", + "source-label": null, + "source-type": "ANALYTICS", + "timestamp": "redacted", + "updated-by-user-id": null, + "value": "redacted", + "vid": 1 + } + ], + [ + "acmeCo/property_history", + { + "_meta": { + "op": "u", + "row_id": 62, + "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" + }, + "data-sensitivity": "none", + "is-encrypted": null, + "property": "hs_latest_source", + "selected": false, + "source-id": "WebAnalyticsPropertyCalculation", + "source-label": null, + "source-type": "ANALYTICS", + "timestamp": "redacted", + "updated-by-user-id": null, + "value": "redacted", + "vid": 51 + } + ], + [ + "acmeCo/property_history", + { + "_meta": { + "op": "u", + "row_id": 121, + "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" + }, + "data-sensitivity": "none", + "is-encrypted": null, + "property": "hs_latest_source", + "selected": false, + "source-id": "WebAnalyticsPropertyCalculation", + "source-label": null, + "source-type": "ANALYTICS", + "timestamp": "redacted", + "updated-by-user-id": null, + "value": "redacted", + "vid": 151 + } + ], + [ + "acmeCo/property_history", + { + "_meta": { + "op": "u", + "row_id": 176, + "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" + }, + "data-sensitivity": "none", + "is-encrypted": null, + "property": "hs_latest_source", + "selected": false, + "source-id": "WebAnalyticsPropertyCalculation", + "source-label": null, + "source-type": "ANALYTICS", + "timestamp": "redacted", + "updated-by-user-id": null, + "value": "redacted", + "vid": 201 + } + ], + [ + "acmeCo/property_history", + { + "_meta": { + "op": "u", + "row_id": 29, + "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" + }, + "data-sensitivity": "none", + "is-encrypted": null, + "property": "hs_latest_source_data_1", + "selected": false, + "source-id": "WebAnalyticsPropertyCalculation", + "source-label": null, + "source-type": "ANALYTICS", + "timestamp": "redacted", + "updated-by-user-id": null, + "value": "redacted", + "vid": 1 + } + ], + [ + "acmeCo/property_history", + { + "_meta": { + "op": "u", + "row_id": 87, + "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" + }, + "data-sensitivity": "none", + "is-encrypted": null, + "property": "hs_latest_source_data_1", + "selected": false, + "source-id": "WebAnalyticsPropertyCalculation", + "source-label": null, + "source-type": "ANALYTICS", + "timestamp": "redacted", + "updated-by-user-id": null, + "value": "redacted", + "vid": 51 + } + ], + [ + "acmeCo/property_history", + { + "_meta": { + "op": "u", + "row_id": 146, + "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" + }, + "data-sensitivity": "none", + "is-encrypted": null, + "property": "hs_latest_source_data_1", + "selected": false, + "source-id": "WebAnalyticsPropertyCalculation", + "source-label": null, + "source-type": "ANALYTICS", + "timestamp": "redacted", + "updated-by-user-id": null, + "value": "redacted", + "vid": 151 + } + ], + [ + "acmeCo/property_history", + { + "_meta": { + "op": "u", + "row_id": 210, + "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" + }, + "data-sensitivity": "none", + "is-encrypted": null, + "property": "hs_latest_source_data_1", + "selected": false, + "source-id": "WebAnalyticsPropertyCalculation", + "source-label": null, + "source-type": "ANALYTICS", + "timestamp": "redacted", + "updated-by-user-id": null, + "value": "redacted", + "vid": 201 + } + ], + [ + "acmeCo/property_history", + { + "_meta": { + "op": "u", + "row_id": 27, + "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" + }, + "data-sensitivity": "none", + "is-encrypted": null, + "property": "hs_latest_source_data_2", + "selected": false, + "source-id": "WebAnalyticsPropertyCalculation", + "source-label": null, + "source-type": "ANALYTICS", + "timestamp": "redacted", + "updated-by-user-id": null, + "value": "redacted", + "vid": 1 + } + ], + [ + "acmeCo/property_history", + { + "_meta": { + "op": "u", + "row_id": 85, + "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" + }, + "data-sensitivity": "none", + "is-encrypted": null, + "property": "hs_latest_source_data_2", + "selected": false, + "source-id": "WebAnalyticsPropertyCalculation", + "source-label": null, + "source-type": "ANALYTICS", + "timestamp": "redacted", + "updated-by-user-id": null, + "value": "redacted", + "vid": 51 + } + ], + [ + "acmeCo/property_history", + { + "_meta": { + "op": "u", + "row_id": 144, + "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" + }, + "data-sensitivity": "none", + "is-encrypted": null, + "property": "hs_latest_source_data_2", + "selected": false, + "source-id": "WebAnalyticsPropertyCalculation", + "source-label": null, + "source-type": "ANALYTICS", + "timestamp": "redacted", + "updated-by-user-id": null, + "value": "redacted", + "vid": 151 + } + ], + [ + "acmeCo/property_history", + { + "_meta": { + "op": "u", + "row_id": 208, + "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" + }, + "data-sensitivity": "none", + "is-encrypted": null, + "property": "hs_latest_source_data_2", + "selected": false, + "source-id": "WebAnalyticsPropertyCalculation", + "source-label": null, + "source-type": "ANALYTICS", + "timestamp": "redacted", + "updated-by-user-id": null, + "value": "redacted", + "vid": 201 + } + ], + [ + "acmeCo/property_history", + { + "_meta": { + "op": "u", + "row_id": 12, + "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" + }, + "data-sensitivity": "none", + "is-encrypted": null, + "property": "hs_latest_source_timestamp", + "selected": false, + "source-id": "WebAnalyticsPropertyCalculation", + "source-label": null, + "source-type": "ANALYTICS", + "timestamp": "redacted", + "updated-by-user-id": null, + "value": "redacted", + "vid": 1 + } + ], + [ + "acmeCo/property_history", + { + "_meta": { + "op": "u", + "row_id": 72, + "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" + }, + "data-sensitivity": "none", + "is-encrypted": null, + "property": "hs_latest_source_timestamp", + "selected": false, + "source-id": "WebAnalyticsPropertyCalculation", + "source-label": null, + "source-type": "ANALYTICS", + "timestamp": "redacted", + "updated-by-user-id": null, + "value": "redacted", + "vid": 51 + } + ], + [ + "acmeCo/property_history", + { + "_meta": { + "op": "u", + "row_id": 132, + "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" + }, + "data-sensitivity": "none", + "is-encrypted": null, + "property": "hs_latest_source_timestamp", + "selected": false, + "source-id": "WebAnalyticsPropertyCalculation", + "source-label": null, + "source-type": "ANALYTICS", + "timestamp": "redacted", + "updated-by-user-id": null, + "value": "redacted", + "vid": 151 + } + ], + [ + "acmeCo/property_history", + { + "_meta": { + "op": "u", + "row_id": 187, + "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" + }, + "data-sensitivity": "none", + "is-encrypted": null, + "property": "hs_latest_source_timestamp", + "selected": false, + "source-id": "WebAnalyticsPropertyCalculation", + "source-label": null, + "source-type": "ANALYTICS", + "timestamp": "redacted", + "updated-by-user-id": null, + "value": "redacted", + "vid": 201 + } + ], + [ + "acmeCo/property_history", + { + "_meta": { + "op": "u", + "row_id": 25, + "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" + }, + "data-sensitivity": "none", + "is-encrypted": null, + "property": "hs_lifecyclestage_lead_date", + "selected": false, + "source-id": "sample-contact", + "source-label": null, + "source-type": "INTERNAL_PROCESSING", + "timestamp": "redacted", + "updated-by-user-id": null, + "value": "redacted", + "vid": 1 + } + ], + [ + "acmeCo/property_history", + { + "_meta": { + "op": "u", + "row_id": 82, + "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" + }, + "data-sensitivity": "none", + "is-encrypted": null, + "property": "hs_lifecyclestage_lead_date", + "selected": false, + "source-id": "sample-contact", + "source-label": null, + "source-type": "API", + "timestamp": "redacted", + "updated-by-user-id": null, + "value": "redacted", + "vid": 51 + } + ], + [ + "acmeCo/property_history", + { + "_meta": { + "op": "u", + "row_id": 141, + "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" + }, + "data-sensitivity": "none", + "is-encrypted": null, + "property": "hs_lifecyclestage_lead_date", + "selected": false, + "source-id": "userId:63843671", + "source-label": null, + "source-type": "CRM_UI", + "timestamp": "redacted", + "updated-by-user-id": 63843671, + "value": "redacted", + "vid": 151 + } + ], + [ + "acmeCo/property_history", + { + "_meta": { + "op": "u", + "row_id": 34, + "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" + }, + "data-sensitivity": "none", + "is-encrypted": null, + "property": "hs_lifecyclestage_opportunity_date", + "selected": false, + "source-id": "deals-lifecycle-sync", + "source-label": null, + "source-type": "DEALS", + "timestamp": "redacted", + "updated-by-user-id": null, + "value": "redacted", + "vid": 1 + } + ], + [ + "acmeCo/property_history", + { + "_meta": { + "op": "u", + "row_id": 215, + "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" + }, + "data-sensitivity": "none", + "is-encrypted": null, + "property": "hs_lifecyclestage_opportunity_date", + "selected": false, + "source-id": "userId:63843671", + "source-label": null, + "source-type": "CRM_UI", + "timestamp": "redacted", + "updated-by-user-id": 63843671, + "value": "redacted", + "vid": 201 + } + ], + [ + "acmeCo/property_history", + { + "_meta": { + "op": "u", + "row_id": 44, + "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" + }, + "data-sensitivity": "none", + "is-encrypted": null, + "property": "hs_marketable_reason_id", + "selected": false, + "source-id": "sample-contact", + "source-label": null, + "source-type": "API", + "timestamp": "redacted", + "updated-by-user-id": null, + "value": "redacted", + "vid": 1 + } + ], + [ + "acmeCo/property_history", + { + "_meta": { + "op": "u", + "row_id": 102, + "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" }, - "updatedAt": "2024-01-31T17:38:24.674Z" + "data-sensitivity": "none", + "is-encrypted": null, + "property": "hs_marketable_reason_id", + "selected": false, + "source-id": "sample-contact", + "source-label": null, + "source-type": "API", + "timestamp": "redacted", + "updated-by-user-id": null, + "value": "redacted", + "vid": 51 } ], [ - "acmeCo/email_subscriptions", + "acmeCo/property_history", { "_meta": { "op": "u", - "row_id": 1, + "row_id": 13, "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" }, - "active": true, - "businessUnitId": 0, - "category": "Sales", - "channel": "Email", - "description": "One to One emails", - "id": 286760152, - "internal": true, - "internalName": "ONE_TO_ONE", - "name": "One to One", - "portalId": 45111954 + "data-sensitivity": "none", + "is-encrypted": null, + "property": "hs_marketable_reason_type", + "selected": false, + "source-id": "sample-contact", + "source-label": null, + "source-type": "API", + "timestamp": "redacted", + "updated-by-user-id": null, + "value": "redacted", + "vid": 1 } ], [ - "acmeCo/email_subscriptions", + "acmeCo/property_history", { "_meta": { "op": "u", - "row_id": 0, + "row_id": 73, "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" }, - "active": true, - "businessUnitId": 0, - "category": "Marketing", - "channel": "Email", - "description": "Marketing offers and updates.", - "id": 286760157, - "internal": false, - "internalName": "MARKETING_INFORMATION", - "name": "Marketing Information", - "portalId": 45111954 + "data-sensitivity": "none", + "is-encrypted": null, + "property": "hs_marketable_reason_type", + "selected": false, + "source-id": "sample-contact", + "source-label": null, + "source-type": "API", + "timestamp": "redacted", + "updated-by-user-id": null, + "value": "redacted", + "vid": 51 } ], [ - "acmeCo/owners", + "acmeCo/property_history", { "_meta": { "op": "u", - "row_id": 0, + "row_id": 40, "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" }, - "archived": false, - "createdAt": "2024-01-31T17:37:42.736Z", - "email": "fivetranfan@gmail.com", - "firstName": "Jon", - "id": "711847525", - "lastName": "Williams", - "updatedAt": "2024-02-01T16:19:49.900Z", - "userId": 63597369, - "userIdIncludingInactive": 63597369 + "data-sensitivity": "none", + "is-encrypted": null, + "property": "hs_marketable_status", + "selected": false, + "source-id": "sample-contact", + "source-label": null, + "source-type": "API", + "timestamp": "redacted", + "updated-by-user-id": null, + "value": "redacted", + "vid": 1 } ], [ @@ -1183,14 +5447,37 @@ { "_meta": { "op": "u", - "row_id": 4, + "row_id": 98, "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" }, - "property": "city", + "data-sensitivity": "none", + "is-encrypted": null, + "property": "hs_marketable_status", "selected": false, "source-id": "sample-contact", "source-label": null, - "source-type": "INTERNAL_PROCESSING", + "source-type": "API", + "timestamp": "redacted", + "updated-by-user-id": null, + "value": "redacted", + "vid": 51 + } + ], + [ + "acmeCo/property_history", + { + "_meta": { + "op": "u", + "row_id": 38, + "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" + }, + "data-sensitivity": "none", + "is-encrypted": null, + "property": "hs_marketable_until_renewal", + "selected": false, + "source-id": "sample-contact", + "source-label": null, + "source-type": "API", "timestamp": "redacted", "updated-by-user-id": null, "value": "redacted", @@ -1202,14 +5489,16 @@ { "_meta": { "op": "u", - "row_id": 52, + "row_id": 96, "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" }, - "property": "city", + "data-sensitivity": "none", + "is-encrypted": null, + "property": "hs_marketable_until_renewal", "selected": false, "source-id": "sample-contact", "source-label": null, - "source-type": "INTERNAL_PROCESSING", + "source-type": "API", "timestamp": "redacted", "updated-by-user-id": null, "value": "redacted", @@ -1221,14 +5510,16 @@ { "_meta": { "op": "u", - "row_id": 21, + "row_id": 23, "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" }, - "property": "company", + "data-sensitivity": "none", + "is-encrypted": null, + "property": "hs_object_id", "selected": false, "source-id": "sample-contact", "source-label": null, - "source-type": "INTERNAL_PROCESSING", + "source-type": "API", "timestamp": "redacted", "updated-by-user-id": null, "value": "redacted", @@ -1240,14 +5531,16 @@ { "_meta": { "op": "u", - "row_id": 66, + "row_id": 80, "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" }, - "property": "company", + "data-sensitivity": "none", + "is-encrypted": null, + "property": "hs_object_id", "selected": false, "source-id": "sample-contact", "source-label": null, - "source-type": "INTERNAL_PROCESSING", + "source-type": "API", "timestamp": "redacted", "updated-by-user-id": null, "value": "redacted", @@ -1259,10 +5552,54 @@ { "_meta": { "op": "u", - "row_id": 10, + "row_id": 139, "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" }, - "property": "createdate", + "data-sensitivity": null, + "is-encrypted": null, + "property": "hs_object_id", + "selected": false, + "source-id": "userId:63843671", + "source-label": null, + "source-type": "CRM_UI", + "timestamp": "redacted", + "updated-by-user-id": 63843671, + "value": "redacted", + "vid": 151 + } + ], + [ + "acmeCo/property_history", + { + "_meta": { + "op": "u", + "row_id": 205, + "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" + }, + "data-sensitivity": null, + "is-encrypted": null, + "property": "hs_object_id", + "selected": false, + "source-id": "userId:63843671", + "source-label": null, + "source-type": "CRM_UI", + "timestamp": "redacted", + "updated-by-user-id": 63843671, + "value": "redacted", + "vid": 201 + } + ], + [ + "acmeCo/property_history", + { + "_meta": { + "op": "u", + "row_id": 55, + "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" + }, + "data-sensitivity": null, + "is-encrypted": null, + "property": "hs_object_source", "selected": false, "source-id": "sample-contact", "source-label": null, @@ -1278,10 +5615,12 @@ { "_meta": { "op": "u", - "row_id": 58, + "row_id": 114, "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" }, - "property": "createdate", + "data-sensitivity": null, + "is-encrypted": null, + "property": "hs_object_source", "selected": false, "source-id": "sample-contact", "source-label": null, @@ -1297,18 +5636,20 @@ { "_meta": { "op": "u", - "row_id": 96, + "row_id": 169, "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" }, - "property": "createdate", + "data-sensitivity": null, + "is-encrypted": null, + "property": "hs_object_source", "selected": false, - "source-id": "userId:63597369", + "source-id": "userId:63843671", "source-label": null, "source-type": "CRM_UI", "timestamp": "redacted", - "updated-by-user-id": 63597369, + "updated-by-user-id": 63843671, "value": "redacted", - "vid": 101 + "vid": 151 } ], [ @@ -1316,10 +5657,33 @@ { "_meta": { "op": "u", - "row_id": 23, + "row_id": 253, "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" }, - "property": "email", + "data-sensitivity": null, + "is-encrypted": null, + "property": "hs_object_source", + "selected": false, + "source-id": "userId:63843671", + "source-label": null, + "source-type": "CRM_UI", + "timestamp": "redacted", + "updated-by-user-id": 63843671, + "value": "redacted", + "vid": 201 + } + ], + [ + "acmeCo/property_history", + { + "_meta": { + "op": "u", + "row_id": 7, + "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" + }, + "data-sensitivity": null, + "is-encrypted": null, + "property": "hs_object_source_id", "selected": false, "source-id": "sample-contact", "source-label": null, @@ -1338,7 +5702,9 @@ "row_id": 68, "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" }, - "property": "email", + "data-sensitivity": null, + "is-encrypted": null, + "property": "hs_object_source_id", "selected": false, "source-id": "sample-contact", "source-label": null, @@ -1354,18 +5720,20 @@ { "_meta": { "op": "u", - "row_id": 105, + "row_id": 128, "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" }, - "property": "email", + "data-sensitivity": null, + "is-encrypted": null, + "property": "hs_object_source_id", "selected": false, - "source-id": "userId:63597369", + "source-id": "userId:63843671", "source-label": null, "source-type": "CRM_UI", "timestamp": "redacted", - "updated-by-user-id": 63597369, + "updated-by-user-id": 63843671, "value": "redacted", - "vid": 101 + "vid": 151 } ], [ @@ -1373,14 +5741,37 @@ { "_meta": { "op": "u", - "row_id": 15, + "row_id": 183, "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" }, - "property": "first_deal_created_date", + "data-sensitivity": null, + "is-encrypted": null, + "property": "hs_object_source_id", "selected": false, - "source-id": "RollupProperties", + "source-id": "userId:63843671", "source-label": null, - "source-type": "CALCULATED", + "source-type": "CRM_UI", + "timestamp": "redacted", + "updated-by-user-id": 63843671, + "value": "redacted", + "vid": 201 + } + ], + [ + "acmeCo/property_history", + { + "_meta": { + "op": "u", + "row_id": 36, + "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" + }, + "data-sensitivity": null, + "is-encrypted": null, + "property": "hs_object_source_label", + "selected": false, + "source-id": "sample-contact", + "source-label": null, + "source-type": "API", "timestamp": "redacted", "updated-by-user-id": null, "value": "redacted", @@ -1392,18 +5783,104 @@ { "_meta": { "op": "u", - "row_id": 3, + "row_id": 94, "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" }, - "property": "firstname", + "data-sensitivity": null, + "is-encrypted": null, + "property": "hs_object_source_label", "selected": false, "source-id": "sample-contact", "source-label": null, - "source-type": "INTERNAL_PROCESSING", + "source-type": "API", + "timestamp": "redacted", + "updated-by-user-id": null, + "value": "redacted", + "vid": 51 + } + ], + [ + "acmeCo/property_history", + { + "_meta": { + "op": "u", + "row_id": 153, + "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" + }, + "data-sensitivity": null, + "is-encrypted": null, + "property": "hs_object_source_label", + "selected": false, + "source-id": "userId:63843671", + "source-label": null, + "source-type": "CRM_UI", + "timestamp": "redacted", + "updated-by-user-id": 63843671, + "value": "redacted", + "vid": 151 + } + ], + [ + "acmeCo/property_history", + { + "_meta": { + "op": "u", + "row_id": 217, + "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" + }, + "data-sensitivity": null, + "is-encrypted": null, + "property": "hs_object_source_label", + "selected": false, + "source-id": "userId:63843671", + "source-label": null, + "source-type": "CRM_UI", + "timestamp": "redacted", + "updated-by-user-id": 63843671, + "value": "redacted", + "vid": 201 + } + ], + [ + "acmeCo/property_history", + { + "_meta": { + "op": "u", + "row_id": 173, + "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" + }, + "data-sensitivity": null, + "is-encrypted": null, + "property": "hs_object_source_user_id", + "selected": false, + "source-id": "userId:63843671", + "source-label": null, + "source-type": "CRM_UI", + "timestamp": "redacted", + "updated-by-user-id": 63843671, + "value": "redacted", + "vid": 151 + } + ], + [ + "acmeCo/property_history", + { + "_meta": { + "op": "u", + "row_id": 257, + "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" + }, + "data-sensitivity": null, + "is-encrypted": null, + "property": "hs_object_source_user_id", + "selected": false, + "source-id": "userId:63843671", + "source-label": null, + "source-type": "CRM_UI", "timestamp": "redacted", - "updated-by-user-id": null, + "updated-by-user-id": 63843671, "value": "redacted", - "vid": 1 + "vid": 201 } ], [ @@ -1411,10 +5888,12 @@ { "_meta": { "op": "u", - "row_id": 51, + "row_id": 32, "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" }, - "property": "firstname", + "data-sensitivity": "none", + "is-encrypted": null, + "property": "hs_pipeline", "selected": false, "source-id": "sample-contact", "source-label": null, @@ -1422,7 +5901,7 @@ "timestamp": "redacted", "updated-by-user-id": null, "value": "redacted", - "vid": 51 + "vid": 1 } ], [ @@ -1433,15 +5912,17 @@ "row_id": 91, "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" }, - "property": "firstname", + "data-sensitivity": "none", + "is-encrypted": null, + "property": "hs_pipeline", "selected": false, - "source-id": "userId:63597369", + "source-id": "sample-contact", "source-label": null, - "source-type": "CRM_UI", + "source-type": "API", "timestamp": "redacted", - "updated-by-user-id": 63597369, + "updated-by-user-id": null, "value": "redacted", - "vid": 101 + "vid": 51 } ], [ @@ -1449,18 +5930,20 @@ { "_meta": { "op": "u", - "row_id": 33, + "row_id": 150, "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" }, - "property": "hs_all_contact_vids", + "data-sensitivity": "none", + "is-encrypted": null, + "property": "hs_pipeline", "selected": false, - "source-id": "sample-contact", + "source-id": "userId:63843671", "source-label": null, - "source-type": "API", + "source-type": "CRM_UI", "timestamp": "redacted", - "updated-by-user-id": null, + "updated-by-user-id": 63843671, "value": "redacted", - "vid": 1 + "vid": 151 } ], [ @@ -1468,18 +5951,20 @@ { "_meta": { "op": "u", - "row_id": 75, + "row_id": 213, "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" }, - "property": "hs_all_contact_vids", + "data-sensitivity": "none", + "is-encrypted": null, + "property": "hs_pipeline", "selected": false, - "source-id": "sample-contact", + "source-id": "userId:63843671", "source-label": null, - "source-type": "API", + "source-type": "CRM_UI", "timestamp": "redacted", - "updated-by-user-id": null, + "updated-by-user-id": 63843671, "value": "redacted", - "vid": 51 + "vid": 201 } ], [ @@ -1487,18 +5972,20 @@ { "_meta": { "op": "u", - "row_id": 111, + "row_id": 66, "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" }, - "property": "hs_all_contact_vids", + "data-sensitivity": null, + "is-encrypted": null, + "property": "hs_registered_member", "selected": false, - "source-id": "userId:63597369", + "source-id": "RecalculateCalculatedPropertiesHelper", "source-label": null, - "source-type": "CRM_UI", + "source-type": "MIGRATION", "timestamp": "redacted", - "updated-by-user-id": 63597369, + "updated-by-user-id": null, "value": "redacted", - "vid": 101 + "vid": 51 } ], [ @@ -1506,18 +5993,20 @@ { "_meta": { "op": "u", - "row_id": 74, + "row_id": 181, "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" }, - "property": "hs_analytics_average_page_views", + "data-sensitivity": null, + "is-encrypted": null, + "property": "hs_registered_member", "selected": false, - "source-id": "WebAnalyticsPropertyCalculation", + "source-id": "RecalculateCalculatedPropertiesHelper", "source-label": null, - "source-type": "ANALYTICS", + "source-type": "MIGRATION", "timestamp": "redacted", "updated-by-user-id": null, "value": "redacted", - "vid": 51 + "vid": 201 } ], [ @@ -1525,14 +6014,16 @@ { "_meta": { "op": "u", - "row_id": 32, + "row_id": 5, "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" }, - "property": "hs_analytics_average_page_views", + "data-sensitivity": null, + "is-encrypted": null, + "property": "hs_registered_member", "selected": false, - "source-id": "WebAnalyticsPropertyCalculation", + "source-id": "RecalculateCalculatedPropertiesHelper", "source-label": null, - "source-type": "ANALYTICS", + "source-type": "MIGRATION", "timestamp": "redacted", "updated-by-user-id": null, "value": "redacted", @@ -1544,18 +6035,20 @@ { "_meta": { "op": "u", - "row_id": 109, + "row_id": 126, "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" }, - "property": "hs_analytics_average_page_views", + "data-sensitivity": null, + "is-encrypted": null, + "property": "hs_registered_member", "selected": false, - "source-id": "WebAnalyticsPropertyCalculation", + "source-id": "RecalculateCalculatedPropertiesHelper", "source-label": null, - "source-type": "ANALYTICS", + "source-type": "MIGRATION", "timestamp": "redacted", "updated-by-user-id": null, "value": "redacted", - "vid": 101 + "vid": 151 } ], [ @@ -1563,18 +6056,20 @@ { "_meta": { "op": "u", - "row_id": 72, + "row_id": 157, "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" }, - "property": "hs_analytics_first_timestamp", + "data-sensitivity": "none", + "is-encrypted": null, + "property": "hs_searchable_calculated_phone_number", "selected": false, - "source-id": "WebAnalyticsPropertyCalculation", + "source-id": null, "source-label": null, - "source-type": "ANALYTICS", + "source-type": "CALCULATED", "timestamp": "redacted", - "updated-by-user-id": null, + "updated-by-user-id": 63843671, "value": "redacted", - "vid": 51 + "vid": 151 } ], [ @@ -1582,18 +6077,20 @@ { "_meta": { "op": "u", - "row_id": 28, + "row_id": 231, "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" }, - "property": "hs_analytics_first_timestamp", + "data-sensitivity": null, + "is-encrypted": null, + "property": "hs_searchable_calculated_phone_number", "selected": false, - "source-id": "WebAnalyticsPropertyCalculation", + "source-id": null, "source-label": null, - "source-type": "ANALYTICS", + "source-type": "CALCULATED", "timestamp": "redacted", - "updated-by-user-id": null, + "updated-by-user-id": 63843671, "value": "redacted", - "vid": 1 + "vid": 201 } ], [ @@ -1601,18 +6098,20 @@ { "_meta": { "op": "u", - "row_id": 108, + "row_id": 230, "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" }, - "property": "hs_analytics_first_timestamp", + "data-sensitivity": null, + "is-encrypted": null, + "property": "hs_searchable_calculated_phone_number", "selected": false, - "source-id": "WebAnalyticsPropertyCalculation", + "source-id": null, "source-label": null, - "source-type": "ANALYTICS", + "source-type": "CALCULATED", "timestamp": "redacted", - "updated-by-user-id": null, + "updated-by-user-id": 63843671, "value": "redacted", - "vid": 101 + "vid": 201 } ], [ @@ -1620,18 +6119,20 @@ { "_meta": { "op": "u", - "row_id": 81, + "row_id": 229, "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" }, - "property": "hs_analytics_num_event_completions", + "data-sensitivity": null, + "is-encrypted": null, + "property": "hs_searchable_calculated_phone_number", "selected": false, - "source-id": "WebAnalyticsPropertyCalculation", + "source-id": null, "source-label": null, - "source-type": "ANALYTICS", + "source-type": "CALCULATED", "timestamp": "redacted", - "updated-by-user-id": null, + "updated-by-user-id": 63843671, "value": "redacted", - "vid": 51 + "vid": 201 } ], [ @@ -1639,18 +6140,20 @@ { "_meta": { "op": "u", - "row_id": 40, + "row_id": 228, "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" }, - "property": "hs_analytics_num_event_completions", + "data-sensitivity": null, + "is-encrypted": null, + "property": "hs_searchable_calculated_phone_number", "selected": false, - "source-id": "WebAnalyticsPropertyCalculation", + "source-id": null, "source-label": null, - "source-type": "ANALYTICS", + "source-type": "CALCULATED", "timestamp": "redacted", - "updated-by-user-id": null, + "updated-by-user-id": 63843671, "value": "redacted", - "vid": 1 + "vid": 201 } ], [ @@ -1658,18 +6161,20 @@ { "_meta": { "op": "u", - "row_id": 116, + "row_id": 227, "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" }, - "property": "hs_analytics_num_event_completions", + "data-sensitivity": null, + "is-encrypted": null, + "property": "hs_searchable_calculated_phone_number", "selected": false, - "source-id": "WebAnalyticsPropertyCalculation", + "source-id": null, "source-label": null, - "source-type": "ANALYTICS", + "source-type": "CALCULATED", "timestamp": "redacted", - "updated-by-user-id": null, + "updated-by-user-id": 63843671, "value": "redacted", - "vid": 101 + "vid": 201 } ], [ @@ -1677,18 +6182,20 @@ { "_meta": { "op": "u", - "row_id": 64, + "row_id": 226, "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" }, - "property": "hs_analytics_num_page_views", + "data-sensitivity": null, + "is-encrypted": null, + "property": "hs_searchable_calculated_phone_number", "selected": false, - "source-id": "WebAnalyticsPropertyCalculation", + "source-id": null, "source-label": null, - "source-type": "ANALYTICS", + "source-type": "CALCULATED", "timestamp": "redacted", - "updated-by-user-id": null, + "updated-by-user-id": 63843671, "value": "redacted", - "vid": 51 + "vid": 201 } ], [ @@ -1696,18 +6203,20 @@ { "_meta": { "op": "u", - "row_id": 19, + "row_id": 225, "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" }, - "property": "hs_analytics_num_page_views", + "data-sensitivity": null, + "is-encrypted": null, + "property": "hs_searchable_calculated_phone_number", "selected": false, - "source-id": "WebAnalyticsPropertyCalculation", + "source-id": null, "source-label": null, - "source-type": "ANALYTICS", + "source-type": "CALCULATED", "timestamp": "redacted", - "updated-by-user-id": null, + "updated-by-user-id": 63843671, "value": "redacted", - "vid": 1 + "vid": 201 } ], [ @@ -1715,18 +6224,20 @@ { "_meta": { "op": "u", - "row_id": 104, + "row_id": 224, "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" }, - "property": "hs_analytics_num_page_views", + "data-sensitivity": null, + "is-encrypted": null, + "property": "hs_searchable_calculated_phone_number", "selected": false, - "source-id": "WebAnalyticsPropertyCalculation", + "source-id": null, "source-label": null, - "source-type": "ANALYTICS", + "source-type": "CALCULATED", "timestamp": "redacted", - "updated-by-user-id": null, + "updated-by-user-id": 63843671, "value": "redacted", - "vid": 101 + "vid": 201 } ], [ @@ -1734,18 +6245,20 @@ { "_meta": { "op": "u", - "row_id": 59, + "row_id": 223, "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" }, - "property": "hs_analytics_num_visits", + "data-sensitivity": null, + "is-encrypted": null, + "property": "hs_searchable_calculated_phone_number", "selected": false, - "source-id": "WebAnalyticsPropertyCalculation", + "source-id": null, "source-label": null, - "source-type": "ANALYTICS", + "source-type": "CALCULATED", "timestamp": "redacted", - "updated-by-user-id": null, + "updated-by-user-id": 63843671, "value": "redacted", - "vid": 51 + "vid": 201 } ], [ @@ -1753,18 +6266,20 @@ { "_meta": { "op": "u", - "row_id": 12, + "row_id": 222, "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" }, - "property": "hs_analytics_num_visits", + "data-sensitivity": null, + "is-encrypted": null, + "property": "hs_searchable_calculated_phone_number", "selected": false, - "source-id": "WebAnalyticsPropertyCalculation", + "source-id": null, "source-label": null, - "source-type": "ANALYTICS", + "source-type": "CALCULATED", "timestamp": "redacted", - "updated-by-user-id": null, + "updated-by-user-id": 63843671, "value": "redacted", - "vid": 1 + "vid": 201 } ], [ @@ -1772,18 +6287,20 @@ { "_meta": { "op": "u", - "row_id": 97, + "row_id": 221, "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" }, - "property": "hs_analytics_num_visits", + "data-sensitivity": null, + "is-encrypted": null, + "property": "hs_searchable_calculated_phone_number", "selected": false, - "source-id": "WebAnalyticsPropertyCalculation", + "source-id": null, "source-label": null, - "source-type": "ANALYTICS", + "source-type": "CALCULATED", "timestamp": "redacted", - "updated-by-user-id": null, + "updated-by-user-id": 63843671, "value": "redacted", - "vid": 101 + "vid": 201 } ], [ @@ -1791,18 +6308,20 @@ { "_meta": { "op": "u", - "row_id": 56, + "row_id": 37, "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" }, - "property": "hs_analytics_revenue", + "data-sensitivity": null, + "is-encrypted": null, + "property": "hs_sequences_actively_enrolled_count", "selected": false, - "source-id": "WebAnalyticsPropertyCalculation", + "source-id": "RollupProperties", "source-label": null, - "source-type": "ANALYTICS", + "source-type": "CALCULATED", "timestamp": "redacted", "updated-by-user-id": null, "value": "redacted", - "vid": 51 + "vid": 1 } ], [ @@ -1810,18 +6329,20 @@ { "_meta": { "op": "u", - "row_id": 8, + "row_id": 95, "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" }, - "property": "hs_analytics_revenue", + "data-sensitivity": null, + "is-encrypted": null, + "property": "hs_sequences_actively_enrolled_count", "selected": false, - "source-id": "WebAnalyticsPropertyCalculation", + "source-id": "RollupProperties", "source-label": null, - "source-type": "ANALYTICS", + "source-type": "CALCULATED", "timestamp": "redacted", "updated-by-user-id": null, "value": "redacted", - "vid": 1 + "vid": 51 } ], [ @@ -1829,18 +6350,20 @@ { "_meta": { "op": "u", - "row_id": 95, + "row_id": 154, "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" }, - "property": "hs_analytics_revenue", + "data-sensitivity": null, + "is-encrypted": null, + "property": "hs_sequences_actively_enrolled_count", "selected": false, - "source-id": "WebAnalyticsPropertyCalculation", + "source-id": "RollupProperties", "source-label": null, - "source-type": "ANALYTICS", + "source-type": "CALCULATED", "timestamp": "redacted", "updated-by-user-id": null, "value": "redacted", - "vid": 101 + "vid": 151 } ], [ @@ -1848,18 +6371,20 @@ { "_meta": { "op": "u", - "row_id": 62, + "row_id": 218, "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" }, - "property": "hs_analytics_source", + "data-sensitivity": null, + "is-encrypted": null, + "property": "hs_sequences_actively_enrolled_count", "selected": false, - "source-id": "WebAnalyticsPropertyCalculation", + "source-id": "RollupProperties", "source-label": null, - "source-type": "ANALYTICS", + "source-type": "CALCULATED", "timestamp": "redacted", "updated-by-user-id": null, "value": "redacted", - "vid": 51 + "vid": 201 } ], [ @@ -1867,10 +6392,12 @@ { "_meta": { "op": "u", - "row_id": 16, + "row_id": 54, "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" }, - "property": "hs_analytics_source", + "data-sensitivity": "none", + "is-encrypted": null, + "property": "hs_social_facebook_clicks", "selected": false, "source-id": "WebAnalyticsPropertyCalculation", "source-label": null, @@ -1886,10 +6413,12 @@ { "_meta": { "op": "u", - "row_id": 101, + "row_id": 111, "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" }, - "property": "hs_analytics_source", + "data-sensitivity": "none", + "is-encrypted": null, + "property": "hs_social_facebook_clicks", "selected": false, "source-id": "WebAnalyticsPropertyCalculation", "source-label": null, @@ -1897,7 +6426,7 @@ "timestamp": "redacted", "updated-by-user-id": null, "value": "redacted", - "vid": 101 + "vid": 51 } ], [ @@ -1905,10 +6434,12 @@ { "_meta": { "op": "u", - "row_id": 84, + "row_id": 167, "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" }, - "property": "hs_analytics_source_data_1", + "data-sensitivity": "none", + "is-encrypted": null, + "property": "hs_social_facebook_clicks", "selected": false, "source-id": "WebAnalyticsPropertyCalculation", "source-label": null, @@ -1916,7 +6447,7 @@ "timestamp": "redacted", "updated-by-user-id": null, "value": "redacted", - "vid": 51 + "vid": 151 } ], [ @@ -1924,10 +6455,12 @@ { "_meta": { "op": "u", - "row_id": 43, + "row_id": 251, "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" }, - "property": "hs_analytics_source_data_1", + "data-sensitivity": "none", + "is-encrypted": null, + "property": "hs_social_facebook_clicks", "selected": false, "source-id": "WebAnalyticsPropertyCalculation", "source-label": null, @@ -1935,7 +6468,7 @@ "timestamp": "redacted", "updated-by-user-id": null, "value": "redacted", - "vid": 1 + "vid": 201 } ], [ @@ -1943,10 +6476,12 @@ { "_meta": { "op": "u", - "row_id": 119, + "row_id": 50, "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" }, - "property": "hs_analytics_source_data_1", + "data-sensitivity": "none", + "is-encrypted": null, + "property": "hs_social_google_plus_clicks", "selected": false, "source-id": "WebAnalyticsPropertyCalculation", "source-label": null, @@ -1954,7 +6489,7 @@ "timestamp": "redacted", "updated-by-user-id": null, "value": "redacted", - "vid": 101 + "vid": 1 } ], [ @@ -1962,10 +6497,12 @@ { "_meta": { "op": "u", - "row_id": 83, + "row_id": 108, "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" }, - "property": "hs_analytics_source_data_2", + "data-sensitivity": "none", + "is-encrypted": null, + "property": "hs_social_google_plus_clicks", "selected": false, "source-id": "WebAnalyticsPropertyCalculation", "source-label": null, @@ -1981,10 +6518,12 @@ { "_meta": { "op": "u", - "row_id": 42, + "row_id": 164, "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" }, - "property": "hs_analytics_source_data_2", + "data-sensitivity": "none", + "is-encrypted": null, + "property": "hs_social_google_plus_clicks", "selected": false, "source-id": "WebAnalyticsPropertyCalculation", "source-label": null, @@ -1992,7 +6531,7 @@ "timestamp": "redacted", "updated-by-user-id": null, "value": "redacted", - "vid": 1 + "vid": 151 } ], [ @@ -2000,10 +6539,12 @@ { "_meta": { "op": "u", - "row_id": 117, + "row_id": 249, "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" }, - "property": "hs_analytics_source_data_2", + "data-sensitivity": "none", + "is-encrypted": null, + "property": "hs_social_google_plus_clicks", "selected": false, "source-id": "WebAnalyticsPropertyCalculation", "source-label": null, @@ -2011,7 +6552,7 @@ "timestamp": "redacted", "updated-by-user-id": null, "value": "redacted", - "vid": 101 + "vid": 201 } ], [ @@ -2019,18 +6560,20 @@ { "_meta": { "op": "u", - "row_id": 102, + "row_id": 39, "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" }, - "property": "hs_created_by_user_id", + "data-sensitivity": "none", + "is-encrypted": null, + "property": "hs_social_linkedin_clicks", "selected": false, - "source-id": "userId:63597369", + "source-id": "WebAnalyticsPropertyCalculation", "source-label": null, - "source-type": "CRM_UI", + "source-type": "ANALYTICS", "timestamp": "redacted", - "updated-by-user-id": 63597369, + "updated-by-user-id": null, "value": "redacted", - "vid": 101 + "vid": 1 } ], [ @@ -2038,18 +6581,20 @@ { "_meta": { "op": "u", - "row_id": 5, + "row_id": 97, "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" }, - "property": "hs_date_entered_lead", + "data-sensitivity": "none", + "is-encrypted": null, + "property": "hs_social_linkedin_clicks", "selected": false, - "source-id": null, + "source-id": "WebAnalyticsPropertyCalculation", "source-label": null, - "source-type": "CALCULATED", + "source-type": "ANALYTICS", "timestamp": "redacted", "updated-by-user-id": null, "value": "redacted", - "vid": 1 + "vid": 51 } ], [ @@ -2057,18 +6602,20 @@ { "_meta": { "op": "u", - "row_id": 53, + "row_id": 155, "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" }, - "property": "hs_date_entered_lead", + "data-sensitivity": "none", + "is-encrypted": null, + "property": "hs_social_linkedin_clicks", "selected": false, - "source-id": null, + "source-id": "WebAnalyticsPropertyCalculation", "source-label": null, - "source-type": "CALCULATED", + "source-type": "ANALYTICS", "timestamp": "redacted", "updated-by-user-id": null, "value": "redacted", - "vid": 51 + "vid": 151 } ], [ @@ -2076,18 +6623,20 @@ { "_meta": { "op": "u", - "row_id": 37, + "row_id": 219, "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" }, - "property": "hs_date_entered_opportunity", + "data-sensitivity": "none", + "is-encrypted": null, + "property": "hs_social_linkedin_clicks", "selected": false, - "source-id": null, + "source-id": "WebAnalyticsPropertyCalculation", "source-label": null, - "source-type": "CALCULATED", + "source-type": "ANALYTICS", "timestamp": "redacted", "updated-by-user-id": null, "value": "redacted", - "vid": 1 + "vid": 201 } ], [ @@ -2095,14 +6644,16 @@ { "_meta": { "op": "u", - "row_id": 29, + "row_id": 33, "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" }, - "property": "hs_date_exited_lead", + "data-sensitivity": "none", + "is-encrypted": null, + "property": "hs_social_num_broadcast_clicks", "selected": false, - "source-id": null, + "source-id": "WebAnalyticsPropertyCalculation", "source-label": null, - "source-type": "CALCULATED", + "source-type": "ANALYTICS", "timestamp": "redacted", "updated-by-user-id": null, "value": "redacted", @@ -2114,18 +6665,20 @@ { "_meta": { "op": "u", - "row_id": 20, + "row_id": 92, "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" }, - "property": "hs_email_domain", + "data-sensitivity": "none", + "is-encrypted": null, + "property": "hs_social_num_broadcast_clicks", "selected": false, - "source-id": null, + "source-id": "WebAnalyticsPropertyCalculation", "source-label": null, - "source-type": "CALCULATED", + "source-type": "ANALYTICS", "timestamp": "redacted", "updated-by-user-id": null, "value": "redacted", - "vid": 1 + "vid": 51 } ], [ @@ -2133,18 +6686,20 @@ { "_meta": { "op": "u", - "row_id": 65, + "row_id": 151, "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" }, - "property": "hs_email_domain", + "data-sensitivity": "none", + "is-encrypted": null, + "property": "hs_social_num_broadcast_clicks", "selected": false, - "source-id": null, + "source-id": "WebAnalyticsPropertyCalculation", "source-label": null, - "source-type": "CALCULATED", + "source-type": "ANALYTICS", "timestamp": "redacted", "updated-by-user-id": null, "value": "redacted", - "vid": 51 + "vid": 151 } ], [ @@ -2152,18 +6707,20 @@ { "_meta": { "op": "u", - "row_id": 103, + "row_id": 214, "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" }, - "property": "hs_email_domain", + "data-sensitivity": "none", + "is-encrypted": null, + "property": "hs_social_num_broadcast_clicks", "selected": false, - "source-id": null, + "source-id": "WebAnalyticsPropertyCalculation", "source-label": null, - "source-type": "CALCULATED", + "source-type": "ANALYTICS", "timestamp": "redacted", - "updated-by-user-id": 63597369, + "updated-by-user-id": null, "value": "redacted", - "vid": 101 + "vid": 201 } ], [ @@ -2171,14 +6728,16 @@ { "_meta": { "op": "u", - "row_id": 36, + "row_id": 57, "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" }, - "property": "hs_is_contact", + "data-sensitivity": "none", + "is-encrypted": null, + "property": "hs_social_twitter_clicks", "selected": false, - "source-id": null, + "source-id": "WebAnalyticsPropertyCalculation", "source-label": null, - "source-type": "CALCULATED", + "source-type": "ANALYTICS", "timestamp": "redacted", "updated-by-user-id": null, "value": "redacted", @@ -2190,14 +6749,16 @@ { "_meta": { "op": "u", - "row_id": 78, + "row_id": 116, "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" }, - "property": "hs_is_contact", + "data-sensitivity": "none", + "is-encrypted": null, + "property": "hs_social_twitter_clicks", "selected": false, - "source-id": null, + "source-id": "WebAnalyticsPropertyCalculation", "source-label": null, - "source-type": "CALCULATED", + "source-type": "ANALYTICS", "timestamp": "redacted", "updated-by-user-id": null, "value": "redacted", @@ -2209,18 +6770,20 @@ { "_meta": { "op": "u", - "row_id": 112, + "row_id": 171, "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" }, - "property": "hs_is_contact", + "data-sensitivity": "none", + "is-encrypted": null, + "property": "hs_social_twitter_clicks", "selected": false, - "source-id": null, + "source-id": "WebAnalyticsPropertyCalculation", "source-label": null, - "source-type": "CALCULATED", + "source-type": "ANALYTICS", "timestamp": "redacted", "updated-by-user-id": null, "value": "redacted", - "vid": 101 + "vid": 151 } ], [ @@ -2228,18 +6791,20 @@ { "_meta": { "op": "u", - "row_id": 1, + "row_id": 255, "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" }, - "property": "hs_is_unworked", + "data-sensitivity": "none", + "is-encrypted": null, + "property": "hs_social_twitter_clicks", "selected": false, - "source-id": "CalculatedPropertyComputer", + "source-id": "WebAnalyticsPropertyCalculation", "source-label": null, - "source-type": "CALCULATED", + "source-type": "ANALYTICS", "timestamp": "redacted", "updated-by-user-id": null, "value": "redacted", - "vid": 1 + "vid": 201 } ], [ @@ -2247,10 +6812,12 @@ { "_meta": { "op": "u", - "row_id": 49, + "row_id": 11, "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" }, - "property": "hs_is_unworked", + "data-sensitivity": null, + "is-encrypted": null, + "property": "hs_time_between_contact_creation_and_deal_creation", "selected": false, "source-id": "CalculatedPropertyComputer", "source-label": null, @@ -2258,7 +6825,7 @@ "timestamp": "redacted", "updated-by-user-id": null, "value": "redacted", - "vid": 51 + "vid": 1 } ], [ @@ -2266,18 +6833,20 @@ { "_meta": { "op": "u", - "row_id": 90, + "row_id": 53, "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" }, - "property": "hs_is_unworked", + "data-sensitivity": null, + "is-encrypted": null, + "property": "hs_time_in_lead", "selected": false, - "source-id": "CalculatedPropertyComputer", + "source-id": null, "source-label": null, "source-type": "CALCULATED", "timestamp": "redacted", - "updated-by-user-id": 63597369, + "updated-by-user-id": null, "value": "redacted", - "vid": 101 + "vid": 1 } ], [ @@ -2285,14 +6854,16 @@ { "_meta": { "op": "u", - "row_id": 54, + "row_id": 110, "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" }, - "property": "hs_latest_source", + "data-sensitivity": null, + "is-encrypted": null, + "property": "hs_time_in_lead", "selected": false, - "source-id": "WebAnalyticsPropertyCalculation", + "source-id": null, "source-label": null, - "source-type": "ANALYTICS", + "source-type": "CALCULATED", "timestamp": "redacted", "updated-by-user-id": null, "value": "redacted", @@ -2304,18 +6875,20 @@ { "_meta": { "op": "u", - "row_id": 6, + "row_id": 166, "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" }, - "property": "hs_latest_source", + "data-sensitivity": null, + "is-encrypted": null, + "property": "hs_time_in_lead", "selected": false, - "source-id": "WebAnalyticsPropertyCalculation", + "source-id": null, "source-label": null, - "source-type": "ANALYTICS", + "source-type": "CALCULATED", "timestamp": "redacted", "updated-by-user-id": null, "value": "redacted", - "vid": 1 + "vid": 151 } ], [ @@ -2323,18 +6896,20 @@ { "_meta": { "op": "u", - "row_id": 93, + "row_id": 14, "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" }, - "property": "hs_latest_source", + "data-sensitivity": null, + "is-encrypted": null, + "property": "hs_time_in_opportunity", "selected": false, - "source-id": "WebAnalyticsPropertyCalculation", + "source-id": null, "source-label": null, - "source-type": "ANALYTICS", + "source-type": "CALCULATED", "timestamp": "redacted", "updated-by-user-id": null, "value": "redacted", - "vid": 101 + "vid": 1 } ], [ @@ -2342,18 +6917,20 @@ { "_meta": { "op": "u", - "row_id": 50, + "row_id": 188, "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" }, - "property": "hs_latest_source_data_1", + "data-sensitivity": null, + "is-encrypted": null, + "property": "hs_time_in_opportunity", "selected": false, - "source-id": "WebAnalyticsPropertyCalculation", + "source-id": null, "source-label": null, - "source-type": "ANALYTICS", + "source-type": "CALCULATED", "timestamp": "redacted", "updated-by-user-id": null, "value": "redacted", - "vid": 51 + "vid": 201 } ], [ @@ -2361,18 +6938,20 @@ { "_meta": { "op": "u", - "row_id": 2, + "row_id": 143, "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" }, - "property": "hs_latest_source_data_1", + "data-sensitivity": null, + "is-encrypted": null, + "property": "hs_updated_by_user_id", "selected": false, - "source-id": "WebAnalyticsPropertyCalculation", + "source-id": "userId:63843671", "source-label": null, - "source-type": "ANALYTICS", + "source-type": "CRM_UI", "timestamp": "redacted", - "updated-by-user-id": null, + "updated-by-user-id": 63843671, "value": "redacted", - "vid": 1 + "vid": 151 } ], [ @@ -2380,18 +6959,20 @@ { "_meta": { "op": "u", - "row_id": 89, + "row_id": 207, "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" }, - "property": "hs_latest_source_data_1", + "data-sensitivity": null, + "is-encrypted": null, + "property": "hs_updated_by_user_id", "selected": false, - "source-id": "WebAnalyticsPropertyCalculation", + "source-id": "userId:63843671", "source-label": null, - "source-type": "ANALYTICS", + "source-type": "CRM_UI", "timestamp": "redacted", - "updated-by-user-id": null, + "updated-by-user-id": 63843671, "value": "redacted", - "vid": 101 + "vid": 201 } ], [ @@ -2399,16 +6980,18 @@ { "_meta": { "op": "u", - "row_id": 48, + "row_id": 84, "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" }, - "property": "hs_latest_source_data_2", + "data-sensitivity": null, + "is-encrypted": null, + "property": "hs_updated_by_user_id", "selected": false, - "source-id": "WebAnalyticsPropertyCalculation", + "source-id": "userId:63843671", "source-label": null, - "source-type": "ANALYTICS", + "source-type": "CRM_UI", "timestamp": "redacted", - "updated-by-user-id": null, + "updated-by-user-id": 63843671, "value": "redacted", "vid": 51 } @@ -2418,18 +7001,20 @@ { "_meta": { "op": "u", - "row_id": 0, + "row_id": 165, "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" }, - "property": "hs_latest_source_data_2", + "data-sensitivity": null, + "is-encrypted": null, + "property": "hs_user_ids_of_all_owners", "selected": false, - "source-id": "WebAnalyticsPropertyCalculation", + "source-id": "userId:63843671", "source-label": null, - "source-type": "ANALYTICS", + "source-type": "CRM_UI", "timestamp": "redacted", - "updated-by-user-id": null, + "updated-by-user-id": 63843671, "value": "redacted", - "vid": 1 + "vid": 151 } ], [ @@ -2437,18 +7022,20 @@ { "_meta": { "op": "u", - "row_id": 88, + "row_id": 250, "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" }, - "property": "hs_latest_source_data_2", + "data-sensitivity": null, + "is-encrypted": null, + "property": "hs_user_ids_of_all_owners", "selected": false, - "source-id": "WebAnalyticsPropertyCalculation", + "source-id": "userId:63843671", "source-label": null, - "source-type": "ANALYTICS", + "source-type": "CRM_UI", "timestamp": "redacted", - "updated-by-user-id": null, + "updated-by-user-id": 63843671, "value": "redacted", - "vid": 101 + "vid": 201 } ], [ @@ -2456,16 +7043,18 @@ { "_meta": { "op": "u", - "row_id": 69, + "row_id": 109, "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" }, - "property": "hs_latest_source_timestamp", + "data-sensitivity": null, + "is-encrypted": null, + "property": "hs_user_ids_of_all_owners", "selected": false, - "source-id": "WebAnalyticsPropertyCalculation", + "source-id": "userId:63843671", "source-label": null, - "source-type": "ANALYTICS", + "source-type": "CRM_UI", "timestamp": "redacted", - "updated-by-user-id": null, + "updated-by-user-id": 63843671, "value": "redacted", "vid": 51 } @@ -2475,14 +7064,16 @@ { "_meta": { "op": "u", - "row_id": 25, + "row_id": 52, "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" }, - "property": "hs_latest_source_timestamp", + "data-sensitivity": null, + "is-encrypted": null, + "property": "hs_v2_cumulative_time_in_lead", "selected": false, - "source-id": "WebAnalyticsPropertyCalculation", + "source-id": "", "source-label": null, - "source-type": "ANALYTICS", + "source-type": "CALCULATED", "timestamp": "redacted", "updated-by-user-id": null, "value": "redacted", @@ -2494,18 +7085,20 @@ { "_meta": { "op": "u", - "row_id": 106, + "row_id": 26, "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" }, - "property": "hs_latest_source_timestamp", + "data-sensitivity": null, + "is-encrypted": null, + "property": "hs_v2_date_entered_lead", "selected": false, - "source-id": "WebAnalyticsPropertyCalculation", + "source-id": "", "source-label": null, - "source-type": "ANALYTICS", + "source-type": "CALCULATED", "timestamp": "redacted", "updated-by-user-id": null, "value": "redacted", - "vid": 101 + "vid": 1 } ], [ @@ -2513,18 +7106,20 @@ { "_meta": { "op": "u", - "row_id": 44, + "row_id": 83, "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" }, - "property": "hs_lifecyclestage_lead_date", + "data-sensitivity": null, + "is-encrypted": null, + "property": "hs_v2_date_entered_lead", "selected": false, - "source-id": "sample-contact", + "source-id": "", "source-label": null, - "source-type": "INTERNAL_PROCESSING", + "source-type": "CALCULATED", "timestamp": "redacted", "updated-by-user-id": null, "value": "redacted", - "vid": 1 + "vid": 51 } ], [ @@ -2532,18 +7127,20 @@ { "_meta": { "op": "u", - "row_id": 85, + "row_id": 142, "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" }, - "property": "hs_lifecyclestage_lead_date", + "data-sensitivity": null, + "is-encrypted": null, + "property": "hs_v2_date_entered_lead", "selected": false, - "source-id": "sample-contact", + "source-id": "", "source-label": null, - "source-type": "API", + "source-type": "CALCULATED", "timestamp": "redacted", "updated-by-user-id": null, "value": "redacted", - "vid": 51 + "vid": 151 } ], [ @@ -2551,14 +7148,16 @@ { "_meta": { "op": "u", - "row_id": 11, + "row_id": 46, "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" }, - "property": "hs_lifecyclestage_opportunity_date", + "data-sensitivity": null, + "is-encrypted": null, + "property": "hs_v2_date_entered_opportunity", "selected": false, - "source-id": "deals-lifecycle-sync", + "source-id": "", "source-label": null, - "source-type": "DEALS", + "source-type": "CALCULATED", "timestamp": "redacted", "updated-by-user-id": null, "value": "redacted", @@ -2570,18 +7169,20 @@ { "_meta": { "op": "u", - "row_id": 39, + "row_id": 246, "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" }, - "property": "hs_object_id", + "data-sensitivity": null, + "is-encrypted": null, + "property": "hs_v2_date_entered_opportunity", "selected": false, - "source-id": "sample-contact", + "source-id": "", "source-label": null, - "source-type": "API", + "source-type": "CALCULATED", "timestamp": "redacted", "updated-by-user-id": null, "value": "redacted", - "vid": 1 + "vid": 201 } ], [ @@ -2589,18 +7190,20 @@ { "_meta": { "op": "u", - "row_id": 80, + "row_id": 18, "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" }, - "property": "hs_object_id", + "data-sensitivity": null, + "is-encrypted": null, + "property": "hs_v2_date_exited_lead", "selected": false, - "source-id": "sample-contact", + "source-id": "", "source-label": null, - "source-type": "API", + "source-type": "CALCULATED", "timestamp": "redacted", "updated-by-user-id": null, "value": "redacted", - "vid": 51 + "vid": 1 } ], [ @@ -2608,18 +7211,20 @@ { "_meta": { "op": "u", - "row_id": 114, + "row_id": 22, "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" }, - "property": "hs_object_id", + "data-sensitivity": null, + "is-encrypted": null, + "property": "hs_v2_latest_time_in_lead", "selected": false, - "source-id": "userId:63597369", + "source-id": "", "source-label": null, - "source-type": "CRM_UI", + "source-type": "CALCULATED", "timestamp": "redacted", - "updated-by-user-id": 63597369, + "updated-by-user-id": null, "value": "redacted", - "vid": 101 + "vid": 1 } ], [ @@ -2627,18 +7232,20 @@ { "_meta": { "op": "u", - "row_id": 41, + "row_id": 168, "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" }, - "property": "hs_object_source", + "data-sensitivity": "none", + "is-encrypted": null, + "property": "hubspot_owner_assigneddate", "selected": false, - "source-id": "sample-contact", + "source-id": "userId:63843671", "source-label": null, - "source-type": "API", + "source-type": "CRM_UI", "timestamp": "redacted", - "updated-by-user-id": null, + "updated-by-user-id": 63843671, "value": "redacted", - "vid": 1 + "vid": 151 } ], [ @@ -2646,18 +7253,20 @@ { "_meta": { "op": "u", - "row_id": 82, + "row_id": 252, "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" }, - "property": "hs_object_source", + "data-sensitivity": "none", + "is-encrypted": null, + "property": "hubspot_owner_assigneddate", "selected": false, - "source-id": "sample-contact", + "source-id": "userId:63843671", "source-label": null, - "source-type": "API", + "source-type": "CRM_UI", "timestamp": "redacted", - "updated-by-user-id": null, + "updated-by-user-id": 63843671, "value": "redacted", - "vid": 51 + "vid": 201 } ], [ @@ -2665,18 +7274,20 @@ { "_meta": { "op": "u", - "row_id": 115, + "row_id": 112, "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" }, - "property": "hs_object_source", + "data-sensitivity": null, + "is-encrypted": null, + "property": "hubspot_owner_assigneddate", "selected": false, - "source-id": "userId:63597369", + "source-id": "userId:63843671", "source-label": null, "source-type": "CRM_UI", "timestamp": "redacted", - "updated-by-user-id": 63597369, + "updated-by-user-id": 63843671, "value": "redacted", - "vid": 101 + "vid": 51 } ], [ @@ -2684,18 +7295,20 @@ { "_meta": { "op": "u", - "row_id": 17, + "row_id": 127, "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" }, - "property": "hs_object_source_id", + "data-sensitivity": "none", + "is-encrypted": null, + "property": "hubspot_owner_id", "selected": false, - "source-id": "sample-contact", + "source-id": "userId:63843671", "source-label": null, - "source-type": "API", + "source-type": "CRM_UI", "timestamp": "redacted", - "updated-by-user-id": null, + "updated-by-user-id": 63843671, "value": "redacted", - "vid": 1 + "vid": 151 } ], [ @@ -2703,18 +7316,20 @@ { "_meta": { "op": "u", - "row_id": 63, + "row_id": 182, "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" }, - "property": "hs_object_source_id", + "data-sensitivity": "none", + "is-encrypted": null, + "property": "hubspot_owner_id", "selected": false, - "source-id": "sample-contact", + "source-id": "userId:63843671", "source-label": null, - "source-type": "API", + "source-type": "CRM_UI", "timestamp": "redacted", - "updated-by-user-id": null, + "updated-by-user-id": 63843671, "value": "redacted", - "vid": 51 + "vid": 201 } ], [ @@ -2722,18 +7337,20 @@ { "_meta": { "op": "u", - "row_id": 100, + "row_id": 67, "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" }, - "property": "hs_object_source_id", + "data-sensitivity": null, + "is-encrypted": null, + "property": "hubspot_owner_id", "selected": false, - "source-id": "userId:63597369", + "source-id": "userId:63843671", "source-label": null, "source-type": "CRM_UI", "timestamp": "redacted", - "updated-by-user-id": 63597369, + "updated-by-user-id": 63843671, "value": "redacted", - "vid": 101 + "vid": 51 } ], [ @@ -2741,14 +7358,16 @@ { "_meta": { "op": "u", - "row_id": 13, + "row_id": 48, "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" }, - "property": "hs_object_source_label", + "data-sensitivity": "none", + "is-encrypted": null, + "property": "jobtitle", "selected": false, "source-id": "sample-contact", "source-label": null, - "source-type": "API", + "source-type": "INTERNAL_PROCESSING", "timestamp": "redacted", "updated-by-user-id": null, "value": "redacted", @@ -2760,14 +7379,16 @@ { "_meta": { "op": "u", - "row_id": 60, + "row_id": 106, "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" }, - "property": "hs_object_source_label", + "data-sensitivity": "none", + "is-encrypted": null, + "property": "jobtitle", "selected": false, "source-id": "sample-contact", "source-label": null, - "source-type": "API", + "source-type": "INTERNAL_PROCESSING", "timestamp": "redacted", "updated-by-user-id": null, "value": "redacted", @@ -2779,18 +7400,20 @@ { "_meta": { "op": "u", - "row_id": 98, + "row_id": 162, "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" }, - "property": "hs_object_source_label", + "data-sensitivity": "none", + "is-encrypted": null, + "property": "jobtitle", "selected": false, - "source-id": "userId:63597369", + "source-id": "userId:63843671", "source-label": null, "source-type": "CRM_UI", "timestamp": "redacted", - "updated-by-user-id": 63597369, + "updated-by-user-id": 63843671, "value": "redacted", - "vid": 101 + "vid": 151 } ], [ @@ -2798,18 +7421,20 @@ { "_meta": { "op": "u", - "row_id": 118, + "row_id": 247, "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" }, - "property": "hs_object_source_user_id", + "data-sensitivity": "none", + "is-encrypted": null, + "property": "jobtitle", "selected": false, - "source-id": "userId:63597369", + "source-id": "userId:63843671", "source-label": null, "source-type": "CRM_UI", "timestamp": "redacted", - "updated-by-user-id": 63597369, + "updated-by-user-id": 63843671, "value": "redacted", - "vid": 101 + "vid": 201 } ], [ @@ -2817,10 +7442,12 @@ { "_meta": { "op": "u", - "row_id": 9, + "row_id": 17, "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" }, - "property": "hs_pipeline", + "data-sensitivity": "none", + "is-encrypted": null, + "property": "lastname", "selected": false, "source-id": "sample-contact", "source-label": null, @@ -2836,14 +7463,16 @@ { "_meta": { "op": "u", - "row_id": 57, + "row_id": 76, "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" }, - "property": "hs_pipeline", + "data-sensitivity": "none", + "is-encrypted": null, + "property": "lastname", "selected": false, "source-id": "sample-contact", "source-label": null, - "source-type": "API", + "source-type": "INTERNAL_PROCESSING", "timestamp": "redacted", "updated-by-user-id": null, "value": "redacted", @@ -2855,18 +7484,20 @@ { "_meta": { "op": "u", - "row_id": 94, + "row_id": 135, "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" }, - "property": "hs_pipeline", + "data-sensitivity": "none", + "is-encrypted": null, + "property": "lastname", "selected": false, - "source-id": "userId:63597369", + "source-id": "userId:63843671", "source-label": null, "source-type": "CRM_UI", "timestamp": "redacted", - "updated-by-user-id": 63597369, + "updated-by-user-id": 63843671, "value": "redacted", - "vid": 101 + "vid": 151 } ], [ @@ -2874,18 +7505,20 @@ { "_meta": { "op": "u", - "row_id": 61, + "row_id": 60, "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" }, - "property": "hs_sequences_actively_enrolled_count", + "data-sensitivity": "none", + "is-encrypted": null, + "property": "lifecyclestage", "selected": false, - "source-id": "RollupProperties", + "source-id": "sample-contact", "source-label": null, - "source-type": "CALCULATED", + "source-type": "INTERNAL_PROCESSING", "timestamp": "redacted", "updated-by-user-id": null, "value": "redacted", - "vid": 51 + "vid": 1 } ], [ @@ -2893,18 +7526,20 @@ { "_meta": { "op": "u", - "row_id": 14, + "row_id": 118, "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" }, - "property": "hs_sequences_actively_enrolled_count", + "data-sensitivity": "none", + "is-encrypted": null, + "property": "lifecyclestage", "selected": false, - "source-id": "RollupProperties", + "source-id": "sample-contact", "source-label": null, - "source-type": "CALCULATED", + "source-type": "API", "timestamp": "redacted", "updated-by-user-id": null, "value": "redacted", - "vid": 1 + "vid": 51 } ], [ @@ -2912,18 +7547,20 @@ { "_meta": { "op": "u", - "row_id": 99, + "row_id": 59, "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" }, - "property": "hs_sequences_actively_enrolled_count", + "data-sensitivity": "none", + "is-encrypted": null, + "property": "lifecyclestage", "selected": false, - "source-id": "RollupProperties", + "source-id": "deals-lifecycle-sync", "source-label": null, - "source-type": "CALCULATED", + "source-type": "DEALS", "timestamp": "redacted", "updated-by-user-id": null, "value": "redacted", - "vid": 101 + "vid": 1 } ], [ @@ -2931,18 +7568,20 @@ { "_meta": { "op": "u", - "row_id": 31, + "row_id": 174, "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" }, - "property": "hs_time_in_lead", + "data-sensitivity": "none", + "is-encrypted": null, + "property": "lifecyclestage", "selected": false, - "source-id": null, + "source-id": "userId:63843671", "source-label": null, - "source-type": "CALCULATED", + "source-type": "CRM_UI", "timestamp": "redacted", - "updated-by-user-id": null, + "updated-by-user-id": 63843671, "value": "redacted", - "vid": 1 + "vid": 151 } ], [ @@ -2950,18 +7589,20 @@ { "_meta": { "op": "u", - "row_id": 73, + "row_id": 258, "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" }, - "property": "hs_time_in_lead", + "data-sensitivity": "none", + "is-encrypted": null, + "property": "lifecyclestage", "selected": false, - "source-id": null, + "source-id": "userId:63843671", "source-label": null, - "source-type": "CALCULATED", + "source-type": "CRM_UI", "timestamp": "redacted", - "updated-by-user-id": null, + "updated-by-user-id": 63843671, "value": "redacted", - "vid": 51 + "vid": 201 } ], [ @@ -2969,12 +7610,14 @@ { "_meta": { "op": "u", - "row_id": 30, + "row_id": 8, "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" }, - "property": "hs_time_in_opportunity", + "data-sensitivity": null, + "is-encrypted": null, + "property": "num_associated_deals", "selected": false, - "source-id": null, + "source-id": "RollupProperties", "source-label": null, "source-type": "CALCULATED", "timestamp": "redacted", @@ -2988,18 +7631,20 @@ { "_meta": { "op": "u", - "row_id": 120, + "row_id": 21, "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" }, - "property": "hs_updated_by_user_id", + "data-sensitivity": "none", + "is-encrypted": null, + "property": "num_conversion_events", "selected": false, - "source-id": "userId:63597369", + "source-id": null, "source-label": null, - "source-type": "CRM_UI", + "source-type": "CALCULATED", "timestamp": "redacted", - "updated-by-user-id": 63597369, + "updated-by-user-id": null, "value": "redacted", - "vid": 101 + "vid": 1 } ], [ @@ -3007,18 +7652,20 @@ { "_meta": { "op": "u", - "row_id": 45, + "row_id": 79, "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" }, - "property": "hs_v2_date_entered_lead", + "data-sensitivity": "none", + "is-encrypted": null, + "property": "num_conversion_events", "selected": false, - "source-id": "", + "source-id": null, "source-label": null, "source-type": "CALCULATED", "timestamp": "redacted", "updated-by-user-id": null, "value": "redacted", - "vid": 1 + "vid": 51 } ], [ @@ -3026,18 +7673,20 @@ { "_meta": { "op": "u", - "row_id": 86, + "row_id": 138, "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" }, - "property": "hs_v2_date_entered_lead", + "data-sensitivity": "none", + "is-encrypted": null, + "property": "num_conversion_events", "selected": false, - "source-id": "", + "source-id": null, "source-label": null, "source-type": "CALCULATED", "timestamp": "redacted", "updated-by-user-id": null, "value": "redacted", - "vid": 51 + "vid": 151 } ], [ @@ -3045,18 +7694,20 @@ { "_meta": { "op": "u", - "row_id": 24, + "row_id": 204, "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" }, - "property": "hs_v2_date_entered_opportunity", + "data-sensitivity": "none", + "is-encrypted": null, + "property": "num_conversion_events", "selected": false, - "source-id": "", + "source-id": null, "source-label": null, "source-type": "CALCULATED", "timestamp": "redacted", "updated-by-user-id": null, "value": "redacted", - "vid": 1 + "vid": 201 } ], [ @@ -3064,12 +7715,14 @@ { "_meta": { "op": "u", - "row_id": 35, + "row_id": 2, "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" }, - "property": "hs_v2_date_exited_lead", + "data-sensitivity": "none", + "is-encrypted": null, + "property": "num_unique_conversion_events", "selected": false, - "source-id": "", + "source-id": null, "source-label": null, "source-type": "CALCULATED", "timestamp": "redacted", @@ -3083,18 +7736,20 @@ { "_meta": { "op": "u", - "row_id": 27, + "row_id": 63, "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" }, - "property": "jobtitle", + "data-sensitivity": "none", + "is-encrypted": null, + "property": "num_unique_conversion_events", "selected": false, - "source-id": "sample-contact", + "source-id": null, "source-label": null, - "source-type": "INTERNAL_PROCESSING", + "source-type": "CALCULATED", "timestamp": "redacted", "updated-by-user-id": null, "value": "redacted", - "vid": 1 + "vid": 51 } ], [ @@ -3102,18 +7757,20 @@ { "_meta": { "op": "u", - "row_id": 71, + "row_id": 122, "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" }, - "property": "jobtitle", + "data-sensitivity": "none", + "is-encrypted": null, + "property": "num_unique_conversion_events", "selected": false, - "source-id": "sample-contact", + "source-id": null, "source-label": null, - "source-type": "INTERNAL_PROCESSING", + "source-type": "CALCULATED", "timestamp": "redacted", "updated-by-user-id": null, "value": "redacted", - "vid": 51 + "vid": 151 } ], [ @@ -3121,18 +7778,20 @@ { "_meta": { "op": "u", - "row_id": 107, + "row_id": 177, "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" }, - "property": "jobtitle", + "data-sensitivity": "none", + "is-encrypted": null, + "property": "num_unique_conversion_events", "selected": false, - "source-id": "userId:63597369", + "source-id": null, "source-label": null, - "source-type": "CRM_UI", + "source-type": "CALCULATED", "timestamp": "redacted", - "updated-by-user-id": 63597369, + "updated-by-user-id": null, "value": "redacted", - "vid": 101 + "vid": 201 } ], [ @@ -3140,18 +7799,20 @@ { "_meta": { "op": "u", - "row_id": 34, + "row_id": 136, "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" }, - "property": "lastname", + "data-sensitivity": "none", + "is-encrypted": null, + "property": "phone", "selected": false, - "source-id": "sample-contact", + "source-id": "userId:63843671", "source-label": null, - "source-type": "INTERNAL_PROCESSING", + "source-type": "CRM_UI", "timestamp": "redacted", - "updated-by-user-id": null, + "updated-by-user-id": 63843671, "value": "redacted", - "vid": 1 + "vid": 151 } ], [ @@ -3159,18 +7820,20 @@ { "_meta": { "op": "u", - "row_id": 76, + "row_id": 201, "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" }, - "property": "lastname", + "data-sensitivity": null, + "is-encrypted": null, + "property": "phone", "selected": false, - "source-id": "sample-contact", + "source-id": "userId:63843671", "source-label": null, - "source-type": "INTERNAL_PROCESSING", + "source-type": "CRM_UI", "timestamp": "redacted", - "updated-by-user-id": null, + "updated-by-user-id": 63843671, "value": "redacted", - "vid": 51 + "vid": 201 } ], [ @@ -3178,18 +7841,20 @@ { "_meta": { "op": "u", - "row_id": 110, + "row_id": 200, "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" }, - "property": "lastname", + "data-sensitivity": null, + "is-encrypted": null, + "property": "phone", "selected": false, - "source-id": "userId:63597369", + "source-id": "userId:63843671", "source-label": null, "source-type": "CRM_UI", "timestamp": "redacted", - "updated-by-user-id": 63597369, + "updated-by-user-id": 63843671, "value": "redacted", - "vid": 101 + "vid": 201 } ], [ @@ -3197,18 +7862,20 @@ { "_meta": { "op": "u", - "row_id": 47, + "row_id": 199, "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" }, - "property": "lifecyclestage", + "data-sensitivity": null, + "is-encrypted": null, + "property": "phone", "selected": false, - "source-id": "sample-contact", + "source-id": "userId:63843671", "source-label": null, - "source-type": "INTERNAL_PROCESSING", + "source-type": "CRM_UI", "timestamp": "redacted", - "updated-by-user-id": null, + "updated-by-user-id": 63843671, "value": "redacted", - "vid": 1 + "vid": 201 } ], [ @@ -3216,18 +7883,20 @@ { "_meta": { "op": "u", - "row_id": 87, + "row_id": 198, "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" }, - "property": "lifecyclestage", + "data-sensitivity": null, + "is-encrypted": null, + "property": "phone", "selected": false, - "source-id": "sample-contact", + "source-id": "userId:63843671", "source-label": null, - "source-type": "API", + "source-type": "CRM_UI", "timestamp": "redacted", - "updated-by-user-id": null, + "updated-by-user-id": 63843671, "value": "redacted", - "vid": 51 + "vid": 201 } ], [ @@ -3235,18 +7904,20 @@ { "_meta": { "op": "u", - "row_id": 46, + "row_id": 197, "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" }, - "property": "lifecyclestage", + "data-sensitivity": null, + "is-encrypted": null, + "property": "phone", "selected": false, - "source-id": "deals-lifecycle-sync", + "source-id": "userId:63843671", "source-label": null, - "source-type": "DEALS", + "source-type": "CRM_UI", "timestamp": "redacted", - "updated-by-user-id": null, + "updated-by-user-id": 63843671, "value": "redacted", - "vid": 1 + "vid": 201 } ], [ @@ -3254,18 +7925,20 @@ { "_meta": { "op": "u", - "row_id": 18, + "row_id": 196, "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" }, - "property": "num_associated_deals", + "data-sensitivity": null, + "is-encrypted": null, + "property": "phone", "selected": false, - "source-id": "RollupProperties", + "source-id": "userId:63843671", "source-label": null, - "source-type": "CALCULATED", + "source-type": "CRM_UI", "timestamp": "redacted", - "updated-by-user-id": null, + "updated-by-user-id": 63843671, "value": "redacted", - "vid": 1 + "vid": 201 } ], [ @@ -3273,18 +7946,20 @@ { "_meta": { "op": "u", - "row_id": 38, + "row_id": 195, "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" }, - "property": "num_conversion_events", + "data-sensitivity": null, + "is-encrypted": null, + "property": "phone", "selected": false, - "source-id": null, + "source-id": "userId:63843671", "source-label": null, - "source-type": "CALCULATED", + "source-type": "CRM_UI", "timestamp": "redacted", - "updated-by-user-id": null, + "updated-by-user-id": 63843671, "value": "redacted", - "vid": 1 + "vid": 201 } ], [ @@ -3292,18 +7967,20 @@ { "_meta": { "op": "u", - "row_id": 79, + "row_id": 194, "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" }, - "property": "num_conversion_events", + "data-sensitivity": null, + "is-encrypted": null, + "property": "phone", "selected": false, - "source-id": null, + "source-id": "userId:63843671", "source-label": null, - "source-type": "CALCULATED", + "source-type": "CRM_UI", "timestamp": "redacted", - "updated-by-user-id": null, + "updated-by-user-id": 63843671, "value": "redacted", - "vid": 51 + "vid": 201 } ], [ @@ -3311,18 +7988,20 @@ { "_meta": { "op": "u", - "row_id": 113, + "row_id": 193, "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" }, - "property": "num_conversion_events", + "data-sensitivity": null, + "is-encrypted": null, + "property": "phone", "selected": false, - "source-id": null, + "source-id": "userId:63843671", "source-label": null, - "source-type": "CALCULATED", + "source-type": "CRM_UI", "timestamp": "redacted", - "updated-by-user-id": null, + "updated-by-user-id": 63843671, "value": "redacted", - "vid": 101 + "vid": 201 } ], [ @@ -3330,18 +8009,20 @@ { "_meta": { "op": "u", - "row_id": 7, + "row_id": 192, "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" }, - "property": "num_unique_conversion_events", + "data-sensitivity": null, + "is-encrypted": null, + "property": "phone", "selected": false, - "source-id": null, + "source-id": "userId:63843671", "source-label": null, - "source-type": "CALCULATED", + "source-type": "CRM_UI", "timestamp": "redacted", - "updated-by-user-id": null, + "updated-by-user-id": 63843671, "value": "redacted", - "vid": 1 + "vid": 201 } ], [ @@ -3349,18 +8030,20 @@ { "_meta": { "op": "u", - "row_id": 55, + "row_id": 191, "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" }, - "property": "num_unique_conversion_events", + "data-sensitivity": null, + "is-encrypted": null, + "property": "phone", "selected": false, - "source-id": null, + "source-id": "userId:63843671", "source-label": null, - "source-type": "CALCULATED", + "source-type": "CRM_UI", "timestamp": "redacted", - "updated-by-user-id": null, + "updated-by-user-id": 63843671, "value": "redacted", - "vid": 51 + "vid": 201 } ], [ @@ -3368,18 +8051,20 @@ { "_meta": { "op": "u", - "row_id": 92, + "row_id": 10, "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" }, - "property": "num_unique_conversion_events", + "data-sensitivity": "none", + "is-encrypted": null, + "property": "state", "selected": false, - "source-id": null, + "source-id": "sample-contact", "source-label": null, - "source-type": "CALCULATED", + "source-type": "INTERNAL_PROCESSING", "timestamp": "redacted", "updated-by-user-id": null, "value": "redacted", - "vid": 101 + "vid": 1 } ], [ @@ -3387,9 +8072,11 @@ { "_meta": { "op": "u", - "row_id": 22, + "row_id": 70, "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" }, + "data-sensitivity": "none", + "is-encrypted": null, "property": "state", "selected": false, "source-id": "sample-contact", @@ -3398,7 +8085,7 @@ "timestamp": "redacted", "updated-by-user-id": null, "value": "redacted", - "vid": 1 + "vid": 51 } ], [ @@ -3406,10 +8093,12 @@ { "_meta": { "op": "u", - "row_id": 67, + "row_id": 77, "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" }, - "property": "state", + "data-sensitivity": "none", + "is-encrypted": null, + "property": "twitterhandle", "selected": false, "source-id": "sample-contact", "source-label": null, @@ -3425,10 +8114,12 @@ { "_meta": { "op": "u", - "row_id": 77, + "row_id": 113, "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" }, - "property": "twitterhandle", + "data-sensitivity": "none", + "is-encrypted": null, + "property": "twitterprofilephoto", "selected": false, "source-id": "sample-contact", "source-label": null, @@ -3444,9 +8135,11 @@ { "_meta": { "op": "u", - "row_id": 26, + "row_id": 47, "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" }, + "data-sensitivity": "none", + "is-encrypted": null, "property": "website", "selected": false, "source-id": "sample-contact", @@ -3463,9 +8156,11 @@ { "_meta": { "op": "u", - "row_id": 70, + "row_id": 105, "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" }, + "data-sensitivity": "none", + "is-encrypted": null, "property": "website", "selected": false, "source-id": "sample-contact", @@ -3476,5 +8171,171 @@ "value": "redacted", "vid": 51 } + ], + [ + "acmeCo/tickets", + { + "_meta": { + "op": "u", + "row_id": 0, + "uuid": "DocUUIDPlaceholder-329Bb50aa48EAa9ef" + }, + "archived": false, + "companies": [ + "19015508766", + "19015508766" + ], + "contacts": [ + "151" + ], + "createdAt": "2024-02-15T18:46:27.456Z", + "id": "2371913597", + "properties": { + "closed_date": null, + "content": "Description of this ticket.", + "created_by": null, + "createdate": "2024-02-15T18:46:27.456000+00:00", + "first_agent_reply_date": null, + "hs_all_accessible_team_ids": null, + "hs_all_assigned_business_unit_ids": null, + "hs_all_associated_contact_companies": null, + "hs_all_associated_contact_emails": "dave@estuary.dev", + "hs_all_associated_contact_firstnames": "Dave", + "hs_all_associated_contact_lastnames": "Yaffe", + "hs_all_associated_contact_mobilephones": null, + "hs_all_associated_contact_phones": "+13125555555", + "hs_all_conversation_mentions": null, + "hs_all_owner_ids": "722900407", + "hs_all_team_ids": null, + "hs_applied_sla_rule_config_at": null, + "hs_applied_sla_rule_config_id": null, + "hs_assigned_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": 63843671, + "hs_createdate": null, + "hs_custom_inbox": null, + "hs_date_entered_1": "2024-02-15T18:46:27.456000+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_email_subject": 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_help_desk_onboarding_ticket": null, + "hs_helpdesk_sort_timestamp": "2024-02-15T18:46:27.456000+00:00", + "hs_in_helpdesk": null, + "hs_inbox_id": null, + "hs_is_latest_message_failed": null, + "hs_is_latest_message_hidden_from_all": null, + "hs_is_visible_in_help_desk": true, + "hs_last_closed_date": 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": "2024-02-15T18:47:39.436000+00:00", + "hs_latest_message_attachment_types": null, + "hs_latest_message_is_forwarded_email": null, + "hs_latest_message_is_thread_comment": null, + "hs_latest_message_seen_by_agent_ids": null, + "hs_latest_message_visible_to_visitor": null, + "hs_latest_message_visible_to_visitor_sent_at": 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_notes_last_activity": null, + "hs_notes_next_activity": null, + "hs_notes_next_activity_type": null, + "hs_num_associated_companies": 1, + "hs_num_associated_conversations": 0, + "hs_num_times_contacted": 0, + "hs_object_id": 2371913597, + "hs_object_source": "CRM_UI", + "hs_object_source_detail_1": null, + "hs_object_source_detail_2": null, + "hs_object_source_detail_3": null, + "hs_object_source_id": "userId:63843671", + "hs_object_source_label": "CRM_UI", + "hs_object_source_user_id": 63843671, + "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": "Arbor", + "hs_primary_company_id": 19015508766, + "hs_primary_company_name": "Arbor", + "hs_read_only": null, + "hs_resolution": null, + "hs_sales_email_last_replied": null, + "hs_seen_by_agent_ids": null, + "hs_shared_team_ids": null, + "hs_shared_user_ids": null, + "hs_sla_operating_hours": null, + "hs_source_object_id": null, + "hs_tag_ids": null, + "hs_thread_ids_to_restore": null, + "hs_ticket_category": null, + "hs_ticket_id": 2371913597, + "hs_ticket_language_ai_tag": null, + "hs_ticket_priority": null, + "hs_time_in_1": 21605878422, + "hs_time_in_2": null, + "hs_time_in_3": null, + "hs_time_in_4": null, + "hs_time_to_close_in_operating_hours": null, + "hs_time_to_close_sla_at": null, + "hs_time_to_close_sla_status": null, + "hs_time_to_first_response_in_operating_hours": null, + "hs_time_to_first_response_sla_at": null, + "hs_time_to_first_response_sla_status": null, + "hs_time_to_next_response_sla_at": null, + "hs_time_to_next_response_sla_status": null, + "hs_unique_creation_key": null, + "hs_updated_by_user_id": 63843671, + "hs_user_ids_of_all_notification_followers": null, + "hs_user_ids_of_all_notification_unfollowers": null, + "hs_user_ids_of_all_owners": "63843671", + "hs_was_imported": null, + "hubspot_owner_assigneddate": "2024-02-15T18:46:27.456000+00:00", + "hubspot_owner_id": "722900407", + "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": "Example Ticket", + "tags": null, + "time_to_close": null, + "time_to_first_agent_reply": null + }, + "updatedAt": "2024-02-15T18:47:39.436Z" + } ] ] diff --git a/source-hubspot/tests/snapshots/snapshots__discover__capture.stdout.json b/source-hubspot/tests/snapshots/snapshots__discover__capture.stdout.json index 7f4e7ef641..afc9d5a7a5 100644 --- a/source-hubspot/tests/snapshots/snapshots__discover__capture.stdout.json +++ b/source-hubspot/tests/snapshots/snapshots__discover__capture.stdout.json @@ -299,13 +299,6 @@ "string" ] }, - "closedate_timestamp_earliest_value_a2a17e6e": { - "format": "date-time", - "type": [ - "null", - "string" - ] - }, "country": { "type": [ "null", @@ -395,26 +388,12 @@ "string" ] }, - "first_conversion_date_timestamp_earliest_value_61f58f2c": { - "format": "date-time", - "type": [ - "null", - "string" - ] - }, "first_conversion_event_name": { "type": [ "null", "string" ] }, - "first_conversion_event_name_timestamp_earliest_value_68ddae0a": { - "format": "date-time", - "type": [ - "null", - "string" - ] - }, "first_deal_created_date": { "format": "date-time", "type": [ @@ -446,26 +425,25 @@ "string" ] }, - "hs_all_owner_ids": { + "hs_all_assigned_business_unit_ids": { "type": [ "null", "string" ] }, - "hs_all_team_ids": { + "hs_all_owner_ids": { "type": [ "null", "string" ] }, - "hs_analytics_first_timestamp": { - "format": "date-time", + "hs_all_team_ids": { "type": [ "null", "string" ] }, - "hs_analytics_first_timestamp_timestamp_earliest_value_11e3a63a": { + "hs_analytics_first_timestamp": { "format": "date-time", "type": [ "null", @@ -478,13 +456,6 @@ "string" ] }, - "hs_analytics_first_touch_converting_campaign_timestamp_earliest_value_4757fe10": { - "format": "date-time", - "type": [ - "null", - "string" - ] - }, "hs_analytics_first_visit_timestamp": { "format": "date-time", "type": [ @@ -492,13 +463,6 @@ "string" ] }, - "hs_analytics_first_visit_timestamp_timestamp_earliest_value_accc17ae": { - "format": "date-time", - "type": [ - "null", - "string" - ] - }, "hs_analytics_last_timestamp": { "format": "date-time", "type": [ @@ -601,64 +565,55 @@ "string" ] }, - "hs_analytics_source_data_1_timestamp_earliest_value_9b2f1fa1": { - "format": "date-time", + "hs_analytics_source_data_2": { "type": [ "null", "string" ] }, - "hs_analytics_source_data_2": { + "hs_annual_revenue_currency_code": { "type": [ "null", "string" ] }, - "hs_analytics_source_data_2_timestamp_earliest_value_9b2f9400": { - "format": "date-time", + "hs_avatar_filemanager_key": { "type": [ "null", "string" ] }, - "hs_analytics_source_timestamp_earliest_value_25a3a52c": { - "format": "date-time", + "hs_country_code": { "type": [ "null", "string" ] }, - "hs_annual_revenue_currency_code": { + "hs_created_by_user_id": { "type": [ "null", - "string" + "number" ] }, - "hs_avatar_filemanager_key": { + "hs_createdate": { + "format": "date-time", "type": [ "null", "string" ] }, - "hs_country_code": { + "hs_csm_sentiment": { "type": [ "null", "string" ] }, - "hs_created_by_user_id": { + "hs_customer_success_ticket_sentiment": { "type": [ "null", "number" ] }, - "hs_createdate": { - "format": "date-time", - "type": [ - "null", - "string" - ] - }, "hs_date_entered_customer": { "format": "date-time", "type": [ @@ -771,18 +726,42 @@ "string" ] }, + "hs_employee_range": { + "type": [ + "null", + "string" + ] + }, "hs_ideal_customer_profile": { "type": [ "null", "string" ] }, + "hs_industry_group": { + "type": [ + "null", + "string" + ] + }, + "hs_is_enriched": { + "type": [ + "null", + "boolean" + ] + }, "hs_is_target_account": { "type": [ "null", "boolean" ] }, + "hs_keywords": { + "type": [ + "null", + "string" + ] + }, "hs_last_booked_meeting_date": { "format": "date-time", "type": [ @@ -851,12 +830,36 @@ "string" ] }, + "hs_linkedin_handle": { + "type": [ + "null", + "string" + ] + }, + "hs_logo_url": { + "type": [ + "null", + "string" + ] + }, "hs_merged_object_ids": { "type": [ "null", "string" ] }, + "hs_notes_last_activity": { + "type": [ + "null", + "string" + ] + }, + "hs_notes_next_activity": { + "type": [ + "null", + "string" + ] + }, "hs_notes_next_activity_type": { "type": [ "null", @@ -959,18 +962,36 @@ "string" ] }, + "hs_predictivecontactscore_v2": { + "type": [ + "null", + "number" + ] + }, "hs_predictivecontactscore_v2_next_max_max_d4e58c1e": { "type": [ "null", "number" ] }, + "hs_quick_context": { + "type": [ + "null", + "string" + ] + }, "hs_read_only": { "type": [ "null", "boolean" ] }, + "hs_revenue_range": { + "type": [ + "null", + "string" + ] + }, "hs_sales_email_last_replied": { "format": "date-time", "type": [ @@ -990,6 +1011,12 @@ "string" ] }, + "hs_source_object_id": { + "type": [ + "null", + "number" + ] + }, "hs_target_account": { "type": [ "null", @@ -1229,6 +1256,18 @@ "number" ] }, + "owneremail": { + "type": [ + "null", + "string" + ] + }, + "ownername": { + "type": [ + "null", + "string" + ] + }, "phone": { "type": [ "null", @@ -1789,6 +1828,12 @@ "string" ] }, + "followercount": { + "type": [ + "null", + "number" + ] + }, "gender": { "type": [ "null", @@ -1813,6 +1858,12 @@ "string" ] }, + "hs_all_assigned_business_unit_ids": { + "type": [ + "null", + "string" + ] + }, "hs_all_contact_vids": { "type": [ "null", @@ -1943,6 +1994,12 @@ "string" ] }, + "hs_associated_target_accounts": { + "type": [ + "null", + "number" + ] + }, "hs_avatar_filemanager_key": { "type": [ "null", @@ -2003,6 +2060,19 @@ "string" ] }, + "hs_contact_enrichment_opt_out": { + "type": [ + "null", + "boolean" + ] + }, + "hs_contact_enrichment_opt_out_timestamp": { + "format": "date-time", + "type": [ + "null", + "string" + ] + }, "hs_content_membership_email": { "type": [ "null", @@ -2072,6 +2142,12 @@ "number" ] }, + "hs_country_region_code": { + "type": [ + "null", + "string" + ] + }, "hs_created_by_conversations": { "type": [ "null", @@ -2091,6 +2167,18 @@ "string" ] }, + "hs_currently_enrolled_in_prospecting_agent": { + "type": [ + "null", + "boolean" + ] + }, + "hs_data_privacy_ads_consent": { + "type": [ + "null", + "boolean" + ] + }, "hs_date_entered_customer": { "format": "date-time", "type": [ @@ -2338,13 +2426,13 @@ "boolean" ] }, - "hs_email_optout_286760152": { + "hs_email_optout_303519744": { "type": [ "null", "string" ] }, - "hs_email_optout_286760157": { + "hs_email_optout_303519746": { "type": [ "null", "string" @@ -2362,6 +2450,13 @@ "string" ] }, + "hs_email_recipient_fatigue_recovery_time": { + "format": "date-time", + "type": [ + "null", + "string" + ] + }, "hs_email_replied": { "type": [ "null", @@ -2392,12 +2487,50 @@ "string" ] }, + "hs_facebookid": { + "type": [ + "null", + "string" + ] + }, + "hs_feedback_last_nps_follow_up": { + "type": [ + "null", + "string" + ] + }, + "hs_feedback_last_nps_rating": { + "type": [ + "null", + "string" + ] + }, + "hs_feedback_last_survey_date": { + "format": "date-time", + "type": [ + "null", + "string" + ] + }, + "hs_feedback_show_nps_web_survey": { + "type": [ + "null", + "boolean" + ] + }, "hs_first_engagement_object_id": { "type": [ "null", "number" ] }, + "hs_first_order_closed_date": { + "format": "date-time", + "type": [ + "null", + "string" + ] + }, "hs_first_outreach_date": { "format": "date-time", "type": [ @@ -2418,6 +2551,12 @@ "string" ] }, + "hs_googleplusid": { + "type": [ + "null", + "string" + ] + }, "hs_has_active_subscription": { "type": [ "null", @@ -2436,12 +2575,24 @@ "boolean" ] }, + "hs_is_enriched": { + "type": [ + "null", + "boolean" + ] + }, "hs_is_unworked": { "type": [ "null", "boolean" ] }, + "hs_journey_stage": { + "type": [ + "null", + "string" + ] + }, "hs_language": { "type": [ "null", @@ -2643,3855 +2794,4101 @@ "string" ] }, - "hs_merged_object_ids": { + "hs_linkedin_url": { "type": [ "null", "string" ] }, - "hs_mobile_sdk_push_tokens": { + "hs_linkedinid": { "type": [ "null", "string" ] }, - "hs_notes_next_activity_type": { + "hs_marketable_reason_id": { "type": [ "null", "string" ] }, - "hs_object_id": { + "hs_marketable_reason_type": { "type": [ "null", - "number" + "string" ] }, - "hs_object_source": { + "hs_marketable_status": { "type": [ "null", "string" ] }, - "hs_object_source_detail_1": { + "hs_marketable_until_renewal": { "type": [ "null", "string" ] }, - "hs_object_source_detail_2": { + "hs_membership_has_accessed_private_content": { + "type": [ + "null", + "number" + ] + }, + "hs_membership_last_private_content_access_date": { + "format": "date-time", "type": [ "null", "string" ] }, - "hs_object_source_detail_3": { + "hs_merged_object_ids": { "type": [ "null", "string" ] }, - "hs_object_source_id": { + "hs_mobile_sdk_push_tokens": { "type": [ "null", "string" ] }, - "hs_object_source_label": { + "hs_notes_last_activity": { "type": [ "null", "string" ] }, - "hs_object_source_user_id": { + "hs_notes_next_activity": { "type": [ "null", - "number" + "string" ] }, - "hs_persona": { + "hs_notes_next_activity_type": { "type": [ "null", "string" ] }, - "hs_pinned_engagement_id": { + "hs_object_id": { "type": [ "null", "number" ] }, - "hs_pipeline": { + "hs_object_source": { "type": [ "null", "string" ] }, - "hs_read_only": { - "type": [ - "null", - "boolean" - ] - }, - "hs_sa_first_engagement_date": { - "format": "date-time", + "hs_object_source_detail_1": { "type": [ "null", "string" ] }, - "hs_sa_first_engagement_descr": { + "hs_object_source_detail_2": { "type": [ "null", "string" ] }, - "hs_sa_first_engagement_object_type": { + "hs_object_source_detail_3": { "type": [ "null", "string" ] }, - "hs_sales_email_last_clicked": { - "format": "date-time", + "hs_object_source_id": { "type": [ "null", "string" ] }, - "hs_sales_email_last_opened": { - "format": "date-time", + "hs_object_source_label": { "type": [ "null", "string" ] }, - "hs_sales_email_last_replied": { - "format": "date-time", + "hs_object_source_user_id": { "type": [ "null", - "string" + "number" ] }, - "hs_searchable_calculated_international_mobile_number": { + "hs_persona": { "type": [ "null", "string" ] }, - "hs_searchable_calculated_international_phone_number": { + "hs_pinned_engagement_id": { "type": [ "null", - "string" + "number" ] }, - "hs_searchable_calculated_mobile_number": { + "hs_pipeline": { "type": [ "null", "string" ] }, - "hs_searchable_calculated_phone_number": { + "hs_predictivecontactscore": { "type": [ "null", - "string" + "number" ] }, - "hs_sequences_actively_enrolled_count": { + "hs_predictivecontactscore_tmp": { "type": [ "null", "number" ] }, - "hs_sequences_enrolled_count": { + "hs_predictivecontactscore_v2": { "type": [ "null", "number" ] }, - "hs_sequences_is_enrolled": { + "hs_predictivecontactscorebucket": { "type": [ "null", - "boolean" + "string" ] }, - "hs_shared_team_ids": { + "hs_predictivescoringtier": { "type": [ "null", "string" ] }, - "hs_shared_user_ids": { + "hs_predictivescoringtier_tmp": { "type": [ "null", "string" ] }, - "hs_testpurge": { + "hs_prospecting_agent_actively_enrolled_count": { "type": [ "null", - "string" + "number" ] }, - "hs_testrollback": { + "hs_quarantined_emails": { "type": [ "null", "string" ] }, - "hs_time_in_customer": { + "hs_read_only": { "type": [ "null", - "number" + "boolean" ] }, - "hs_time_in_evangelist": { + "hs_recent_closed_order_date": { + "format": "date-time", "type": [ "null", - "number" + "string" ] }, - "hs_time_in_lead": { + "hs_registered_member": { "type": [ "null", "number" ] }, - "hs_time_in_marketingqualifiedlead": { + "hs_registration_method": { "type": [ "null", - "number" + "string" ] }, - "hs_time_in_opportunity": { + "hs_role": { "type": [ "null", - "number" + "string" ] }, - "hs_time_in_other": { + "hs_sa_first_engagement_date": { + "format": "date-time", "type": [ "null", - "number" + "string" ] }, - "hs_time_in_salesqualifiedlead": { + "hs_sa_first_engagement_descr": { "type": [ "null", - "number" + "string" ] }, - "hs_time_in_subscriber": { + "hs_sa_first_engagement_object_type": { "type": [ "null", - "number" + "string" ] }, - "hs_time_to_first_engagement": { + "hs_sales_email_last_clicked": { + "format": "date-time", "type": [ "null", - "number" + "string" ] }, - "hs_timezone": { + "hs_sales_email_last_opened": { + "format": "date-time", "type": [ "null", "string" ] }, - "hs_unique_creation_key": { + "hs_sales_email_last_replied": { + "format": "date-time", "type": [ "null", "string" ] }, - "hs_updated_by_user_id": { + "hs_searchable_calculated_international_mobile_number": { "type": [ "null", - "number" + "string" ] }, - "hs_user_ids_of_all_notification_followers": { + "hs_searchable_calculated_international_phone_number": { "type": [ "null", "string" ] }, - "hs_user_ids_of_all_notification_unfollowers": { + "hs_searchable_calculated_mobile_number": { "type": [ "null", "string" ] }, - "hs_user_ids_of_all_owners": { + "hs_searchable_calculated_phone_number": { "type": [ "null", "string" ] }, - "hs_v2_date_entered_customer": { - "format": "date-time", + "hs_seniority": { "type": [ "null", "string" ] }, - "hs_v2_date_entered_evangelist": { - "format": "date-time", + "hs_sequences_actively_enrolled_count": { "type": [ "null", - "string" + "number" ] }, - "hs_v2_date_entered_lead": { - "format": "date-time", + "hs_sequences_enrolled_count": { "type": [ "null", - "string" + "number" ] }, - "hs_v2_date_entered_marketingqualifiedlead": { - "format": "date-time", + "hs_sequences_is_enrolled": { "type": [ "null", - "string" + "boolean" ] }, - "hs_v2_date_entered_opportunity": { - "format": "date-time", + "hs_shared_team_ids": { "type": [ "null", "string" ] }, - "hs_v2_date_entered_other": { - "format": "date-time", + "hs_shared_user_ids": { "type": [ "null", "string" ] }, - "hs_v2_date_entered_salesqualifiedlead": { - "format": "date-time", + "hs_social_facebook_clicks": { "type": [ "null", - "string" + "number" ] }, - "hs_v2_date_entered_subscriber": { - "format": "date-time", + "hs_social_google_plus_clicks": { "type": [ "null", - "string" + "number" ] }, - "hs_v2_date_exited_customer": { + "hs_social_last_engagement": { "format": "date-time", "type": [ "null", "string" ] }, - "hs_v2_date_exited_evangelist": { - "format": "date-time", + "hs_social_linkedin_clicks": { "type": [ "null", - "string" + "number" ] }, - "hs_v2_date_exited_lead": { - "format": "date-time", + "hs_social_num_broadcast_clicks": { "type": [ "null", - "string" + "number" ] }, - "hs_v2_date_exited_marketingqualifiedlead": { - "format": "date-time", + "hs_social_twitter_clicks": { "type": [ "null", - "string" + "number" ] }, - "hs_v2_date_exited_opportunity": { - "format": "date-time", + "hs_source_object_id": { "type": [ "null", - "string" + "number" ] }, - "hs_v2_date_exited_other": { - "format": "date-time", + "hs_source_portal_id": { "type": [ "null", - "string" + "number" ] }, - "hs_v2_date_exited_salesqualifiedlead": { - "format": "date-time", + "hs_state_code": { "type": [ "null", "string" ] }, - "hs_v2_date_exited_subscriber": { - "format": "date-time", + "hs_sub_role": { "type": [ "null", "string" ] }, - "hs_was_imported": { + "hs_testpurge": { "type": [ "null", - "boolean" + "string" ] }, - "hs_whatsapp_phone_number": { + "hs_testrollback": { "type": [ "null", "string" ] }, - "hubspot_owner_assigneddate": { - "format": "date-time", + "hs_time_between_contact_creation_and_deal_close": { "type": [ "null", - "string" + "number" ] }, - "hubspot_owner_id": { + "hs_time_between_contact_creation_and_deal_creation": { "type": [ "null", - "string" + "number" ] }, - "hubspot_team_id": { + "hs_time_in_customer": { "type": [ "null", - "string" + "number" ] }, - "hubspotscore": { + "hs_time_in_evangelist": { "type": [ "null", "number" ] }, - "industry": { + "hs_time_in_lead": { "type": [ "null", - "string" + "number" ] }, - "ip_city": { + "hs_time_in_marketingqualifiedlead": { "type": [ "null", - "string" + "number" ] }, - "ip_country": { + "hs_time_in_opportunity": { "type": [ "null", - "string" + "number" ] }, - "ip_country_code": { + "hs_time_in_other": { "type": [ "null", - "string" + "number" ] }, - "ip_latlon": { + "hs_time_in_salesqualifiedlead": { "type": [ "null", - "string" + "number" ] }, - "ip_state": { + "hs_time_in_subscriber": { "type": [ "null", - "string" + "number" ] }, - "ip_state_code": { + "hs_time_to_first_engagement": { "type": [ "null", - "string" + "number" ] }, - "ip_zipcode": { + "hs_time_to_move_from_lead_to_customer": { "type": [ "null", - "string" + "number" ] }, - "job_function": { + "hs_time_to_move_from_marketingqualifiedlead_to_customer": { "type": [ "null", - "string" + "number" ] }, - "jobtitle": { + "hs_time_to_move_from_opportunity_to_customer": { "type": [ "null", - "string" + "number" ] }, - "lastmodifieddate": { - "format": "date-time", + "hs_time_to_move_from_salesqualifiedlead_to_customer": { "type": [ "null", - "string" + "number" ] }, - "lastname": { + "hs_time_to_move_from_subscriber_to_customer": { "type": [ "null", - "string" + "number" ] }, - "lifecyclestage": { + "hs_timezone": { "type": [ "null", "string" ] }, - "linkedin_account": { + "hs_twitterid": { "type": [ "null", "string" ] }, - "marital_status": { + "hs_unique_creation_key": { "type": [ "null", "string" ] }, - "message": { + "hs_updated_by_user_id": { "type": [ "null", - "string" + "number" ] }, - "military_status": { + "hs_user_ids_of_all_notification_followers": { "type": [ "null", "string" ] }, - "mobilephone": { + "hs_user_ids_of_all_notification_unfollowers": { "type": [ "null", "string" ] }, - "notes_last_contacted": { - "format": "date-time", + "hs_user_ids_of_all_owners": { "type": [ "null", "string" ] }, - "notes_last_updated": { - "format": "date-time", + "hs_v2_cumulative_time_in_customer": { "type": [ "null", - "string" + "number" ] }, - "notes_next_activity_date": { - "format": "date-time", + "hs_v2_cumulative_time_in_evangelist": { "type": [ "null", - "string" + "number" ] }, - "num_associated_deals": { + "hs_v2_cumulative_time_in_lead": { "type": [ "null", "number" ] }, - "num_contacted_notes": { + "hs_v2_cumulative_time_in_marketingqualifiedlead": { "type": [ "null", "number" ] }, - "num_conversion_events": { + "hs_v2_cumulative_time_in_opportunity": { "type": [ "null", "number" ] }, - "num_notes": { + "hs_v2_cumulative_time_in_other": { "type": [ "null", "number" ] }, - "num_unique_conversion_events": { + "hs_v2_cumulative_time_in_salesqualifiedlead": { "type": [ "null", "number" ] }, - "numemployees": { + "hs_v2_cumulative_time_in_subscriber": { "type": [ "null", - "string" + "number" ] }, - "phone": { + "hs_v2_date_entered_customer": { + "format": "date-time", "type": [ "null", "string" ] }, - "recent_conversion_date": { + "hs_v2_date_entered_evangelist": { "format": "date-time", "type": [ "null", "string" ] }, - "recent_conversion_event_name": { + "hs_v2_date_entered_lead": { + "format": "date-time", "type": [ "null", "string" ] }, - "recent_deal_amount": { - "type": [ + "hs_v2_date_entered_marketingqualifiedlead": { + "format": "date-time", + "type": [ "null", - "number" + "string" ] }, - "recent_deal_close_date": { + "hs_v2_date_entered_opportunity": { "format": "date-time", "type": [ "null", "string" ] }, - "relationship_status": { + "hs_v2_date_entered_other": { + "format": "date-time", "type": [ "null", "string" ] }, - "salutation": { + "hs_v2_date_entered_salesqualifiedlead": { + "format": "date-time", "type": [ "null", "string" ] }, - "school": { + "hs_v2_date_entered_subscriber": { + "format": "date-time", "type": [ "null", "string" ] }, - "seniority": { + "hs_v2_date_exited_customer": { + "format": "date-time", "type": [ "null", "string" ] }, - "start_date": { + "hs_v2_date_exited_evangelist": { + "format": "date-time", "type": [ "null", "string" ] }, - "state": { + "hs_v2_date_exited_lead": { + "format": "date-time", "type": [ "null", "string" ] }, - "surveymonkeyeventlastupdated": { + "hs_v2_date_exited_marketingqualifiedlead": { + "format": "date-time", + "type": [ + "null", + "string" + ] + }, + "hs_v2_date_exited_opportunity": { + "format": "date-time", + "type": [ + "null", + "string" + ] + }, + "hs_v2_date_exited_other": { + "format": "date-time", + "type": [ + "null", + "string" + ] + }, + "hs_v2_date_exited_salesqualifiedlead": { + "format": "date-time", + "type": [ + "null", + "string" + ] + }, + "hs_v2_date_exited_subscriber": { + "format": "date-time", + "type": [ + "null", + "string" + ] + }, + "hs_v2_latest_time_in_customer": { "type": [ "null", "number" ] }, - "total_revenue": { + "hs_v2_latest_time_in_evangelist": { "type": [ "null", "number" ] }, - "twitterhandle": { + "hs_v2_latest_time_in_lead": { + "type": [ + "null", + "number" + ] + }, + "hs_v2_latest_time_in_marketingqualifiedlead": { + "type": [ + "null", + "number" + ] + }, + "hs_v2_latest_time_in_opportunity": { + "type": [ + "null", + "number" + ] + }, + "hs_v2_latest_time_in_other": { + "type": [ + "null", + "number" + ] + }, + "hs_v2_latest_time_in_salesqualifiedlead": { + "type": [ + "null", + "number" + ] + }, + "hs_v2_latest_time_in_subscriber": { + "type": [ + "null", + "number" + ] + }, + "hs_was_imported": { + "type": [ + "null", + "boolean" + ] + }, + "hs_whatsapp_phone_number": { "type": [ "null", "string" ] }, - "webinareventlastupdated": { + "hubspot_owner_assigneddate": { + "format": "date-time", + "type": [ + "null", + "string" + ] + }, + "hubspot_owner_id": { + "type": [ + "null", + "string" + ] + }, + "hubspot_team_id": { + "type": [ + "null", + "string" + ] + }, + "hubspotscore": { "type": [ "null", "number" ] }, - "website": { + "industry": { "type": [ "null", "string" ] }, - "work_email": { + "ip_city": { "type": [ "null", "string" ] }, - "zip": { + "ip_country": { "type": [ "null", "string" ] - } - }, - "type": "object" - }, - "updatedAt": { - "format": "date-time", - "type": [ - "null", - "string" - ] - } - }, - "required": [ - "id" - ], - "type": [ - "object" - ] - }, - "key": [ - "/id" - ], - "recommendedName": "contacts", - "resourceConfig": { - "cursorField": [ - "updatedAt" - ], - "stream": "contacts", - "syncMode": "incremental" - } - }, - { - "documentSchema": { - "$schema": "http://json-schema.org/draft-07/schema#", - "properties": { - "_meta": { - "properties": { - "row_id": { - "type": "integer" - } - }, - "required": [ - "row_id" - ], - "type": "object" - }, - "canonical-vid": { - "type": "integer" - }, - "internal-list-id": { - "type": [ - "null", - "integer" - ] - }, - "is-member": { - "type": [ - "null", - "boolean" - ] - }, - "static-list-id": { - "type": [ - "null", - "integer" - ] - }, - "timestamp": { - "type": [ - "null", - "integer" - ] - }, - "vid": { - "type": [ - "null", - "integer" - ] - } - }, - "required": [ - "canonical-vid" - ], - "type": "object" - }, - "key": [ - "/canonical-vid" - ], - "recommendedName": "contacts_list_memberships", - "resourceConfig": { - "stream": "contacts_list_memberships", - "syncMode": "full_refresh" - } - }, - { - "documentSchema": { - "$schema": "http://json-schema.org/draft-07/schema#", - "properties": { - "_meta": { - "properties": { - "row_id": { - "type": "integer" - } - }, - "required": [ - "row_id" - ], - "type": "object" - }, - "active": { - "type": [ - "null", - "boolean" - ] - }, - "createdAt": { - "type": [ - "null", - "integer" - ] - }, - "default": { - "type": [ - "null", - "boolean" - ] - }, - "displayOrder": { - "type": [ - "null", - "integer" - ] - }, - "label": { - "type": [ - "null", - "string" - ] - }, - "objectType": { - "type": [ - "null", - "string" - ] - }, - "objectTypeId": { - "type": [ - "null", - "string" - ] - }, - "pipelineId": { - "type": "string" - }, - "stages": { - "items": { - "properties": { - "active": { - "type": [ - "null", - "boolean" - ] - }, - "createdAt": { - "type": [ - "null", - "integer" - ] - }, - "displayOrder": { - "type": [ - "null", - "integer" - ] - }, - "label": { - "type": [ - "null", - "string" - ] - }, - "metadata": { - "properties": { - "isClosed": { - "type": [ - "null", - "string" - ] - }, - "probability": { - "type": [ - "null", - "string" - ] - } - }, - "type": [ - "null", - "object" - ] - }, - "stageId": { - "type": [ - "null", - "string" - ] - }, - "updatedAt": { - "type": [ - "null", - "integer" - ] - } }, - "type": [ - "null", - "object" - ] - }, - "type": [ - "null", - "array" - ] - }, - "updatedAt": { - "type": [ - "null", - "integer" - ] - } - }, - "required": [ - "pipelineId" - ], - "type": [ - "object" - ] - }, - "key": [ - "/pipelineId" - ], - "recommendedName": "deal_pipelines", - "resourceConfig": { - "cursorField": [ - "updatedAt" - ], - "stream": "deal_pipelines", - "syncMode": "incremental" - } - }, - { - "documentSchema": { - "$schema": "http://json-schema.org/draft-07/schema#", - "properties": { - "_meta": { - "properties": { - "row_id": { - "type": "integer" - } - }, - "required": [ - "row_id" - ], - "type": "object" - }, - "archived": { - "type": [ - "null", - "boolean" - ] - }, - "companies": { - "items": { - "format": "integer", - "type": [ - "null", - "integer", - "string" - ] - }, - "type": [ - "null", - "array" - ] - }, - "contacts": { - "items": { - "format": "integer", - "type": [ - "null", - "integer", - "string" - ] - }, - "type": [ - "null", - "array" - ] - }, - "createdAt": { - "format": "date-time", - "type": [ - "null", - "string" - ] - }, - "id": { - "type": "string" - }, - "line_items": { - "items": { - "format": "integer", - "type": [ - "null", - "integer", - "string" - ] - }, - "type": [ - "null", - "array" - ] - }, - "properties": { - "properties": { - "amount": { + "ip_country_code": { "type": [ "null", - "number" + "string" ] }, - "amount_in_home_currency": { + "ip_latlon": { "type": [ "null", - "number" + "string" ] }, - "closed_lost_reason": { + "ip_state": { "type": [ "null", "string" ] }, - "closed_won_reason": { + "ip_state_code": { "type": [ "null", "string" ] }, - "closedate": { - "format": "date-time", + "ip_zipcode": { "type": [ "null", "string" ] }, - "createdate": { - "format": "date-time", + "job_function": { "type": [ "null", "string" ] }, - "days_to_close": { + "jobtitle": { "type": [ "null", - "number" + "string" ] }, - "dealname": { + "kloutscoregeneral": { "type": [ "null", - "string" + "number" ] }, - "dealstage": { + "lastmodifieddate": { + "format": "date-time", "type": [ "null", "string" ] }, - "dealtype": { + "lastname": { "type": [ "null", "string" ] }, - "description": { + "lifecyclestage": { "type": [ "null", "string" ] }, - "engagements_last_meeting_booked": { - "format": "date-time", + "linkedin_account": { "type": [ "null", "string" ] }, - "engagements_last_meeting_booked_campaign": { + "linkedinbio": { "type": [ "null", "string" ] }, - "engagements_last_meeting_booked_medium": { + "linkedinconnections": { "type": [ "null", - "string" + "number" ] }, - "engagements_last_meeting_booked_source": { + "marital_status": { "type": [ "null", "string" ] }, - "hs_acv": { + "message": { "type": [ "null", - "number" + "string" ] }, - "hs_all_accessible_team_ids": { + "military_status": { "type": [ "null", "string" ] }, - "hs_all_collaborator_owner_ids": { + "mobilephone": { "type": [ "null", "string" ] }, - "hs_all_deal_split_owner_ids": { + "notes_last_contacted": { + "format": "date-time", "type": [ "null", "string" ] }, - "hs_all_owner_ids": { + "notes_last_updated": { + "format": "date-time", "type": [ "null", "string" ] }, - "hs_all_team_ids": { + "notes_next_activity_date": { + "format": "date-time", "type": [ "null", "string" ] }, - "hs_analytics_latest_source": { - "type": [ - "null", - "string" - ] - }, - "hs_analytics_latest_source_company": { - "type": [ - "null", - "string" - ] - }, - "hs_analytics_latest_source_contact": { - "type": [ - "null", - "string" - ] - }, - "hs_analytics_latest_source_data_1": { - "type": [ - "null", - "string" - ] - }, - "hs_analytics_latest_source_data_1_company": { - "type": [ - "null", - "string" - ] - }, - "hs_analytics_latest_source_data_1_contact": { - "type": [ - "null", - "string" - ] - }, - "hs_analytics_latest_source_data_2": { - "type": [ - "null", - "string" - ] - }, - "hs_analytics_latest_source_data_2_company": { - "type": [ - "null", - "string" - ] - }, - "hs_analytics_latest_source_data_2_contact": { - "type": [ - "null", - "string" - ] - }, - "hs_analytics_latest_source_timestamp": { - "format": "date-time", - "type": [ - "null", - "string" - ] - }, - "hs_analytics_latest_source_timestamp_company": { - "format": "date-time", - "type": [ - "null", - "string" - ] - }, - "hs_analytics_latest_source_timestamp_contact": { - "format": "date-time", - "type": [ - "null", - "string" - ] - }, - "hs_analytics_source": { - "type": [ - "null", - "string" - ] - }, - "hs_analytics_source_data_1": { - "type": [ - "null", - "string" - ] - }, - "hs_analytics_source_data_2": { - "type": [ - "null", - "string" - ] - }, - "hs_arr": { - "type": [ - "null", - "number" - ] - }, - "hs_closed_amount": { - "type": [ - "null", - "number" - ] - }, - "hs_closed_amount_in_home_currency": { + "num_associated_deals": { "type": [ "null", "number" ] }, - "hs_closed_deal_close_date": { + "num_contacted_notes": { "type": [ "null", "number" ] }, - "hs_closed_deal_create_date": { + "num_conversion_events": { "type": [ "null", "number" ] }, - "hs_closed_won_count": { + "num_notes": { "type": [ "null", "number" ] }, - "hs_closed_won_date": { - "format": "date-time", - "type": [ - "null", - "string" - ] - }, - "hs_created_by_user_id": { + "num_unique_conversion_events": { "type": [ "null", "number" ] }, - "hs_createdate": { - "format": "date-time", - "type": [ - "null", - "string" - ] - }, - "hs_date_entered_appointmentscheduled": { - "format": "date-time", + "numemployees": { "type": [ "null", "string" ] }, - "hs_date_entered_closedlost": { - "format": "date-time", + "owneremail": { "type": [ "null", "string" ] }, - "hs_date_entered_closedwon": { - "format": "date-time", + "ownername": { "type": [ "null", "string" ] }, - "hs_date_entered_contractsent": { - "format": "date-time", + "phone": { "type": [ "null", "string" ] }, - "hs_date_entered_decisionmakerboughtin": { - "format": "date-time", + "photo": { "type": [ "null", "string" ] }, - "hs_date_entered_presentationscheduled": { + "recent_conversion_date": { "format": "date-time", "type": [ "null", "string" ] }, - "hs_date_entered_qualifiedtobuy": { - "format": "date-time", + "recent_conversion_event_name": { "type": [ "null", "string" ] }, - "hs_date_exited_appointmentscheduled": { - "format": "date-time", + "recent_deal_amount": { "type": [ "null", - "string" + "number" ] }, - "hs_date_exited_closedlost": { + "recent_deal_close_date": { "format": "date-time", "type": [ "null", "string" ] }, - "hs_date_exited_closedwon": { - "format": "date-time", + "relationship_status": { "type": [ "null", "string" ] }, - "hs_date_exited_contractsent": { - "format": "date-time", + "salutation": { "type": [ "null", "string" ] }, - "hs_date_exited_decisionmakerboughtin": { - "format": "date-time", + "school": { "type": [ "null", "string" ] }, - "hs_date_exited_presentationscheduled": { - "format": "date-time", + "seniority": { "type": [ "null", "string" ] }, - "hs_date_exited_qualifiedtobuy": { - "format": "date-time", + "start_date": { "type": [ "null", "string" ] }, - "hs_days_to_close_raw": { - "type": [ - "null", - "number" - ] - }, - "hs_deal_amount_calculation_preference": { + "state": { "type": [ "null", "string" ] }, - "hs_deal_stage_probability": { - "type": [ - "null", - "number" - ] - }, - "hs_deal_stage_probability_shadow": { - "type": [ - "null", - "number" - ] - }, - "hs_exchange_rate": { - "type": [ - "null", - "number" - ] - }, - "hs_forecast_amount": { + "surveymonkeyeventlastupdated": { "type": [ "null", "number" ] }, - "hs_forecast_probability": { + "total_revenue": { "type": [ "null", "number" ] }, - "hs_has_empty_conditional_stage_properties": { - "type": [ - "null", - "boolean" - ] - }, - "hs_is_closed": { - "type": [ - "null", - "boolean" - ] - }, - "hs_is_closed_won": { - "type": [ - "null", - "boolean" - ] - }, - "hs_is_in_first_deal_stage": { - "type": [ - "null", - "boolean" - ] - }, - "hs_is_open_count": { + "twitterbio": { "type": [ "null", - "number" + "string" ] }, - "hs_lastmodifieddate": { - "format": "date-time", + "twitterhandle": { "type": [ "null", "string" ] }, - "hs_latest_meeting_activity": { - "format": "date-time", + "twitterprofilephoto": { "type": [ "null", "string" ] }, - "hs_likelihood_to_close": { + "webinareventlastupdated": { "type": [ "null", "number" ] }, - "hs_line_item_global_term_hs_discount_percentage": { + "website": { "type": [ "null", "string" ] }, - "hs_line_item_global_term_hs_discount_percentage_enabled": { - "type": [ - "null", - "boolean" - ] - }, - "hs_line_item_global_term_hs_recurring_billing_period": { + "work_email": { "type": [ "null", "string" ] }, - "hs_line_item_global_term_hs_recurring_billing_period_enabled": { - "type": [ - "null", - "boolean" - ] - }, - "hs_line_item_global_term_hs_recurring_billing_start_date": { + "zip": { "type": [ "null", "string" ] - }, - "hs_line_item_global_term_hs_recurring_billing_start_date_enabled": { - "type": [ - "null", - "boolean" - ] - }, - "hs_line_item_global_term_recurringbillingfrequency": { + } + }, + "type": "object" + }, + "updatedAt": { + "format": "date-time", + "type": [ + "null", + "string" + ] + } + }, + "required": [ + "id" + ], + "type": [ + "object" + ] + }, + "key": [ + "/id" + ], + "recommendedName": "contacts", + "resourceConfig": { + "cursorField": [ + "updatedAt" + ], + "stream": "contacts", + "syncMode": "incremental" + } + }, + { + "documentSchema": { + "$schema": "http://json-schema.org/draft-07/schema#", + "properties": { + "_meta": { + "properties": { + "row_id": { + "type": "integer" + } + }, + "required": [ + "row_id" + ], + "type": "object" + }, + "canonical-vid": { + "type": "integer" + }, + "internal-list-id": { + "type": [ + "null", + "integer" + ] + }, + "is-member": { + "type": [ + "null", + "boolean" + ] + }, + "static-list-id": { + "type": [ + "null", + "integer" + ] + }, + "timestamp": { + "type": [ + "null", + "integer" + ] + }, + "vid": { + "type": [ + "null", + "integer" + ] + } + }, + "required": [ + "canonical-vid" + ], + "type": "object" + }, + "key": [ + "/canonical-vid" + ], + "recommendedName": "contacts_list_memberships", + "resourceConfig": { + "stream": "contacts_list_memberships", + "syncMode": "full_refresh" + } + }, + { + "documentSchema": { + "$schema": "http://json-schema.org/draft-07/schema#", + "properties": { + "_meta": { + "properties": { + "row_id": { + "type": "integer" + } + }, + "required": [ + "row_id" + ], + "type": "object" + }, + "active": { + "type": [ + "null", + "boolean" + ] + }, + "createdAt": { + "type": [ + "null", + "integer" + ] + }, + "default": { + "type": [ + "null", + "boolean" + ] + }, + "displayOrder": { + "type": [ + "null", + "integer" + ] + }, + "label": { + "type": [ + "null", + "string" + ] + }, + "objectType": { + "type": [ + "null", + "string" + ] + }, + "objectTypeId": { + "type": [ + "null", + "string" + ] + }, + "pipelineId": { + "type": "string" + }, + "stages": { + "items": { + "properties": { + "active": { + "type": [ + "null", + "boolean" + ] + }, + "createdAt": { + "type": [ + "null", + "integer" + ] + }, + "displayOrder": { + "type": [ + "null", + "integer" + ] + }, + "label": { + "type": [ + "null", + "string" + ] + }, + "metadata": { + "properties": { + "isClosed": { + "type": [ + "null", + "string" + ] + }, + "probability": { + "type": [ + "null", + "string" + ] + } + }, + "type": [ + "null", + "object" + ] + }, + "stageId": { + "type": [ + "null", + "string" + ] + }, + "updatedAt": { + "type": [ + "null", + "integer" + ] + } + }, + "type": [ + "null", + "object" + ] + }, + "type": [ + "null", + "array" + ] + }, + "updatedAt": { + "type": [ + "null", + "integer" + ] + } + }, + "required": [ + "pipelineId" + ], + "type": [ + "object" + ] + }, + "key": [ + "/pipelineId" + ], + "recommendedName": "deal_pipelines", + "resourceConfig": { + "cursorField": [ + "updatedAt" + ], + "stream": "deal_pipelines", + "syncMode": "incremental" + } + }, + { + "documentSchema": { + "$schema": "http://json-schema.org/draft-07/schema#", + "properties": { + "_meta": { + "properties": { + "row_id": { + "type": "integer" + } + }, + "required": [ + "row_id" + ], + "type": "object" + }, + "archived": { + "type": [ + "null", + "boolean" + ] + }, + "companies": { + "items": { + "format": "integer", + "type": [ + "null", + "integer", + "string" + ] + }, + "type": [ + "null", + "array" + ] + }, + "contacts": { + "items": { + "format": "integer", + "type": [ + "null", + "integer", + "string" + ] + }, + "type": [ + "null", + "array" + ] + }, + "createdAt": { + "format": "date-time", + "type": [ + "null", + "string" + ] + }, + "id": { + "type": "string" + }, + "line_items": { + "items": { + "format": "integer", + "type": [ + "null", + "integer", + "string" + ] + }, + "type": [ + "null", + "array" + ] + }, + "properties": { + "properties": { + "amount": { + "type": [ + "null", + "number" + ] + }, + "amount_in_home_currency": { + "type": [ + "null", + "number" + ] + }, + "closed_lost_reason": { + "type": [ + "null", + "string" + ] + }, + "closed_won_reason": { + "type": [ + "null", + "string" + ] + }, + "closedate": { + "format": "date-time", + "type": [ + "null", + "string" + ] + }, + "createdate": { + "format": "date-time", + "type": [ + "null", + "string" + ] + }, + "days_to_close": { + "type": [ + "null", + "number" + ] + }, + "deal_currency_code": { + "type": [ + "null", + "string" + ] + }, + "dealname": { + "type": [ + "null", + "string" + ] + }, + "dealstage": { + "type": [ + "null", + "string" + ] + }, + "dealtype": { + "type": [ + "null", + "string" + ] + }, + "description": { + "type": [ + "null", + "string" + ] + }, + "engagements_last_meeting_booked": { + "format": "date-time", + "type": [ + "null", + "string" + ] + }, + "engagements_last_meeting_booked_campaign": { + "type": [ + "null", + "string" + ] + }, + "engagements_last_meeting_booked_medium": { + "type": [ + "null", + "string" + ] + }, + "engagements_last_meeting_booked_source": { + "type": [ + "null", + "string" + ] + }, + "hs_acv": { + "type": [ + "null", + "number" + ] + }, + "hs_all_accessible_team_ids": { + "type": [ + "null", + "string" + ] + }, + "hs_all_assigned_business_unit_ids": { + "type": [ + "null", + "string" + ] + }, + "hs_all_collaborator_owner_ids": { + "type": [ + "null", + "string" + ] + }, + "hs_all_deal_split_owner_ids": { + "type": [ + "null", + "string" + ] + }, + "hs_all_owner_ids": { + "type": [ + "null", + "string" + ] + }, + "hs_all_team_ids": { + "type": [ + "null", + "string" + ] + }, + "hs_analytics_latest_source": { + "type": [ + "null", + "string" + ] + }, + "hs_analytics_latest_source_company": { + "type": [ + "null", + "string" + ] + }, + "hs_analytics_latest_source_contact": { + "type": [ + "null", + "string" + ] + }, + "hs_analytics_latest_source_data_1": { + "type": [ + "null", + "string" + ] + }, + "hs_analytics_latest_source_data_1_company": { + "type": [ + "null", + "string" + ] + }, + "hs_analytics_latest_source_data_1_contact": { + "type": [ + "null", + "string" + ] + }, + "hs_analytics_latest_source_data_2": { + "type": [ + "null", + "string" + ] + }, + "hs_analytics_latest_source_data_2_company": { + "type": [ + "null", + "string" + ] + }, + "hs_analytics_latest_source_data_2_contact": { + "type": [ + "null", + "string" + ] + }, + "hs_analytics_latest_source_timestamp": { + "format": "date-time", + "type": [ + "null", + "string" + ] + }, + "hs_analytics_latest_source_timestamp_company": { + "format": "date-time", + "type": [ + "null", + "string" + ] + }, + "hs_analytics_latest_source_timestamp_contact": { + "format": "date-time", + "type": [ + "null", + "string" + ] + }, + "hs_analytics_source": { + "type": [ + "null", + "string" + ] + }, + "hs_analytics_source_data_1": { + "type": [ + "null", + "string" + ] + }, + "hs_analytics_source_data_2": { + "type": [ + "null", + "string" + ] + }, + "hs_arr": { + "type": [ + "null", + "number" + ] + }, + "hs_associated_deal_registration_deal_type": { + "type": [ + "null", + "string" + ] + }, + "hs_associated_deal_registration_product_interests": { + "type": [ + "null", + "string" + ] + }, + "hs_campaign": { + "type": [ + "null", + "string" + ] + }, + "hs_closed_amount": { + "type": [ + "null", + "number" + ] + }, + "hs_closed_amount_in_home_currency": { + "type": [ + "null", + "number" + ] + }, + "hs_closed_deal_close_date": { + "type": [ + "null", + "number" + ] + }, + "hs_closed_deal_create_date": { + "type": [ + "null", + "number" + ] + }, + "hs_closed_won_count": { + "type": [ + "null", + "number" + ] + }, + "hs_closed_won_date": { + "format": "date-time", + "type": [ + "null", + "string" + ] + }, + "hs_created_by_user_id": { + "type": [ + "null", + "number" + ] + }, + "hs_createdate": { + "format": "date-time", + "type": [ + "null", + "string" + ] + }, + "hs_date_entered_appointmentscheduled": { + "format": "date-time", + "type": [ + "null", + "string" + ] + }, + "hs_date_entered_closedlost": { + "format": "date-time", + "type": [ + "null", + "string" + ] + }, + "hs_date_entered_closedwon": { + "format": "date-time", + "type": [ + "null", + "string" + ] + }, + "hs_date_entered_contractsent": { + "format": "date-time", + "type": [ + "null", + "string" + ] + }, + "hs_date_entered_decisionmakerboughtin": { + "format": "date-time", "type": [ "null", "string" ] }, - "hs_line_item_global_term_recurringbillingfrequency_enabled": { + "hs_date_entered_presentationscheduled": { + "format": "date-time", "type": [ "null", - "boolean" + "string" ] }, - "hs_manual_forecast_category": { + "hs_date_entered_qualifiedtobuy": { + "format": "date-time", "type": [ "null", "string" ] }, - "hs_merged_object_ids": { + "hs_date_exited_appointmentscheduled": { + "format": "date-time", "type": [ "null", "string" ] }, - "hs_mrr": { + "hs_date_exited_closedlost": { + "format": "date-time", "type": [ "null", - "number" + "string" ] }, - "hs_next_step": { + "hs_date_exited_closedwon": { + "format": "date-time", "type": [ "null", "string" ] }, - "hs_notes_next_activity_type": { + "hs_date_exited_contractsent": { + "format": "date-time", "type": [ "null", "string" ] }, - "hs_num_of_associated_line_items": { + "hs_date_exited_decisionmakerboughtin": { + "format": "date-time", "type": [ "null", - "number" + "string" ] }, - "hs_num_target_accounts": { + "hs_date_exited_presentationscheduled": { + "format": "date-time", "type": [ "null", - "number" + "string" ] }, - "hs_object_id": { + "hs_date_exited_qualifiedtobuy": { + "format": "date-time", + "type": [ + "null", + "string" + ] + }, + "hs_days_to_close_raw": { "type": [ "null", "number" ] }, - "hs_object_source": { + "hs_deal_amount_calculation_preference": { "type": [ "null", "string" ] }, - "hs_object_source_detail_1": { + "hs_deal_registration_mrr": { "type": [ "null", - "string" + "number" ] }, - "hs_object_source_detail_2": { + "hs_deal_registration_mrr_currency_code": { "type": [ "null", "string" ] }, - "hs_object_source_detail_3": { + "hs_deal_score": { "type": [ "null", - "string" + "number" ] }, - "hs_object_source_id": { + "hs_deal_stage_probability": { "type": [ "null", - "string" + "number" ] }, - "hs_object_source_label": { + "hs_deal_stage_probability_shadow": { "type": [ "null", - "string" + "number" ] }, - "hs_object_source_user_id": { + "hs_exchange_rate": { "type": [ "null", "number" ] }, - "hs_open_deal_create_date": { + "hs_forecast_amount": { "type": [ "null", "number" ] }, - "hs_pinned_engagement_id": { + "hs_forecast_probability": { "type": [ "null", "number" ] }, - "hs_predicted_amount": { + "hs_has_empty_conditional_stage_properties": { + "type": [ + "null", + "boolean" + ] + }, + "hs_is_active_shared_deal": { + "type": [ + "null", + "boolean" + ] + }, + "hs_is_closed": { + "type": [ + "null", + "boolean" + ] + }, + "hs_is_closed_count": { "type": [ "null", "number" ] }, - "hs_predicted_amount_in_home_currency": { + "hs_is_closed_lost": { + "type": [ + "null", + "boolean" + ] + }, + "hs_is_closed_won": { + "type": [ + "null", + "boolean" + ] + }, + "hs_is_deal_split": { + "type": [ + "null", + "boolean" + ] + }, + "hs_is_in_first_deal_stage": { + "type": [ + "null", + "boolean" + ] + }, + "hs_is_open_count": { "type": [ "null", "number" ] }, - "hs_priority": { + "hs_lastmodifieddate": { + "format": "date-time", "type": [ "null", "string" ] }, - "hs_projected_amount": { + "hs_latest_approval_status": { + "type": [ + "null", + "string" + ] + }, + "hs_latest_approval_status_approval_id": { "type": [ "null", "number" ] }, - "hs_projected_amount_in_home_currency": { + "hs_latest_meeting_activity": { + "format": "date-time", + "type": [ + "null", + "string" + ] + }, + "hs_likelihood_to_close": { "type": [ "null", "number" ] }, - "hs_read_only": { + "hs_line_item_global_term_hs_discount_percentage": { + "type": [ + "null", + "string" + ] + }, + "hs_line_item_global_term_hs_discount_percentage_enabled": { "type": [ "null", "boolean" ] }, - "hs_sales_email_last_replied": { + "hs_line_item_global_term_hs_recurring_billing_period": { + "type": [ + "null", + "string" + ] + }, + "hs_line_item_global_term_hs_recurring_billing_period_enabled": { + "type": [ + "null", + "boolean" + ] + }, + "hs_line_item_global_term_hs_recurring_billing_start_date": { + "type": [ + "null", + "string" + ] + }, + "hs_line_item_global_term_hs_recurring_billing_start_date_enabled": { + "type": [ + "null", + "boolean" + ] + }, + "hs_line_item_global_term_recurringbillingfrequency": { + "type": [ + "null", + "string" + ] + }, + "hs_line_item_global_term_recurringbillingfrequency_enabled": { + "type": [ + "null", + "boolean" + ] + }, + "hs_manual_forecast_category": { + "type": [ + "null", + "string" + ] + }, + "hs_merged_object_ids": { + "type": [ + "null", + "string" + ] + }, + "hs_mrr": { + "type": [ + "null", + "number" + ] + }, + "hs_next_step": { + "type": [ + "null", + "string" + ] + }, + "hs_next_step_updated_at": { "format": "date-time", "type": [ "null", "string" ] }, - "hs_shared_team_ids": { + "hs_notes_last_activity": { "type": [ "null", "string" ] }, - "hs_shared_user_ids": { + "hs_notes_next_activity": { "type": [ "null", "string" ] }, - "hs_tcv": { + "hs_notes_next_activity_type": { + "type": [ + "null", + "string" + ] + }, + "hs_num_associated_active_deal_registrations": { "type": [ "null", "number" ] }, - "hs_time_in_appointmentscheduled": { + "hs_num_associated_deal_registrations": { "type": [ "null", "number" ] }, - "hs_time_in_closedlost": { + "hs_num_associated_deal_splits": { "type": [ "null", "number" ] }, - "hs_time_in_closedwon": { + "hs_num_of_associated_line_items": { "type": [ "null", "number" ] }, - "hs_time_in_contractsent": { + "hs_num_target_accounts": { "type": [ "null", "number" ] }, - "hs_time_in_decisionmakerboughtin": { + "hs_object_id": { "type": [ "null", "number" ] }, - "hs_time_in_presentationscheduled": { + "hs_object_source": { + "type": [ + "null", + "string" + ] + }, + "hs_object_source_detail_1": { + "type": [ + "null", + "string" + ] + }, + "hs_object_source_detail_2": { + "type": [ + "null", + "string" + ] + }, + "hs_object_source_detail_3": { + "type": [ + "null", + "string" + ] + }, + "hs_object_source_id": { + "type": [ + "null", + "string" + ] + }, + "hs_object_source_label": { + "type": [ + "null", + "string" + ] + }, + "hs_object_source_user_id": { "type": [ "null", "number" ] }, - "hs_time_in_qualifiedtobuy": { + "hs_open_deal_create_date": { + "type": [ + "null", + "number" + ] + }, + "hs_pinned_engagement_id": { "type": [ "null", "number" ] }, - "hs_unique_creation_key": { + "hs_predicted_amount": { "type": [ "null", - "string" + "number" ] }, - "hs_updated_by_user_id": { + "hs_predicted_amount_in_home_currency": { "type": [ "null", "number" ] }, - "hs_user_ids_of_all_notification_followers": { + "hs_priority": { "type": [ "null", "string" ] }, - "hs_user_ids_of_all_notification_unfollowers": { + "hs_projected_amount": { "type": [ "null", - "string" + "number" ] }, - "hs_user_ids_of_all_owners": { + "hs_projected_amount_in_home_currency": { "type": [ "null", - "string" + "number" ] }, - "hs_was_imported": { + "hs_read_only": { "type": [ "null", "boolean" ] }, - "hubspot_owner_assigneddate": { + "hs_sales_email_last_replied": { "format": "date-time", "type": [ "null", "string" ] }, - "hubspot_owner_id": { + "hs_shared_team_ids": { "type": [ "null", "string" ] }, - "hubspot_team_id": { + "hs_shared_user_ids": { "type": [ "null", "string" ] }, - "notes_last_contacted": { - "format": "date-time", + "hs_source_object_id": { "type": [ "null", - "string" + "number" ] }, - "notes_last_updated": { - "format": "date-time", + "hs_synced_deal_owner_name_and_email": { "type": [ "null", "string" ] }, - "notes_next_activity_date": { - "format": "date-time", + "hs_tag_ids": { "type": [ "null", "string" ] }, - "num_associated_contacts": { + "hs_tcv": { "type": [ "null", "number" ] }, - "num_contacted_notes": { + "hs_time_in_appointmentscheduled": { "type": [ "null", "number" ] }, - "num_notes": { + "hs_time_in_closedlost": { "type": [ "null", "number" ] }, - "pipeline": { - "type": [ - "null", - "string" - ] - } - }, - "type": "object" - }, - "updatedAt": { - "format": "date-time", - "type": [ - "null", - "string" - ] - } - }, - "required": [ - "id" - ], - "type": [ - "object" - ] - }, - "key": [ - "/id" - ], - "recommendedName": "deals", - "resourceConfig": { - "cursorField": [ - "updatedAt" - ], - "stream": "deals", - "syncMode": "incremental" - } - }, - { - "documentSchema": { - "$schema": "http://json-schema.org/draft-07/schema#", - "properties": { - "_meta": { - "properties": { - "row_id": { - "type": "integer" - } - }, - "required": [ - "row_id" - ], - "type": "object" - }, - "archived": { - "type": [ - "null", - "boolean" - ] - }, - "archivedAt": { - "format": "date-time", - "type": [ - "null", - "string" - ] - }, - "companies": { - "items": { - "type": [ - "null", - "string" - ] - }, - "type": [ - "null", - "array" - ] - }, - "contacts": { - "items": { - "type": [ - "null", - "string" - ] - }, - "type": [ - "null", - "array" - ] - }, - "createdAt": { - "format": "date-time", - "type": [ - "null", - "string" - ] - }, - "id": { - "type": "string" - }, - "line_items": { - "items": { - "type": [ - "null", - "string" - ] - }, - "type": [ - "null", - "array" - ] - }, - "properties": { - "properties": { - "amount": { + "hs_time_in_closedwon": { "type": [ "null", "number" ] }, - "amount_in_home_currency": { + "hs_time_in_contractsent": { "type": [ "null", "number" ] }, - "closed_lost_reason": { + "hs_time_in_decisionmakerboughtin": { "type": [ "null", - "string" + "number" ] }, - "closed_won_reason": { + "hs_time_in_presentationscheduled": { "type": [ "null", - "string" + "number" ] }, - "closedate": { - "format": "date-time", + "hs_time_in_qualifiedtobuy": { "type": [ "null", - "string" + "number" ] }, - "createdate": { - "format": "date-time", + "hs_unique_creation_key": { "type": [ "null", "string" ] }, - "days_to_close": { + "hs_updated_by_user_id": { "type": [ "null", "number" ] }, - "dealname": { + "hs_user_ids_of_all_notification_followers": { "type": [ "null", "string" ] }, - "dealstage": { + "hs_user_ids_of_all_notification_unfollowers": { "type": [ "null", "string" ] }, - "dealtype": { + "hs_user_ids_of_all_owners": { "type": [ "null", "string" ] }, - "description": { + "hs_v2_cumulative_time_in_appointmentscheduled": { "type": [ "null", - "string" + "number" ] }, - "engagements_last_meeting_booked": { - "format": "date-time", + "hs_v2_cumulative_time_in_closedlost": { "type": [ "null", - "string" + "number" ] }, - "engagements_last_meeting_booked_campaign": { + "hs_v2_cumulative_time_in_closedwon": { "type": [ "null", - "string" + "number" ] }, - "engagements_last_meeting_booked_medium": { + "hs_v2_cumulative_time_in_contractsent": { "type": [ "null", - "string" + "number" ] }, - "engagements_last_meeting_booked_source": { + "hs_v2_cumulative_time_in_decisionmakerboughtin": { "type": [ "null", - "string" + "number" ] }, - "hs_acv": { + "hs_v2_cumulative_time_in_presentationscheduled": { "type": [ "null", "number" ] }, - "hs_all_accessible_team_ids": { + "hs_v2_cumulative_time_in_qualifiedtobuy": { "type": [ "null", - "string" + "number" ] }, - "hs_all_collaborator_owner_ids": { + "hs_v2_date_entered_appointmentscheduled": { + "format": "date-time", "type": [ "null", "string" ] }, - "hs_all_deal_split_owner_ids": { + "hs_v2_date_entered_closedlost": { + "format": "date-time", "type": [ "null", "string" ] }, - "hs_all_owner_ids": { + "hs_v2_date_entered_closedwon": { + "format": "date-time", "type": [ "null", "string" ] }, - "hs_all_team_ids": { + "hs_v2_date_entered_contractsent": { + "format": "date-time", "type": [ "null", "string" ] }, - "hs_analytics_latest_source": { + "hs_v2_date_entered_decisionmakerboughtin": { + "format": "date-time", "type": [ "null", "string" ] }, - "hs_analytics_latest_source_company": { + "hs_v2_date_entered_presentationscheduled": { + "format": "date-time", "type": [ "null", "string" ] }, - "hs_analytics_latest_source_contact": { + "hs_v2_date_entered_qualifiedtobuy": { + "format": "date-time", "type": [ "null", "string" ] }, - "hs_analytics_latest_source_data_1": { + "hs_v2_date_exited_appointmentscheduled": { + "format": "date-time", "type": [ "null", "string" ] }, - "hs_analytics_latest_source_data_1_company": { + "hs_v2_date_exited_closedlost": { + "format": "date-time", "type": [ "null", "string" ] }, - "hs_analytics_latest_source_data_1_contact": { + "hs_v2_date_exited_closedwon": { + "format": "date-time", "type": [ "null", "string" ] }, - "hs_analytics_latest_source_data_2": { + "hs_v2_date_exited_contractsent": { + "format": "date-time", "type": [ "null", "string" ] }, - "hs_analytics_latest_source_data_2_company": { + "hs_v2_date_exited_decisionmakerboughtin": { + "format": "date-time", "type": [ "null", "string" ] }, - "hs_analytics_latest_source_data_2_contact": { + "hs_v2_date_exited_presentationscheduled": { + "format": "date-time", "type": [ "null", "string" ] }, - "hs_analytics_latest_source_timestamp": { + "hs_v2_date_exited_qualifiedtobuy": { "format": "date-time", "type": [ "null", "string" ] }, - "hs_analytics_latest_source_timestamp_company": { - "format": "date-time", + "hs_v2_latest_time_in_appointmentscheduled": { "type": [ "null", - "string" + "number" ] }, - "hs_analytics_latest_source_timestamp_contact": { - "format": "date-time", + "hs_v2_latest_time_in_closedlost": { "type": [ "null", - "string" + "number" ] }, - "hs_analytics_source": { + "hs_v2_latest_time_in_closedwon": { "type": [ "null", - "string" + "number" ] }, - "hs_analytics_source_data_1": { + "hs_v2_latest_time_in_contractsent": { "type": [ "null", - "string" + "number" ] }, - "hs_analytics_source_data_2": { + "hs_v2_latest_time_in_decisionmakerboughtin": { "type": [ "null", - "string" + "number" ] }, - "hs_arr": { + "hs_v2_latest_time_in_presentationscheduled": { "type": [ "null", "number" ] }, - "hs_closed_amount": { + "hs_v2_latest_time_in_qualifiedtobuy": { "type": [ "null", "number" ] }, - "hs_closed_amount_in_home_currency": { + "hs_was_imported": { + "type": [ + "null", + "boolean" + ] + }, + "hubspot_owner_assigneddate": { + "format": "date-time", + "type": [ + "null", + "string" + ] + }, + "hubspot_owner_id": { "type": [ "null", - "number" + "string" ] }, - "hs_closed_deal_close_date": { + "hubspot_team_id": { "type": [ "null", - "number" + "string" ] }, - "hs_closed_deal_create_date": { + "notes_last_contacted": { + "format": "date-time", "type": [ "null", - "number" + "string" ] }, - "hs_closed_won_count": { + "notes_last_updated": { + "format": "date-time", "type": [ "null", - "number" + "string" ] }, - "hs_closed_won_date": { + "notes_next_activity_date": { "format": "date-time", "type": [ "null", "string" ] }, - "hs_created_by_user_id": { + "num_associated_contacts": { "type": [ "null", "number" ] }, - "hs_createdate": { - "format": "date-time", + "num_contacted_notes": { "type": [ "null", - "string" + "number" ] }, - "hs_date_entered_appointmentscheduled": { - "format": "date-time", + "num_notes": { "type": [ "null", - "string" + "number" ] }, - "hs_date_entered_closedlost": { - "format": "date-time", + "pipeline": { "type": [ "null", "string" ] + } + }, + "type": "object" + }, + "updatedAt": { + "format": "date-time", + "type": [ + "null", + "string" + ] + } + }, + "required": [ + "id" + ], + "type": [ + "object" + ] + }, + "key": [ + "/id" + ], + "recommendedName": "deals", + "resourceConfig": { + "cursorField": [ + "updatedAt" + ], + "stream": "deals", + "syncMode": "incremental" + } + }, + { + "documentSchema": { + "$schema": "http://json-schema.org/draft-07/schema#", + "properties": { + "_meta": { + "properties": { + "row_id": { + "type": "integer" + } + }, + "required": [ + "row_id" + ], + "type": "object" + }, + "archived": { + "type": [ + "null", + "boolean" + ] + }, + "archivedAt": { + "format": "date-time", + "type": [ + "null", + "string" + ] + }, + "companies": { + "items": { + "type": [ + "null", + "string" + ] + }, + "type": [ + "null", + "array" + ] + }, + "contacts": { + "items": { + "type": [ + "null", + "string" + ] + }, + "type": [ + "null", + "array" + ] + }, + "createdAt": { + "format": "date-time", + "type": [ + "null", + "string" + ] + }, + "id": { + "type": "string" + }, + "line_items": { + "items": { + "type": [ + "null", + "string" + ] + }, + "type": [ + "null", + "array" + ] + }, + "properties": { + "properties": { + "amount": { + "type": [ + "null", + "number" + ] }, - "hs_date_entered_closedwon": { - "format": "date-time", + "amount_in_home_currency": { "type": [ "null", - "string" + "number" ] }, - "hs_date_entered_contractsent": { - "format": "date-time", + "closed_lost_reason": { "type": [ "null", "string" ] }, - "hs_date_entered_decisionmakerboughtin": { - "format": "date-time", + "closed_won_reason": { "type": [ "null", "string" ] }, - "hs_date_entered_presentationscheduled": { + "closedate": { "format": "date-time", "type": [ "null", "string" ] }, - "hs_date_entered_qualifiedtobuy": { + "createdate": { "format": "date-time", "type": [ "null", "string" ] }, - "hs_date_exited_appointmentscheduled": { - "format": "date-time", + "days_to_close": { "type": [ "null", - "string" + "number" ] }, - "hs_date_exited_closedlost": { - "format": "date-time", + "deal_currency_code": { "type": [ "null", "string" ] }, - "hs_date_exited_closedwon": { - "format": "date-time", + "dealname": { "type": [ "null", "string" ] }, - "hs_date_exited_contractsent": { - "format": "date-time", + "dealstage": { "type": [ "null", "string" ] }, - "hs_date_exited_decisionmakerboughtin": { - "format": "date-time", + "dealtype": { "type": [ "null", "string" ] }, - "hs_date_exited_presentationscheduled": { - "format": "date-time", + "description": { "type": [ "null", "string" ] }, - "hs_date_exited_qualifiedtobuy": { + "engagements_last_meeting_booked": { "format": "date-time", "type": [ "null", "string" ] }, - "hs_days_to_close_raw": { + "engagements_last_meeting_booked_campaign": { "type": [ "null", - "number" + "string" ] }, - "hs_deal_amount_calculation_preference": { + "engagements_last_meeting_booked_medium": { "type": [ "null", "string" ] }, - "hs_deal_stage_probability": { + "engagements_last_meeting_booked_source": { "type": [ "null", - "number" + "string" ] }, - "hs_deal_stage_probability_shadow": { + "hs_acv": { "type": [ "null", "number" ] }, - "hs_exchange_rate": { + "hs_all_accessible_team_ids": { "type": [ "null", - "number" + "string" ] }, - "hs_forecast_amount": { + "hs_all_assigned_business_unit_ids": { "type": [ "null", - "number" + "string" ] }, - "hs_forecast_probability": { + "hs_all_collaborator_owner_ids": { "type": [ "null", - "number" + "string" ] }, - "hs_has_empty_conditional_stage_properties": { + "hs_all_deal_split_owner_ids": { "type": [ "null", - "boolean" + "string" ] }, - "hs_is_closed": { + "hs_all_owner_ids": { "type": [ "null", - "boolean" + "string" ] }, - "hs_is_closed_won": { + "hs_all_team_ids": { "type": [ "null", - "boolean" + "string" ] }, - "hs_is_in_first_deal_stage": { + "hs_analytics_latest_source": { "type": [ "null", - "boolean" + "string" ] }, - "hs_is_open_count": { + "hs_analytics_latest_source_company": { "type": [ "null", - "number" + "string" ] }, - "hs_lastmodifieddate": { - "format": "date-time", + "hs_analytics_latest_source_contact": { "type": [ "null", "string" ] }, - "hs_latest_meeting_activity": { - "format": "date-time", + "hs_analytics_latest_source_data_1": { "type": [ "null", "string" ] }, - "hs_likelihood_to_close": { + "hs_analytics_latest_source_data_1_company": { "type": [ "null", - "number" + "string" ] }, - "hs_line_item_global_term_hs_discount_percentage": { + "hs_analytics_latest_source_data_1_contact": { "type": [ "null", "string" ] }, - "hs_line_item_global_term_hs_discount_percentage_enabled": { + "hs_analytics_latest_source_data_2": { "type": [ "null", - "boolean" + "string" ] }, - "hs_line_item_global_term_hs_recurring_billing_period": { + "hs_analytics_latest_source_data_2_company": { "type": [ "null", "string" ] }, - "hs_line_item_global_term_hs_recurring_billing_period_enabled": { + "hs_analytics_latest_source_data_2_contact": { "type": [ "null", - "boolean" + "string" ] }, - "hs_line_item_global_term_hs_recurring_billing_start_date": { + "hs_analytics_latest_source_timestamp": { + "format": "date-time", "type": [ "null", "string" ] }, - "hs_line_item_global_term_hs_recurring_billing_start_date_enabled": { + "hs_analytics_latest_source_timestamp_company": { + "format": "date-time", "type": [ "null", - "boolean" + "string" ] }, - "hs_line_item_global_term_recurringbillingfrequency": { + "hs_analytics_latest_source_timestamp_contact": { + "format": "date-time", "type": [ "null", "string" ] }, - "hs_line_item_global_term_recurringbillingfrequency_enabled": { + "hs_analytics_source": { "type": [ "null", - "boolean" + "string" ] }, - "hs_manual_forecast_category": { + "hs_analytics_source_data_1": { "type": [ "null", "string" ] }, - "hs_merged_object_ids": { + "hs_analytics_source_data_2": { "type": [ "null", "string" ] }, - "hs_mrr": { + "hs_arr": { "type": [ "null", "number" ] }, - "hs_next_step": { + "hs_associated_deal_registration_deal_type": { "type": [ "null", "string" ] }, - "hs_notes_next_activity_type": { + "hs_associated_deal_registration_product_interests": { "type": [ "null", "string" ] }, - "hs_num_of_associated_line_items": { + "hs_campaign": { "type": [ "null", - "number" + "string" ] }, - "hs_num_target_accounts": { + "hs_closed_amount": { "type": [ "null", "number" ] }, - "hs_object_id": { + "hs_closed_amount_in_home_currency": { "type": [ "null", "number" ] }, - "hs_object_source": { + "hs_closed_deal_close_date": { "type": [ "null", - "string" + "number" ] }, - "hs_object_source_detail_1": { + "hs_closed_deal_create_date": { "type": [ "null", - "string" + "number" ] }, - "hs_object_source_detail_2": { + "hs_closed_won_count": { "type": [ "null", - "string" + "number" ] }, - "hs_object_source_detail_3": { + "hs_closed_won_date": { + "format": "date-time", "type": [ "null", "string" ] }, - "hs_object_source_id": { + "hs_created_by_user_id": { "type": [ "null", - "string" + "number" ] }, - "hs_object_source_label": { + "hs_createdate": { + "format": "date-time", "type": [ "null", "string" ] }, - "hs_object_source_user_id": { + "hs_date_entered_appointmentscheduled": { + "format": "date-time", "type": [ "null", - "number" + "string" ] }, - "hs_open_deal_create_date": { + "hs_date_entered_closedlost": { + "format": "date-time", "type": [ "null", - "number" + "string" ] }, - "hs_pinned_engagement_id": { + "hs_date_entered_closedwon": { + "format": "date-time", "type": [ "null", - "number" + "string" ] }, - "hs_predicted_amount": { + "hs_date_entered_contractsent": { + "format": "date-time", "type": [ "null", - "number" + "string" ] }, - "hs_predicted_amount_in_home_currency": { + "hs_date_entered_decisionmakerboughtin": { + "format": "date-time", "type": [ "null", - "number" + "string" ] }, - "hs_priority": { + "hs_date_entered_presentationscheduled": { + "format": "date-time", "type": [ "null", "string" ] }, - "hs_projected_amount": { + "hs_date_entered_qualifiedtobuy": { + "format": "date-time", "type": [ "null", - "number" + "string" ] }, - "hs_projected_amount_in_home_currency": { + "hs_date_exited_appointmentscheduled": { + "format": "date-time", "type": [ "null", - "number" + "string" ] }, - "hs_read_only": { + "hs_date_exited_closedlost": { + "format": "date-time", "type": [ "null", - "boolean" + "string" ] }, - "hs_sales_email_last_replied": { + "hs_date_exited_closedwon": { "format": "date-time", "type": [ "null", "string" ] }, - "hs_shared_team_ids": { + "hs_date_exited_contractsent": { + "format": "date-time", "type": [ "null", "string" ] }, - "hs_shared_user_ids": { + "hs_date_exited_decisionmakerboughtin": { + "format": "date-time", "type": [ "null", "string" ] }, - "hs_tcv": { + "hs_date_exited_presentationscheduled": { + "format": "date-time", "type": [ "null", - "number" + "string" ] }, - "hs_time_in_appointmentscheduled": { + "hs_date_exited_qualifiedtobuy": { + "format": "date-time", "type": [ "null", - "number" + "string" ] }, - "hs_time_in_closedlost": { + "hs_days_to_close_raw": { "type": [ "null", "number" ] }, - "hs_time_in_closedwon": { + "hs_deal_amount_calculation_preference": { "type": [ "null", - "number" + "string" ] }, - "hs_time_in_contractsent": { + "hs_deal_registration_mrr": { "type": [ "null", "number" ] }, - "hs_time_in_decisionmakerboughtin": { + "hs_deal_registration_mrr_currency_code": { "type": [ "null", - "number" + "string" ] }, - "hs_time_in_presentationscheduled": { + "hs_deal_score": { "type": [ "null", "number" ] }, - "hs_time_in_qualifiedtobuy": { + "hs_deal_stage_probability": { "type": [ "null", "number" ] }, - "hs_unique_creation_key": { - "type": [ - "null", - "string" - ] - }, - "hs_updated_by_user_id": { + "hs_deal_stage_probability_shadow": { "type": [ "null", "number" ] }, - "hs_user_ids_of_all_notification_followers": { + "hs_exchange_rate": { "type": [ "null", - "string" + "number" ] }, - "hs_user_ids_of_all_notification_unfollowers": { + "hs_forecast_amount": { "type": [ "null", - "string" + "number" ] }, - "hs_user_ids_of_all_owners": { + "hs_forecast_probability": { "type": [ "null", - "string" + "number" ] }, - "hs_was_imported": { + "hs_has_empty_conditional_stage_properties": { "type": [ "null", "boolean" ] }, - "hubspot_owner_assigneddate": { - "format": "date-time", - "type": [ - "null", - "string" - ] - }, - "hubspot_owner_id": { + "hs_is_active_shared_deal": { "type": [ "null", - "string" + "boolean" ] }, - "hubspot_team_id": { + "hs_is_closed": { "type": [ "null", - "string" + "boolean" ] }, - "notes_last_contacted": { - "format": "date-time", + "hs_is_closed_count": { "type": [ "null", - "string" + "number" ] }, - "notes_last_updated": { - "format": "date-time", + "hs_is_closed_lost": { "type": [ "null", - "string" + "boolean" ] }, - "notes_next_activity_date": { - "format": "date-time", + "hs_is_closed_won": { "type": [ "null", - "string" + "boolean" ] }, - "num_associated_contacts": { + "hs_is_deal_split": { "type": [ "null", - "number" + "boolean" ] }, - "num_contacted_notes": { + "hs_is_in_first_deal_stage": { "type": [ "null", - "number" + "boolean" ] }, - "num_notes": { + "hs_is_open_count": { "type": [ "null", "number" ] }, - "pipeline": { - "type": [ - "null", - "string" - ] - } - }, - "type": "object" - }, - "updatedAt": { - "format": "date-time", - "type": [ - "null", - "string" - ] - } - }, - "required": [ - "id" - ], - "type": [ - "object" - ] - }, - "key": [ - "/id" - ], - "recommendedName": "deals_archived", - "resourceConfig": { - "cursorField": [ - "archivedAt" - ], - "stream": "deals_archived", - "syncMode": "incremental" - } - }, - { - "documentSchema": { - "$schema": "http://json-schema.org/draft-07/schema#", - "properties": { - "_meta": { - "properties": { - "row_id": { - "type": "integer" - } - }, - "required": [ - "row_id" - ], - "type": "object" - }, - "appId": { - "type": [ - "null", - "integer" - ] - }, - "appName": { - "type": [ - "null", - "string" - ] - }, - "attempt": { - "type": [ - "null", - "integer" - ] - }, - "bounced": { - "type": [ - "null", - "boolean" - ] - }, - "browser": { - "properties": { - "family": { + "hs_lastmodifieddate": { + "format": "date-time", "type": [ "null", "string" ] }, - "name": { + "hs_latest_approval_status": { "type": [ "null", "string" ] }, - "producer": { + "hs_latest_approval_status_approval_id": { "type": [ "null", - "string" + "number" ] }, - "producerUrl": { + "hs_latest_meeting_activity": { + "format": "date-time", "type": [ "null", "string" ] }, - "type": { + "hs_likelihood_to_close": { + "type": [ + "null", + "number" + ] + }, + "hs_line_item_global_term_hs_discount_percentage": { "type": [ "null", "string" ] }, - "url": { + "hs_line_item_global_term_hs_discount_percentage_enabled": { + "type": [ + "null", + "boolean" + ] + }, + "hs_line_item_global_term_hs_recurring_billing_period": { "type": [ "null", "string" ] }, - "version": { + "hs_line_item_global_term_hs_recurring_billing_period_enabled": { "type": [ "null", - "string", - "array" + "boolean" ] - } - }, - "type": [ - "object", - "null" - ] - }, - "category": { - "type": [ - "null", - "string" - ] - }, - "causedBy": { - "properties": { - "created": { + }, + "hs_line_item_global_term_hs_recurring_billing_start_date": { "type": [ "null", - "integer" + "string" ] }, - "id": { + "hs_line_item_global_term_hs_recurring_billing_start_date_enabled": { + "type": [ + "null", + "boolean" + ] + }, + "hs_line_item_global_term_recurringbillingfrequency": { "type": [ "null", "string" ] - } - }, - "type": [ - "null", - "object" - ] - }, - "created": { - "type": [ - "null", - "integer" - ] - }, - "deviceType": { - "type": [ - "null", - "string" - ] - }, - "dropMessage": { - "type": [ - "null", - "string" - ] - }, - "dropReason": { - "type": [ - "null", - "string" - ] - }, - "duration": { - "type": [ - "null", - "integer" - ] - }, - "emailCampaignGroupId": { - "type": [ - "null", - "integer" - ] - }, - "emailCampaignId": { - "type": [ - "null", - "integer" - ] - }, - "filteredEvent": { - "type": [ - "null", - "boolean" - ] - }, - "from": { - "type": [ - "null", - "string" - ] - }, - "hmid": { - "type": [ - "null", - "string" - ] - }, - "id": { - "type": "string" - }, - "ipAddress": { - "type": [ - "null", - "string" - ] - }, - "linkId": { - "type": [ - "null", - "integer" - ] - }, - "location": { - "properties": { - "city": { + }, + "hs_line_item_global_term_recurringbillingfrequency_enabled": { + "type": [ + "null", + "boolean" + ] + }, + "hs_manual_forecast_category": { "type": [ "null", "string" ] }, - "country": { + "hs_merged_object_ids": { "type": [ "null", "string" ] }, - "latitude": { + "hs_mrr": { "type": [ "null", "number" ] }, - "longitude": { + "hs_next_step": { "type": [ "null", - "number" + "string" ] }, - "state": { + "hs_next_step_updated_at": { + "format": "date-time", "type": [ "null", "string" ] }, - "zipcode": { + "hs_notes_last_activity": { "type": [ "null", "string" ] - } - }, - "type": [ - "null", - "object" - ] - }, - "obsoletedBy": { - "properties": { - "created": { + }, + "hs_notes_next_activity": { "type": [ "null", - "integer" + "string" ] }, - "id": { + "hs_notes_next_activity_type": { "type": [ "null", "string" ] - } - }, - "type": [ - "null", - "object" - ] - }, - "portalId": { - "type": [ - "null", - "integer" - ] - }, - "portalSubscriptionStatus": { - "type": [ - "null", - "string" - ] - }, - "recipient": { - "type": [ - "null", - "string" - ] - }, - "referer": { - "type": [ - "null", - "string" - ] - }, - "replyTo": { - "items": { - "type": [ - "null", - "string" - ] - }, - "type": [ - "null", - "array" - ] - }, - "requestedBy": { - "type": [ - "null", - "string" - ] - }, - "requestedByUserId": { - "type": [ - "null", - "integer" - ] - }, - "response": { - "type": [ - "null", - "string" - ] - }, - "sentBy": { - "properties": { - "created": { + }, + "hs_num_associated_active_deal_registrations": { + "type": [ + "null", + "number" + ] + }, + "hs_num_associated_deal_registrations": { + "type": [ + "null", + "number" + ] + }, + "hs_num_associated_deal_splits": { + "type": [ + "null", + "number" + ] + }, + "hs_num_of_associated_line_items": { "type": [ "null", - "integer" + "number" ] }, - "id": { + "hs_num_target_accounts": { + "type": [ + "null", + "number" + ] + }, + "hs_object_id": { + "type": [ + "null", + "number" + ] + }, + "hs_object_source": { "type": [ "null", "string" ] - } - }, - "type": [ - "null", - "object" - ] - }, - "smtpId": { - "type": [ - "null", - "string" - ] - }, - "source": { - "type": [ - "null", - "string" - ] - }, - "sourceId": { - "type": [ - "null", - "string" - ] - }, - "status": { - "type": [ - "null", - "string" - ] - }, - "subject": { - "type": [ - "null", - "string" - ] - }, - "type": { - "type": [ - "null", - "string" - ] - }, - "url": { - "type": [ - "null", - "string" - ] - }, - "userAgent": { - "type": [ - "null", - "string" - ] - } - }, - "required": [ - "id" - ], - "type": [ - "object" - ] - }, - "key": [ - "/id" - ], - "recommendedName": "email_events", - "resourceConfig": { - "cursorField": [ - "created" - ], - "stream": "email_events", - "syncMode": "incremental" - } - }, - { - "documentSchema": { - "$schema": "http://json-schema.org/draft-07/schema#", - "additionalProperties": true, - "properties": { - "_meta": { - "properties": { - "row_id": { - "type": "integer" - } - }, - "required": [ - "row_id" - ], - "type": "object" - }, - "active": { - "type": [ - "null", - "boolean" - ] - }, - "description": { - "type": [ - "null", - "string" - ] - }, - "id": { - "type": "integer" - }, - "name": { - "type": [ - "null", - "string" - ] - }, - "portalId": { - "type": [ - "null", - "integer" - ] - } - }, - "required": [ - "id" - ], - "type": [ - "object" - ] - }, - "key": [ - "/id" - ], - "recommendedName": "email_subscriptions", - "resourceConfig": { - "stream": "email_subscriptions", - "syncMode": "full_refresh" - } - }, - { - "documentSchema": { - "$schema": "http://json-schema.org/draft-07/schema#", - "properties": { - "_meta": { - "properties": { - "row_id": { - "type": "integer" - } - }, - "required": [ - "row_id" - ], - "type": "object" - }, - "active": { - "type": [ - "null", - "boolean" - ] - }, - "activityType": { - "type": [ - "null", - "string" - ] - }, - "allAccessibleTeamIds": { - "items": { - "type": [ - "null", - "integer" - ] - }, - "type": [ - "null", - "array" - ] - }, - "associations": { - "properties": { - "companyIds": { - "items": { - "type": [ - "null", - "integer" - ] - }, + }, + "hs_object_source_detail_1": { + "type": [ + "null", + "string" + ] + }, + "hs_object_source_detail_2": { + "type": [ + "null", + "string" + ] + }, + "hs_object_source_detail_3": { + "type": [ + "null", + "string" + ] + }, + "hs_object_source_id": { + "type": [ + "null", + "string" + ] + }, + "hs_object_source_label": { + "type": [ + "null", + "string" + ] + }, + "hs_object_source_user_id": { + "type": [ + "null", + "number" + ] + }, + "hs_open_deal_create_date": { + "type": [ + "null", + "number" + ] + }, + "hs_pinned_engagement_id": { + "type": [ + "null", + "number" + ] + }, + "hs_predicted_amount": { + "type": [ + "null", + "number" + ] + }, + "hs_predicted_amount_in_home_currency": { "type": [ "null", - "array" + "number" ] }, - "contactIds": { - "items": { - "type": [ - "null", - "integer" - ] - }, + "hs_priority": { "type": [ "null", - "array" + "string" ] }, - "dealIds": { - "items": { - "type": [ - "null", - "integer" - ] - }, + "hs_projected_amount": { "type": [ "null", - "array" + "number" ] }, - "ownerIds": { - "items": { - "type": [ - "null", - "integer" - ] - }, + "hs_projected_amount_in_home_currency": { "type": [ "null", - "array" + "number" ] }, - "ticketIds": { - "items": { - "type": [ - "null", - "integer" - ] - }, + "hs_read_only": { "type": [ "null", - "array" + "boolean" ] }, - "workflowIds": { - "items": { - "type": [ - "null", - "integer" - ] - }, + "hs_sales_email_last_replied": { + "format": "date-time", "type": [ "null", - "array" + "string" ] - } - }, - "type": [ - "null", - "object" - ] - }, - "attachments": { - "items": { - "properties": { - "id": { - "type": [ - "null", - "integer" - ] - } }, - "type": [ - "null", - "object" - ] - }, - "type": [ - "null", - "array" - ] - }, - "bodyPreview": { - "type": [ - "null", - "string" - ] - }, - "bodyPreviewHtml": { - "type": [ - "null", - "string" - ] - }, - "bodyPreviewIsTruncated": { - "type": [ - "null", - "boolean" - ] - }, - "createdAt": { - "type": [ - "null", - "integer" - ] - }, - "createdBy": { - "type": [ - "null", - "integer" - ] - }, - "gdprDeleted": { - "type": [ - "null", - "boolean" - ] - }, - "id": { - "type": "integer" - }, - "lastUpdated": { - "type": [ - "null", - "integer" - ] - }, - "metadata": { - "properties": { - "attachedVideoOpened": { + "hs_shared_team_ids": { + "type": [ + "null", + "string" + ] + }, + "hs_shared_user_ids": { + "type": [ + "null", + "string" + ] + }, + "hs_source_object_id": { + "type": [ + "null", + "number" + ] + }, + "hs_synced_deal_owner_name_and_email": { + "type": [ + "null", + "string" + ] + }, + "hs_tag_ids": { + "type": [ + "null", + "string" + ] + }, + "hs_tcv": { + "type": [ + "null", + "number" + ] + }, + "hs_time_in_appointmentscheduled": { + "type": [ + "null", + "number" + ] + }, + "hs_time_in_closedlost": { + "type": [ + "null", + "number" + ] + }, + "hs_time_in_closedwon": { + "type": [ + "null", + "number" + ] + }, + "hs_time_in_contractsent": { + "type": [ + "null", + "number" + ] + }, + "hs_time_in_decisionmakerboughtin": { + "type": [ + "null", + "number" + ] + }, + "hs_time_in_presentationscheduled": { + "type": [ + "null", + "number" + ] + }, + "hs_time_in_qualifiedtobuy": { + "type": [ + "null", + "number" + ] + }, + "hs_unique_creation_key": { + "type": [ + "null", + "string" + ] + }, + "hs_updated_by_user_id": { + "type": [ + "null", + "number" + ] + }, + "hs_user_ids_of_all_notification_followers": { + "type": [ + "null", + "string" + ] + }, + "hs_user_ids_of_all_notification_unfollowers": { + "type": [ + "null", + "string" + ] + }, + "hs_user_ids_of_all_owners": { + "type": [ + "null", + "string" + ] + }, + "hs_v2_cumulative_time_in_appointmentscheduled": { + "type": [ + "null", + "number" + ] + }, + "hs_v2_cumulative_time_in_closedlost": { + "type": [ + "null", + "number" + ] + }, + "hs_v2_cumulative_time_in_closedwon": { + "type": [ + "null", + "number" + ] + }, + "hs_v2_cumulative_time_in_contractsent": { + "type": [ + "null", + "number" + ] + }, + "hs_v2_cumulative_time_in_decisionmakerboughtin": { + "type": [ + "null", + "number" + ] + }, + "hs_v2_cumulative_time_in_presentationscheduled": { "type": [ "null", - "boolean" + "number" ] }, - "attachedVideoWatched": { + "hs_v2_cumulative_time_in_qualifiedtobuy": { "type": [ "null", - "boolean" + "number" ] }, - "bcc": { - "items": { - "properties": { - "email": { - "type": [ - "null", - "string" - ] - } - }, - "type": [ - "null", - "object" - ] - }, + "hs_v2_date_entered_appointmentscheduled": { + "format": "date-time", "type": [ "null", - "array" + "string" ] }, - "body": { + "hs_v2_date_entered_closedlost": { + "format": "date-time", "type": [ "null", "string" ] }, - "calleeObjectId": { + "hs_v2_date_entered_closedwon": { + "format": "date-time", "type": [ "null", - "integer" + "string" ] }, - "calleeObjectType": { + "hs_v2_date_entered_contractsent": { + "format": "date-time", "type": [ "null", "string" ] }, - "cc": { - "items": { - "properties": { - "email": { - "type": [ - "null", - "string" - ] - }, - "firstName": { - "type": [ - "null", - "string" - ] - }, - "lastName": { - "type": [ - "null", - "string" - ] - }, - "raw": { - "type": [ - "null", - "string" - ] - } - }, - "type": [ - "null", - "object" - ] - }, + "hs_v2_date_entered_decisionmakerboughtin": { + "format": "date-time", "type": [ "null", - "array" + "string" ] }, - "completionDate": { + "hs_v2_date_entered_presentationscheduled": { + "format": "date-time", "type": [ "null", - "integer" + "string" ] }, - "disposition": { + "hs_v2_date_entered_qualifiedtobuy": { + "format": "date-time", "type": [ "null", "string" ] }, - "durationMilliseconds": { + "hs_v2_date_exited_appointmentscheduled": { + "format": "date-time", "type": [ "null", - "integer" + "string" ] }, - "endTime": { + "hs_v2_date_exited_closedlost": { + "format": "date-time", "type": [ "null", - "integer" + "string" ] }, - "errorMessage": { + "hs_v2_date_exited_closedwon": { + "format": "date-time", "type": [ "null", "string" ] }, - "externalAccountId": { + "hs_v2_date_exited_contractsent": { + "format": "date-time", "type": [ "null", "string" ] }, - "externalId": { + "hs_v2_date_exited_decisionmakerboughtin": { + "format": "date-time", "type": [ "null", "string" ] }, - "externalUrl": { + "hs_v2_date_exited_presentationscheduled": { + "format": "date-time", "type": [ "null", "string" ] }, - "facsimileSendId": { + "hs_v2_date_exited_qualifiedtobuy": { + "format": "date-time", "type": [ "null", "string" ] }, - "forObjectType": { + "hs_v2_latest_time_in_appointmentscheduled": { + "type": [ + "null", + "number" + ] + }, + "hs_v2_latest_time_in_closedlost": { + "type": [ + "null", + "number" + ] + }, + "hs_v2_latest_time_in_closedwon": { + "type": [ + "null", + "number" + ] + }, + "hs_v2_latest_time_in_contractsent": { + "type": [ + "null", + "number" + ] + }, + "hs_v2_latest_time_in_decisionmakerboughtin": { + "type": [ + "null", + "number" + ] + }, + "hs_v2_latest_time_in_presentationscheduled": { + "type": [ + "null", + "number" + ] + }, + "hs_v2_latest_time_in_qualifiedtobuy": { + "type": [ + "null", + "number" + ] + }, + "hs_was_imported": { + "type": [ + "null", + "boolean" + ] + }, + "hubspot_owner_assigneddate": { + "format": "date-time", "type": [ "null", "string" ] }, - "from": { - "properties": { - "email": { - "type": [ - "null", - "string" - ] - }, - "firstName": { - "type": [ - "null", - "string" - ] - }, - "lastName": { - "type": [ - "null", - "string" - ] - }, - "raw": { - "type": [ - "null", - "string" - ] - } - }, + "hubspot_owner_id": { "type": [ "null", - "object" + "string" ] }, - "fromNumber": { + "hubspot_team_id": { "type": [ "null", "string" ] }, - "html": { + "notes_last_contacted": { + "format": "date-time", "type": [ "null", "string" ] }, - "isAllDay": { + "notes_last_updated": { + "format": "date-time", "type": [ "null", - "boolean" + "string" ] }, - "loggedFrom": { + "notes_next_activity_date": { + "format": "date-time", "type": [ "null", "string" ] }, - "mediaProcessingStatus": { + "num_associated_contacts": { + "type": [ + "null", + "number" + ] + }, + "num_contacted_notes": { + "type": [ + "null", + "number" + ] + }, + "num_notes": { + "type": [ + "null", + "number" + ] + }, + "pipeline": { + "type": [ + "null", + "string" + ] + } + }, + "type": "object" + }, + "updatedAt": { + "format": "date-time", + "type": [ + "null", + "string" + ] + } + }, + "required": [ + "id" + ], + "type": [ + "object" + ] + }, + "key": [ + "/id" + ], + "recommendedName": "deals_archived", + "resourceConfig": { + "cursorField": [ + "archivedAt" + ], + "stream": "deals_archived", + "syncMode": "incremental" + } + }, + { + "documentSchema": { + "$schema": "http://json-schema.org/draft-07/schema#", + "properties": { + "_meta": { + "properties": { + "row_id": { + "type": "integer" + } + }, + "required": [ + "row_id" + ], + "type": "object" + }, + "appId": { + "type": [ + "null", + "integer" + ] + }, + "appName": { + "type": [ + "null", + "string" + ] + }, + "attempt": { + "type": [ + "null", + "integer" + ] + }, + "bounced": { + "type": [ + "null", + "boolean" + ] + }, + "browser": { + "properties": { + "family": { "type": [ "null", "string" ] }, - "messageId": { + "name": { "type": [ "null", "string" ] }, - "postSendStatus": { + "producer": { "type": [ "null", "string" ] }, - "priority": { + "producerUrl": { "type": [ "null", "string" ] }, - "recipientDropReasons": { + "type": { "type": [ "null", "string" ] }, - "recordingUrl": { + "url": { "type": [ "null", "string" ] }, - "reminders": { - "items": { - "type": [ - "null", - "integer" - ] - }, + "version": { "type": [ "null", + "string", "array" ] - }, - "sendDefaultReminder": { - "type": [ - "null", - "boolean" - ] - }, - "sender": { - "properties": { - "email": { - "type": [ - "null", - "string" - ] - } - }, - "type": [ - "null", - "object" - ] - }, - "sentVia": { - "type": [ - "null", - "string" - ] - }, - "sequenceStepOrder": { - "type": [ - "null", - "integer" - ] - }, - "source": { - "type": [ - "null", - "string" - ] - }, - "sourceId": { - "type": [ - "null", - "string" - ] - }, - "startTime": { + } + }, + "type": [ + "object", + "null" + ] + }, + "category": { + "type": [ + "null", + "string" + ] + }, + "causedBy": { + "properties": { + "created": { "type": [ "null", "integer" ] }, - "status": { + "id": { "type": [ "null", "string" ] - }, - "subject": { + } + }, + "type": [ + "null", + "object" + ] + }, + "created": { + "type": [ + "null", + "integer" + ] + }, + "deviceType": { + "type": [ + "null", + "string" + ] + }, + "dropMessage": { + "type": [ + "null", + "string" + ] + }, + "dropReason": { + "type": [ + "null", + "string" + ] + }, + "duration": { + "type": [ + "null", + "integer" + ] + }, + "emailCampaignGroupId": { + "type": [ + "null", + "integer" + ] + }, + "emailCampaignId": { + "type": [ + "null", + "integer" + ] + }, + "filteredEvent": { + "type": [ + "null", + "boolean" + ] + }, + "from": { + "type": [ + "null", + "string" + ] + }, + "hmid": { + "type": [ + "null", + "string" + ] + }, + "id": { + "type": "string" + }, + "ipAddress": { + "type": [ + "null", + "string" + ] + }, + "linkId": { + "type": [ + "null", + "integer" + ] + }, + "location": { + "properties": { + "city": { "type": [ "null", "string" ] }, - "taskType": { + "country": { "type": [ "null", "string" ] }, - "text": { + "latitude": { "type": [ "null", - "string" + "number" ] }, - "threadId": { + "longitude": { "type": [ "null", - "string", - "integer" + "number" ] }, - "title": { + "state": { "type": [ "null", "string" ] }, - "to": { - "items": { - "properties": { - "email": { - "type": [ - "null", - "string" - ] - }, - "firstName": { - "type": [ - "null", - "string" - ] - }, - "lastName": { - "type": [ - "null", - "string" - ] - }, - "raw": { - "type": [ - "null", - "string" - ] - } - }, - "type": [ - "null", - "object" - ] - }, - "type": [ - "null", - "array" - ] - }, - "toNumber": { + "zipcode": { "type": [ "null", "string" ] - }, - "trackerKey": { + } + }, + "type": [ + "null", + "object" + ] + }, + "obsoletedBy": { + "properties": { + "created": { "type": [ "null", - "string" + "integer" ] }, - "unknownVisitorConversation": { + "id": { "type": [ "null", - "boolean" + "string" ] } }, @@ -6500,24 +6897,86 @@ "object" ] }, - "modifiedBy": { + "portalId": { "type": [ "null", "integer" ] }, - "ownerId": { + "portalSubscriptionStatus": { "type": [ "null", - "integer" + "string" ] }, - "portalId": { + "recipient": { + "type": [ + "null", + "string" + ] + }, + "referer": { + "type": [ + "null", + "string" + ] + }, + "replyTo": { + "items": { + "type": [ + "null", + "string" + ] + }, + "type": [ + "null", + "array" + ] + }, + "requestedBy": { + "type": [ + "null", + "string" + ] + }, + "requestedByUserId": { "type": [ "null", "integer" ] }, + "response": { + "type": [ + "null", + "string" + ] + }, + "sentBy": { + "properties": { + "created": { + "type": [ + "null", + "integer" + ] + }, + "id": { + "type": [ + "null", + "string" + ] + } + }, + "type": [ + "null", + "object" + ] + }, + "smtpId": { + "type": [ + "null", + "string" + ] + }, "source": { "type": [ "null", @@ -6530,16 +6989,16 @@ "string" ] }, - "teamId": { + "status": { "type": [ "null", - "integer" + "string" ] }, - "timestamp": { + "subject": { "type": [ "null", - "integer" + "string" ] }, "type": { @@ -6548,7 +7007,13 @@ "string" ] }, - "uid": { + "url": { + "type": [ + "null", + "string" + ] + }, + "userAgent": { "type": [ "null", "string" @@ -6565,18 +7030,19 @@ "key": [ "/id" ], - "recommendedName": "engagements", + "recommendedName": "email_events", "resourceConfig": { "cursorField": [ - "lastUpdated" + "created" ], - "stream": "engagements", + "stream": "email_events", "syncMode": "incremental" } }, { "documentSchema": { "$schema": "http://json-schema.org/draft-07/schema#", + "additionalProperties": true, "properties": { "_meta": { "properties": { @@ -6589,17 +7055,182 @@ ], "type": "object" }, - "archived": { + "active": { + "type": [ + "null", + "boolean" + ] + }, + "description": { + "type": [ + "null", + "string" + ] + }, + "id": { + "type": "integer" + }, + "name": { + "type": [ + "null", + "string" + ] + }, + "portalId": { + "type": [ + "null", + "integer" + ] + } + }, + "required": [ + "id" + ], + "type": [ + "object" + ] + }, + "key": [ + "/id" + ], + "recommendedName": "email_subscriptions", + "resourceConfig": { + "stream": "email_subscriptions", + "syncMode": "full_refresh" + } + }, + { + "documentSchema": { + "$schema": "http://json-schema.org/draft-07/schema#", + "properties": { + "_meta": { + "properties": { + "row_id": { + "type": "integer" + } + }, + "required": [ + "row_id" + ], + "type": "object" + }, + "active": { + "type": [ + "null", + "boolean" + ] + }, + "activityType": { + "type": [ + "null", + "string" + ] + }, + "allAccessibleTeamIds": { + "items": { + "type": [ + "null", + "integer" + ] + }, + "type": [ + "null", + "array" + ] + }, + "associations": { + "properties": { + "companyIds": { + "items": { + "type": [ + "null", + "integer" + ] + }, + "type": [ + "null", + "array" + ] + }, + "contactIds": { + "items": { + "type": [ + "null", + "integer" + ] + }, + "type": [ + "null", + "array" + ] + }, + "dealIds": { + "items": { + "type": [ + "null", + "integer" + ] + }, + "type": [ + "null", + "array" + ] + }, + "ownerIds": { + "items": { + "type": [ + "null", + "integer" + ] + }, + "type": [ + "null", + "array" + ] + }, + "ticketIds": { + "items": { + "type": [ + "null", + "integer" + ] + }, + "type": [ + "null", + "array" + ] + }, + "workflowIds": { + "items": { + "type": [ + "null", + "integer" + ] + }, + "type": [ + "null", + "array" + ] + } + }, "type": [ "null", - "boolean" + "object" ] }, - "companies": { + "attachments": { "items": { + "properties": { + "id": { + "type": [ + "null", + "integer" + ] + } + }, "type": [ "null", - "string" + "object" ] }, "type": [ @@ -6607,541 +7238,503 @@ "array" ] }, - "contacts": { - "items": { - "format": "integer", - "type": [ - "null", - "integer", - "string" - ] - }, + "bodyPreview": { "type": [ "null", - "array" + "string" ] }, - "createdAt": { - "format": "date-time", + "bodyPreviewHtml": { "type": [ "null", "string" ] }, - "deals": { - "items": { - "type": [ - "null", - "string" - ] - }, + "bodyPreviewIsTruncated": { "type": [ "null", - "array" + "boolean" + ] + }, + "createdAt": { + "type": [ + "null", + "integer" + ] + }, + "createdBy": { + "type": [ + "null", + "integer" + ] + }, + "gdprDeleted": { + "type": [ + "null", + "boolean" ] }, "id": { - "type": "string" + "type": "integer" }, - "properties": { - "properties": { - "hs_activity_type": { - "type": [ - "null", - "string" - ] - }, - "hs_all_accessible_team_ids": { - "type": [ - "null", - "string" - ] - }, - "hs_all_assigned_business_unit_ids": { - "type": [ - "null", - "string" - ] - }, - "hs_all_owner_ids": { - "type": [ - "null", - "string" - ] - }, - "hs_all_team_ids": { - "type": [ - "null", - "string" - ] - }, - "hs_at_mentioned_owner_ids": { - "type": [ - "null", - "string" - ] - }, - "hs_attachment_ids": { - "type": [ - "null", - "string" - ] - }, - "hs_body_preview": { - "type": [ - "null", - "string" - ] - }, - "hs_body_preview_html": { - "type": [ - "null", - "string" - ] - }, - "hs_body_preview_is_truncated": { - "type": [ - "null", - "boolean" - ] - }, - "hs_call_app_id": { - "type": [ - "null", - "number" - ] - }, - "hs_call_authed_url_provider": { - "type": [ - "null", - "string" - ] - }, - "hs_call_body": { - "type": [ - "null", - "string" - ] - }, - "hs_call_callee_object_id": { - "type": [ - "null", - "number" - ] - }, - "hs_call_callee_object_type": { - "type": [ - "null", - "string" - ] - }, - "hs_call_deal_stage_during_call": { - "type": [ - "null", - "string" - ] - }, - "hs_call_direction": { - "type": [ - "null", - "string" - ] - }, - "hs_call_disposition": { - "type": [ - "null", - "string" - ] - }, - "hs_call_duration": { - "type": [ - "null", - "number" - ] - }, - "hs_call_external_account_id": { - "type": [ - "null", - "string" - ] - }, - "hs_call_external_id": { - "type": [ - "null", - "string" - ] - }, - "hs_call_from_number": { - "type": [ - "null", - "string" - ] - }, - "hs_call_from_number_nickname": { - "type": [ - "null", - "string" - ] - }, - "hs_call_has_transcript": { - "type": [ - "null", - "boolean" - ] - }, - "hs_call_has_voicemail": { - "type": [ - "null", - "string" - ] - }, - "hs_call_ms_teams_payload": { - "type": [ - "null", - "string" - ] - }, - "hs_call_primary_deal": { - "type": [ - "null", - "string" - ] - }, - "hs_call_recording_url": { - "type": [ - "null", - "string" - ] - }, - "hs_call_source": { - "type": [ - "null", - "string" - ] - }, - "hs_call_status": { - "type": [ - "null", - "string" - ] - }, - "hs_call_summary": { - "type": [ - "null", - "string" - ] - }, - "hs_call_summary_execution_id": { + "lastUpdated": { + "type": [ + "null", + "integer" + ] + }, + "metadata": { + "properties": { + "attachedVideoOpened": { "type": [ "null", - "string" + "boolean" ] }, - "hs_call_title": { + "attachedVideoWatched": { "type": [ "null", - "string" + "boolean" ] }, - "hs_call_to_number": { + "bcc": { + "items": { + "properties": { + "email": { + "type": [ + "null", + "string" + ] + } + }, + "type": [ + "null", + "object" + ] + }, "type": [ "null", - "string" + "array" ] }, - "hs_call_to_number_nickname": { + "body": { "type": [ "null", "string" ] }, - "hs_call_transcript_audio_num_channels": { + "calleeObjectId": { "type": [ "null", - "number" + "integer" ] }, - "hs_call_transcript_tracked_terms": { + "calleeObjectType": { "type": [ "null", "string" ] }, - "hs_call_transcription_id": { - "type": [ - "null", - "number" - ] - }, - "hs_call_video_meeting_type": { + "cc": { + "items": { + "properties": { + "email": { + "type": [ + "null", + "string" + ] + }, + "firstName": { + "type": [ + "null", + "string" + ] + }, + "lastName": { + "type": [ + "null", + "string" + ] + }, + "raw": { + "type": [ + "null", + "string" + ] + } + }, + "type": [ + "null", + "object" + ] + }, "type": [ "null", - "string" + "array" ] }, - "hs_call_video_recording_url": { + "completionDate": { "type": [ "null", - "string" + "integer" ] }, - "hs_call_zoom_meeting_uuid": { + "disposition": { "type": [ "null", "string" ] }, - "hs_calls_service_call_id": { + "durationMilliseconds": { "type": [ "null", - "number" + "integer" ] }, - "hs_connected_count": { + "endTime": { "type": [ "null", - "number" + "integer" ] }, - "hs_created_by": { + "errorMessage": { "type": [ "null", - "number" + "string" ] }, - "hs_created_by_user_id": { + "externalAccountId": { "type": [ "null", - "number" + "string" ] }, - "hs_createdate": { - "format": "date-time", + "externalId": { "type": [ "null", "string" ] }, - "hs_engagement_source": { + "externalUrl": { "type": [ "null", "string" ] }, - "hs_engagement_source_id": { + "facsimileSendId": { "type": [ "null", "string" ] }, - "hs_follow_up_action": { + "forObjectType": { "type": [ "null", "string" ] }, - "hs_gdpr_deleted": { + "from": { + "properties": { + "email": { + "type": [ + "null", + "string" + ] + }, + "firstName": { + "type": [ + "null", + "string" + ] + }, + "lastName": { + "type": [ + "null", + "string" + ] + }, + "raw": { + "type": [ + "null", + "string" + ] + } + }, "type": [ "null", - "boolean" + "object" ] }, - "hs_lastmodifieddate": { - "format": "date-time", + "fromNumber": { "type": [ "null", "string" ] }, - "hs_merged_object_ids": { + "html": { "type": [ "null", "string" ] }, - "hs_modified_by": { - "type": [ - "null", - "number" - ] - }, - "hs_object_id": { + "isAllDay": { "type": [ "null", - "number" + "boolean" ] }, - "hs_object_source": { + "loggedFrom": { "type": [ "null", "string" ] }, - "hs_object_source_detail_1": { + "mediaProcessingStatus": { "type": [ "null", "string" ] }, - "hs_object_source_detail_2": { + "messageId": { "type": [ "null", "string" ] }, - "hs_object_source_detail_3": { + "postSendStatus": { "type": [ "null", "string" ] }, - "hs_object_source_id": { + "priority": { "type": [ "null", "string" ] }, - "hs_object_source_label": { + "recipientDropReasons": { "type": [ "null", "string" ] }, - "hs_object_source_user_id": { + "recordingUrl": { "type": [ "null", - "number" + "string" ] }, - "hs_product_name": { + "reminders": { + "items": { + "type": [ + "null", + "integer" + ] + }, "type": [ "null", - "string" + "array" ] }, - "hs_queue_membership_ids": { + "sendDefaultReminder": { "type": [ "null", - "string" + "boolean" ] }, - "hs_read_only": { + "sender": { + "properties": { + "email": { + "type": [ + "null", + "string" + ] + } + }, "type": [ "null", - "boolean" + "object" ] }, - "hs_shared_team_ids": { + "sentVia": { "type": [ "null", "string" ] }, - "hs_shared_user_ids": { + "sequenceStepOrder": { "type": [ "null", - "string" + "integer" ] }, - "hs_timestamp": { - "format": "date-time", + "source": { "type": [ "null", "string" ] }, - "hs_unique_creation_key": { + "sourceId": { "type": [ "null", "string" ] }, - "hs_unique_id": { + "startTime": { "type": [ "null", - "string" + "integer" ] }, - "hs_unknown_visitor_conversation": { + "status": { "type": [ "null", - "boolean" + "string" ] }, - "hs_updated_by_user_id": { + "subject": { "type": [ "null", - "number" + "string" ] }, - "hs_user_ids_of_all_notification_followers": { + "taskType": { "type": [ "null", "string" ] }, - "hs_user_ids_of_all_notification_unfollowers": { + "text": { "type": [ "null", "string" ] }, - "hs_user_ids_of_all_owners": { + "threadId": { "type": [ "null", - "string" + "string", + "integer" ] }, - "hs_voicemail_count": { + "title": { "type": [ "null", - "number" + "string" ] }, - "hs_was_imported": { + "to": { + "items": { + "properties": { + "email": { + "type": [ + "null", + "string" + ] + }, + "firstName": { + "type": [ + "null", + "string" + ] + }, + "lastName": { + "type": [ + "null", + "string" + ] + }, + "raw": { + "type": [ + "null", + "string" + ] + } + }, + "type": [ + "null", + "object" + ] + }, "type": [ "null", - "boolean" + "array" ] }, - "hubspot_owner_assigneddate": { - "format": "date-time", + "toNumber": { "type": [ "null", "string" ] }, - "hubspot_owner_id": { + "trackerKey": { "type": [ "null", "string" ] }, - "hubspot_team_id": { + "unknownVisitorConversation": { "type": [ "null", - "string" + "boolean" ] } }, - "type": "object" + "type": [ + "null", + "object" + ] }, - "tickets": { - "items": { - "format": "integer", - "type": [ - "null", - "string", - "integer" - ] - }, + "modifiedBy": { "type": [ "null", - "array" + "integer" ] }, - "updatedAt": { - "format": "date-time", + "ownerId": { + "type": [ + "null", + "integer" + ] + }, + "portalId": { + "type": [ + "null", + "integer" + ] + }, + "source": { + "type": [ + "null", + "string" + ] + }, + "sourceId": { + "type": [ + "null", + "string" + ] + }, + "teamId": { + "type": [ + "null", + "integer" + ] + }, + "timestamp": { + "type": [ + "null", + "integer" + ] + }, + "type": { + "type": [ + "null", + "string" + ] + }, + "uid": { "type": [ "null", "string" @@ -7158,12 +7751,12 @@ "key": [ "/id" ], - "recommendedName": "engagements_calls", + "recommendedName": "engagements", "resourceConfig": { "cursorField": [ - "updatedAt" + "lastUpdated" ], - "stream": "engagements_calls", + "stream": "engagements", "syncMode": "incremental" } }, @@ -7190,16 +7783,14 @@ }, "companies": { "items": { - "format": "integer", "type": [ - "integer", - "string", - "null" + "null", + "string" ] }, "type": [ - "array", - "null" + "null", + "array" ] }, "contacts": { @@ -7240,6 +7831,12 @@ }, "properties": { "properties": { + "hs_activity_type": { + "type": [ + "null", + "string" + ] + }, "hs_all_accessible_team_ids": { "type": [ "null", @@ -7294,936 +7891,1061 @@ "boolean" ] }, - "hs_created_by": { + "hs_call_app_id": { + "type": [ + "null", + "number" + ] + }, + "hs_call_authed_url_provider": { "type": [ "null", "string" ] }, - "hs_created_by_user_id": { + "hs_call_body": { + "type": [ + "null", + "string" + ] + }, + "hs_call_callee_object_id": { "type": [ "null", "number" ] }, - "hs_createdate": { - "format": "date-time", + "hs_call_callee_object_type": { "type": [ "null", "string" ] }, - "hs_direction_and_unique_id": { + "hs_call_deal_stage_during_call": { "type": [ "null", "string" ] }, - "hs_email_bcc_email": { + "hs_call_direction": { "type": [ "null", "string" ] }, - "hs_email_bcc_firstname": { + "hs_call_disposition": { "type": [ "null", "string" ] }, - "hs_email_bcc_lastname": { + "hs_call_duration": { + "type": [ + "null", + "number" + ] + }, + "hs_call_external_account_id": { "type": [ "null", "string" ] }, - "hs_email_bcc_raw": { + "hs_call_external_id": { "type": [ "null", "string" ] }, - "hs_email_bounce_error_detail_message": { + "hs_call_from_number": { "type": [ "null", "string" ] }, - "hs_email_bounce_error_detail_status_code": { + "hs_call_from_number_nickname": { + "type": [ + "null", + "string" + ] + }, + "hs_call_has_transcript": { + "type": [ + "null", + "boolean" + ] + }, + "hs_call_has_voicemail": { + "type": [ + "null", + "string" + ] + }, + "hs_call_location": { + "type": [ + "null", + "string" + ] + }, + "hs_call_meeting_id": { + "type": [ + "null", + "string" + ] + }, + "hs_call_ms_teams_payload": { + "type": [ + "null", + "string" + ] + }, + "hs_call_phone_number_source": { + "type": [ + "null", + "string" + ] + }, + "hs_call_primary_deal": { + "type": [ + "null", + "string" + ] + }, + "hs_call_recording_duration": { "type": [ "null", "number" ] }, - "hs_email_cc_email": { + "hs_call_recording_url": { "type": [ "null", "string" ] }, - "hs_email_cc_firstname": { + "hs_call_routing_strategy_type": { "type": [ "null", "string" ] }, - "hs_email_cc_lastname": { + "hs_call_source": { "type": [ "null", "string" ] }, - "hs_email_cc_raw": { + "hs_call_status": { "type": [ "null", "string" ] }, - "hs_email_click_count": { + "hs_call_suggested_next_actions": { + "type": [ + "null", + "string" + ] + }, + "hs_call_summary": { + "type": [ + "null", + "string" + ] + }, + "hs_call_summary_execution_id": { + "type": [ + "null", + "string" + ] + }, + "hs_call_title": { + "type": [ + "null", + "string" + ] + }, + "hs_call_to_number": { + "type": [ + "null", + "string" + ] + }, + "hs_call_to_number_nickname": { + "type": [ + "null", + "string" + ] + }, + "hs_call_transcript_audio_num_channels": { "type": [ "null", "number" ] }, - "hs_email_direction": { + "hs_call_transcript_tracked_terms": { + "type": [ + "null", + "string" + ] + }, + "hs_call_transcription_id": { + "type": [ + "null", + "number" + ] + }, + "hs_call_unified_phone_number_id": { + "type": [ + "null", + "number" + ] + }, + "hs_call_video_meeting_type": { + "type": [ + "null", + "string" + ] + }, + "hs_call_video_recording_url": { "type": [ "null", "string" ] }, - "hs_email_encoded_email_associations_request": { + "hs_call_zoom_meeting_uuid": { "type": [ "null", "string" ] }, - "hs_email_error_message": { + "hs_calls_service_call_id": { "type": [ "null", - "string" + "number" ] }, - "hs_email_facsimile_send_id": { + "hs_connected_count": { "type": [ "null", - "string" + "number" ] }, - "hs_email_from_email": { + "hs_created_by": { "type": [ "null", - "string" + "number" ] }, - "hs_email_from_firstname": { + "hs_created_by_user_id": { "type": [ "null", - "string" + "number" ] }, - "hs_email_from_lastname": { + "hs_createdate": { + "format": "date-time", "type": [ "null", "string" ] }, - "hs_email_from_raw": { + "hs_engagement_source": { "type": [ "null", "string" ] }, - "hs_email_has_inline_images_stripped": { + "hs_engagement_source_id": { "type": [ "null", - "boolean" + "string" ] }, - "hs_email_headers": { + "hs_follow_up_action": { "type": [ "null", "string" ] }, - "hs_email_html": { + "hs_gdpr_deleted": { "type": [ "null", - "string" + "boolean" ] }, - "hs_email_logged_from": { + "hs_lastmodifieddate": { + "format": "date-time", "type": [ "null", "string" ] }, - "hs_email_media_processing_status": { + "hs_merged_object_ids": { "type": [ "null", "string" ] }, - "hs_email_member_of_forwarded_subthread": { + "hs_modified_by": { "type": [ "null", - "boolean" + "number" ] }, - "hs_email_message_id": { + "hs_object_id": { "type": [ "null", - "string" + "number" ] }, - "hs_email_migrated_via_portal_data_migration": { + "hs_object_source": { "type": [ "null", "string" ] }, - "hs_email_ms_teams_payload": { + "hs_object_source_detail_1": { "type": [ "null", "string" ] }, - "hs_email_open_count": { + "hs_object_source_detail_2": { "type": [ "null", - "number" + "string" ] }, - "hs_email_pending_inline_image_ids": { + "hs_object_source_detail_3": { "type": [ "null", "string" ] }, - "hs_email_post_send_status": { + "hs_object_source_id": { "type": [ "null", "string" ] }, - "hs_email_recipient_drop_reasons": { + "hs_object_source_label": { "type": [ "null", "string" ] }, - "hs_email_reply_count": { + "hs_object_source_user_id": { "type": [ "null", "number" ] }, - "hs_email_send_event_id": { + "hs_product_name": { "type": [ "null", "string" ] }, - "hs_email_send_event_id_created": { - "format": "date-time", + "hs_queue_membership_ids": { "type": [ "null", "string" ] }, - "hs_email_sender_email": { + "hs_read_only": { "type": [ "null", - "string" + "boolean" ] }, - "hs_email_sender_firstname": { + "hs_shared_team_ids": { "type": [ "null", "string" ] }, - "hs_email_sender_lastname": { + "hs_shared_user_ids": { "type": [ "null", "string" ] }, - "hs_email_sender_raw": { + "hs_timestamp": { + "format": "date-time", "type": [ "null", "string" ] }, - "hs_email_sent_count": { + "hs_unique_creation_key": { "type": [ "null", - "number" + "string" ] }, - "hs_email_sent_via": { + "hs_unique_id": { "type": [ "null", "string" ] }, - "hs_email_status": { + "hs_unknown_visitor_conversation": { "type": [ "null", - "string" + "boolean" ] }, - "hs_email_stripped_attachment_count": { + "hs_updated_by_user_id": { "type": [ "null", "number" ] }, - "hs_email_subject": { + "hs_user_ids_of_all_notification_followers": { "type": [ "null", "string" ] }, - "hs_email_text": { + "hs_user_ids_of_all_notification_unfollowers": { "type": [ "null", "string" ] }, - "hs_email_thread_id": { + "hs_user_ids_of_all_owners": { "type": [ "null", "string" ] }, - "hs_email_thread_summary": { + "hs_voicemail_count": { "type": [ "null", - "string" + "number" ] }, - "hs_email_to_email": { + "hs_was_imported": { "type": [ "null", - "string" + "boolean" ] }, - "hs_email_to_firstname": { + "hubspot_owner_assigneddate": { + "format": "date-time", "type": [ "null", "string" ] }, - "hs_email_to_lastname": { + "hubspot_owner_id": { "type": [ "null", "string" ] }, - "hs_email_to_raw": { + "hubspot_team_id": { "type": [ "null", "string" ] - }, - "hs_email_tracker_key": { + } + }, + "type": "object" + }, + "tickets": { + "items": { + "format": "integer", + "type": [ + "null", + "string", + "integer" + ] + }, + "type": [ + "null", + "array" + ] + }, + "updatedAt": { + "format": "date-time", + "type": [ + "null", + "string" + ] + } + }, + "required": [ + "id" + ], + "type": [ + "object" + ] + }, + "key": [ + "/id" + ], + "recommendedName": "engagements_calls", + "resourceConfig": { + "cursorField": [ + "updatedAt" + ], + "stream": "engagements_calls", + "syncMode": "incremental" + } + }, + { + "documentSchema": { + "$schema": "http://json-schema.org/draft-07/schema#", + "properties": { + "_meta": { + "properties": { + "row_id": { + "type": "integer" + } + }, + "required": [ + "row_id" + ], + "type": "object" + }, + "archived": { + "type": [ + "null", + "boolean" + ] + }, + "companies": { + "items": { + "format": "integer", + "type": [ + "integer", + "string", + "null" + ] + }, + "type": [ + "array", + "null" + ] + }, + "contacts": { + "items": { + "format": "integer", + "type": [ + "null", + "integer", + "string" + ] + }, + "type": [ + "null", + "array" + ] + }, + "createdAt": { + "format": "date-time", + "type": [ + "null", + "string" + ] + }, + "deals": { + "items": { + "type": [ + "null", + "string" + ] + }, + "type": [ + "null", + "array" + ] + }, + "id": { + "type": "string" + }, + "properties": { + "properties": { + "hs_all_accessible_team_ids": { "type": [ "null", "string" ] }, - "hs_email_validation_skipped": { + "hs_all_assigned_business_unit_ids": { "type": [ "null", "string" ] }, - "hs_engagement_source": { + "hs_all_owner_ids": { "type": [ "null", "string" ] }, - "hs_engagement_source_id": { + "hs_all_team_ids": { "type": [ "null", "string" ] }, - "hs_follow_up_action": { + "hs_at_mentioned_owner_ids": { "type": [ "null", "string" ] }, - "hs_gdpr_deleted": { + "hs_attachment_ids": { "type": [ "null", - "boolean" + "string" ] }, - "hs_lastmodifieddate": { - "format": "date-time", + "hs_body_preview": { "type": [ "null", "string" ] }, - "hs_merged_object_ids": { + "hs_body_preview_html": { "type": [ "null", "string" ] }, - "hs_modified_by": { + "hs_body_preview_is_truncated": { + "type": [ + "null", + "boolean" + ] + }, + "hs_created_by": { "type": [ "null", "string" ] }, - "hs_object_id": { + "hs_created_by_user_id": { "type": [ "null", "number" ] }, - "hs_object_source": { + "hs_createdate": { + "format": "date-time", "type": [ "null", "string" ] }, - "hs_object_source_detail_1": { + "hs_direction_and_unique_id": { "type": [ "null", "string" ] }, - "hs_object_source_detail_2": { + "hs_email_associated_contact_id": { "type": [ "null", - "string" + "number" ] }, - "hs_object_source_detail_3": { + "hs_email_attached_video_id": { "type": [ "null", "string" ] }, - "hs_object_source_id": { + "hs_email_attached_video_name": { "type": [ "null", "string" ] }, - "hs_object_source_label": { + "hs_email_attached_video_opened": { "type": [ "null", - "string" + "boolean" ] }, - "hs_object_source_user_id": { + "hs_email_attached_video_watched": { "type": [ "null", - "number" + "boolean" ] }, - "hs_owner_ids_bcc": { + "hs_email_bcc_email": { "type": [ "null", "string" ] }, - "hs_owner_ids_cc": { + "hs_email_bcc_firstname": { "type": [ "null", "string" ] }, - "hs_owner_ids_from": { + "hs_email_bcc_lastname": { "type": [ "null", "string" ] }, - "hs_owner_ids_to": { + "hs_email_bcc_raw": { "type": [ "null", "string" ] }, - "hs_product_name": { + "hs_email_bounce_error_detail_message": { "type": [ "null", "string" ] }, - "hs_queue_membership_ids": { + "hs_email_bounce_error_detail_status_code": { "type": [ "null", - "string" + "number" ] }, - "hs_read_only": { + "hs_email_cc_email": { "type": [ "null", - "boolean" + "string" ] }, - "hs_scs_association_status": { + "hs_email_cc_firstname": { "type": [ "null", "string" ] }, - "hs_scs_audit_id": { + "hs_email_cc_lastname": { "type": [ "null", "string" ] }, - "hs_shared_team_ids": { + "hs_email_cc_raw": { "type": [ "null", "string" ] }, - "hs_shared_user_ids": { + "hs_email_click_count": { "type": [ "null", - "string" + "number" ] }, - "hs_timestamp": { - "format": "date-time", + "hs_email_click_rate": { "type": [ "null", - "string" + "number" ] }, - "hs_unique_creation_key": { + "hs_email_direction": { "type": [ "null", "string" ] }, - "hs_unique_id": { + "hs_email_encoded_email_associations_request": { "type": [ "null", "string" ] }, - "hs_updated_by_user_id": { + "hs_email_error_message": { "type": [ "null", - "number" + "string" ] }, - "hs_user_ids_of_all_notification_followers": { + "hs_email_facsimile_send_id": { "type": [ "null", "string" ] }, - "hs_user_ids_of_all_notification_unfollowers": { + "hs_email_from_email": { "type": [ "null", "string" ] }, - "hs_user_ids_of_all_owners": { + "hs_email_from_firstname": { "type": [ "null", "string" ] }, - "hs_was_imported": { + "hs_email_from_lastname": { "type": [ "null", - "boolean" + "string" ] }, - "hubspot_owner_assigneddate": { - "format": "date-time", + "hs_email_from_raw": { "type": [ "null", "string" ] }, - "hubspot_owner_id": { + "hs_email_has_inline_images_stripped": { "type": [ "null", - "string" + "boolean" ] }, - "hubspot_team_id": { + "hs_email_headers": { "type": [ "null", "string" ] - } - }, - "type": "object" - }, - "tickets": { - "items": { - "format": "integer", - "type": [ - "integer", - "string", - "null" - ] - }, - "type": [ - "array", - "null" - ] - }, - "updatedAt": { - "format": "date-time", - "type": [ - "null", - "string" - ] - } - }, - "required": [ - "id" - ], - "type": [ - "object" - ] - }, - "key": [ - "/id" - ], - "recommendedName": "engagements_emails", - "resourceConfig": { - "cursorField": [ - "updatedAt" - ], - "stream": "engagements_emails", - "syncMode": "incremental" - } - }, - { - "documentSchema": { - "$schema": "http://json-schema.org/draft-07/schema#", - "properties": { - "_meta": { - "properties": { - "row_id": { - "type": "integer" - } - }, - "required": [ - "row_id" - ], - "type": "object" - }, - "archived": { - "type": [ - "null", - "boolean" - ] - }, - "companies": { - "items": { - "type": [ - "null", - "string" - ] - }, - "type": [ - "null", - "array" - ] - }, - "contacts": { - "items": { - "format": "integer", - "type": [ - "null", - "integer", - "string" - ] - }, - "type": [ - "null", - "array" - ] - }, - "createdAt": { - "format": "date-time", - "type": [ - "null", - "string" - ] - }, - "deals": { - "items": { - "type": [ - "null", - "string" - ] - }, - "type": [ - "null", - "array" - ] - }, - "id": { - "type": "string" - }, - "properties": { - "properties": { - "hs_activity_type": { + }, + "hs_email_html": { "type": [ "null", "string" ] }, - "hs_all_accessible_team_ids": { + "hs_email_logged_from": { "type": [ "null", "string" ] }, - "hs_all_assigned_business_unit_ids": { + "hs_email_media_processing_status": { "type": [ "null", "string" ] }, - "hs_all_owner_ids": { + "hs_email_member_of_forwarded_subthread": { "type": [ "null", - "string" + "boolean" ] }, - "hs_all_team_ids": { + "hs_email_message_id": { "type": [ "null", "string" ] }, - "hs_at_mentioned_owner_ids": { + "hs_email_migrated_via_portal_data_migration": { "type": [ "null", "string" ] }, - "hs_attachment_ids": { + "hs_email_ms_teams_payload": { "type": [ "null", "string" ] }, - "hs_attendee_owner_ids": { + "hs_email_open_count": { "type": [ "null", - "string" + "number" ] }, - "hs_body_preview": { + "hs_email_open_rate": { "type": [ "null", - "string" + "number" ] }, - "hs_body_preview_html": { + "hs_email_pending_inline_image_ids": { "type": [ "null", "string" ] }, - "hs_body_preview_is_truncated": { + "hs_email_post_send_status": { "type": [ "null", - "boolean" + "string" ] }, - "hs_contact_first_outreach_date": { - "format": "date-time", + "hs_email_recipient_drop_reasons": { "type": [ "null", "string" ] }, - "hs_created_by": { + "hs_email_reply_count": { "type": [ "null", "number" ] }, - "hs_created_by_user_id": { + "hs_email_reply_rate": { "type": [ "null", "number" ] }, - "hs_createdate": { - "format": "date-time", + "hs_email_send_event_id": { "type": [ "null", "string" ] }, - "hs_engagement_source": { + "hs_email_send_event_id_created": { + "format": "date-time", "type": [ "null", "string" ] }, - "hs_engagement_source_id": { + "hs_email_sender_email": { "type": [ "null", "string" ] }, - "hs_follow_up_action": { + "hs_email_sender_firstname": { "type": [ "null", "string" ] }, - "hs_gdpr_deleted": { - "type": [ - "null", - "boolean" - ] - }, - "hs_guest_emails": { + "hs_email_sender_lastname": { "type": [ "null", "string" ] }, - "hs_i_cal_uid": { + "hs_email_sender_raw": { "type": [ "null", "string" ] }, - "hs_include_description_in_reminder": { + "hs_email_sent_count": { "type": [ "null", - "boolean" + "number" ] }, - "hs_internal_meeting_notes": { + "hs_email_sent_via": { "type": [ "null", "string" ] }, - "hs_lastmodifieddate": { - "format": "date-time", + "hs_email_status": { "type": [ "null", "string" ] }, - "hs_meeting_body": { + "hs_email_stripped_attachment_count": { "type": [ "null", - "string" + "number" ] }, - "hs_meeting_calendar_event_hash": { + "hs_email_subject": { "type": [ "null", "string" ] }, - "hs_meeting_change_id": { + "hs_email_text": { "type": [ "null", "string" ] }, - "hs_meeting_created_from_link_id": { + "hs_email_thread_id": { "type": [ "null", "string" ] }, - "hs_meeting_end_time": { - "format": "date-time", + "hs_email_thread_summary": { "type": [ "null", "string" ] }, - "hs_meeting_external_url": { + "hs_email_to_email": { "type": [ "null", "string" ] }, - "hs_meeting_location": { + "hs_email_to_firstname": { "type": [ "null", "string" ] }, - "hs_meeting_location_type": { + "hs_email_to_lastname": { "type": [ "null", "string" ] }, - "hs_meeting_ms_teams_payload": { + "hs_email_to_raw": { "type": [ "null", "string" ] }, - "hs_meeting_outcome": { + "hs_email_tracker_key": { "type": [ "null", "string" ] }, - "hs_meeting_payments_session_id": { + "hs_email_validation_skipped": { "type": [ "null", "string" ] }, - "hs_meeting_pre_meeting_prospect_reminders": { + "hs_engagement_source": { "type": [ "null", "string" ] }, - "hs_meeting_source": { + "hs_engagement_source_id": { "type": [ "null", "string" ] }, - "hs_meeting_source_id": { + "hs_follow_up_action": { "type": [ "null", "string" ] }, - "hs_meeting_start_time": { - "format": "date-time", + "hs_gdpr_deleted": { "type": [ "null", - "string" + "boolean" ] }, - "hs_meeting_title": { + "hs_incoming_email_is_out_of_office": { "type": [ "null", - "string" + "boolean" ] }, - "hs_meeting_web_conference_meeting_id": { + "hs_lastmodifieddate": { + "format": "date-time", "type": [ "null", "string" @@ -8238,7 +8960,7 @@ "hs_modified_by": { "type": [ "null", - "number" + "string" ] }, "hs_object_id": { @@ -8289,34 +9011,28 @@ "number" ] }, - "hs_outcome_canceled_count": { - "type": [ - "null", - "number" - ] - }, - "hs_outcome_completed_count": { + "hs_owner_ids_bcc": { "type": [ "null", - "number" + "string" ] }, - "hs_outcome_no_show_count": { + "hs_owner_ids_cc": { "type": [ "null", - "number" + "string" ] }, - "hs_outcome_rescheduled_count": { + "hs_owner_ids_from": { "type": [ "null", - "number" + "string" ] }, - "hs_outcome_scheduled_count": { + "hs_owner_ids_to": { "type": [ "null", - "number" + "string" ] }, "hs_product_name": { @@ -8337,13 +9053,13 @@ "boolean" ] }, - "hs_roster_object_coordinates": { + "hs_scs_association_status": { "type": [ "null", "string" ] }, - "hs_scheduled_tasks": { + "hs_scs_audit_id": { "type": [ "null", "string" @@ -8361,12 +9077,6 @@ "string" ] }, - "hs_time_to_book_meeting_from_first_contact": { - "type": [ - "null", - "number" - ] - }, "hs_timestamp": { "format": "date-time", "type": [ @@ -8374,12 +9084,6 @@ "string" ] }, - "hs_timezone": { - "type": [ - "null", - "string" - ] - }, "hs_unique_creation_key": { "type": [ "null", @@ -8446,14 +9150,16 @@ }, "tickets": { "items": { + "format": "integer", "type": [ - "null", - "string" + "integer", + "string", + "null" ] }, "type": [ - "null", - "array" + "array", + "null" ] }, "updatedAt": { @@ -8474,12 +9180,12 @@ "key": [ "/id" ], - "recommendedName": "engagements_meetings", + "recommendedName": "engagements_emails", "resourceConfig": { "cursorField": [ "updatedAt" ], - "stream": "engagements_meetings", + "stream": "engagements_emails", "syncMode": "incremental" } }, @@ -8554,6 +9260,12 @@ }, "properties": { "properties": { + "hs_activity_type": { + "type": [ + "null", + "string" + ] + }, "hs_all_accessible_team_ids": { "type": [ "null", @@ -8590,6 +9302,12 @@ "string" ] }, + "hs_attendee_owner_ids": { + "type": [ + "null", + "string" + ] + }, "hs_body_preview": { "type": [ "null", @@ -8608,6 +9326,19 @@ "boolean" ] }, + "hs_booking_instance_id": { + "type": [ + "null", + "number" + ] + }, + "hs_contact_first_outreach_date": { + "format": "date-time", + "type": [ + "null", + "string" + ] + }, "hs_created_by": { "type": [ "null", @@ -8639,18 +9370,54 @@ "string" ] }, + "hs_external_calendar_id": { + "type": [ + "null", + "string" + ] + }, "hs_follow_up_action": { "type": [ "null", "string" ] }, + "hs_follow_up_tasks_remaining": { + "type": [ + "null", + "number" + ] + }, "hs_gdpr_deleted": { "type": [ "null", "boolean" ] }, + "hs_guest_emails": { + "type": [ + "null", + "string" + ] + }, + "hs_i_cal_uid": { + "type": [ + "null", + "string" + ] + }, + "hs_include_description_in_reminder": { + "type": [ + "null", + "boolean" + ] + }, + "hs_internal_meeting_notes": { + "type": [ + "null", + "string" + ] + }, "hs_lastmodifieddate": { "format": "date-time", "type": [ @@ -8658,28 +9425,120 @@ "string" ] }, - "hs_merged_object_ids": { + "hs_meeting_body": { "type": [ "null", "string" ] }, - "hs_modified_by": { + "hs_meeting_calendar_event_hash": { "type": [ "null", - "number" + "string" ] }, - "hs_note_body": { + "hs_meeting_change_id": { + "type": [ + "null", + "string" + ] + }, + "hs_meeting_created_from_link_id": { + "type": [ + "null", + "string" + ] + }, + "hs_meeting_end_time": { + "format": "date-time", + "type": [ + "null", + "string" + ] + }, + "hs_meeting_external_url": { + "type": [ + "null", + "string" + ] + }, + "hs_meeting_location": { + "type": [ + "null", + "string" + ] + }, + "hs_meeting_location_type": { + "type": [ + "null", + "string" + ] + }, + "hs_meeting_ms_teams_payload": { + "type": [ + "null", + "string" + ] + }, + "hs_meeting_outcome": { + "type": [ + "null", + "string" + ] + }, + "hs_meeting_payments_session_id": { + "type": [ + "null", + "string" + ] + }, + "hs_meeting_pre_meeting_prospect_reminders": { + "type": [ + "null", + "string" + ] + }, + "hs_meeting_source": { + "type": [ + "null", + "string" + ] + }, + "hs_meeting_source_id": { + "type": [ + "null", + "string" + ] + }, + "hs_meeting_start_time": { + "format": "date-time", + "type": [ + "null", + "string" + ] + }, + "hs_meeting_title": { + "type": [ + "null", + "string" + ] + }, + "hs_meeting_web_conference_meeting_id": { + "type": [ + "null", + "string" + ] + }, + "hs_merged_object_ids": { "type": [ "null", "string" ] }, - "hs_note_ms_teams_payload": { + "hs_modified_by": { "type": [ "null", - "string" + "number" ] }, "hs_object_id": { @@ -8730,6 +9589,36 @@ "number" ] }, + "hs_outcome_canceled_count": { + "type": [ + "null", + "number" + ] + }, + "hs_outcome_completed_count": { + "type": [ + "null", + "number" + ] + }, + "hs_outcome_no_show_count": { + "type": [ + "null", + "number" + ] + }, + "hs_outcome_rescheduled_count": { + "type": [ + "null", + "number" + ] + }, + "hs_outcome_scheduled_count": { + "type": [ + "null", + "number" + ] + }, "hs_product_name": { "type": [ "null", @@ -8748,6 +9637,18 @@ "boolean" ] }, + "hs_roster_object_coordinates": { + "type": [ + "null", + "string" + ] + }, + "hs_scheduled_tasks": { + "type": [ + "null", + "string" + ] + }, "hs_shared_team_ids": { "type": [ "null", @@ -8760,6 +9661,12 @@ "string" ] }, + "hs_time_to_book_meeting_from_first_contact": { + "type": [ + "null", + "number" + ] + }, "hs_timestamp": { "format": "date-time", "type": [ @@ -8767,6 +9674,12 @@ "string" ] }, + "hs_timezone": { + "type": [ + "null", + "string" + ] + }, "hs_unique_creation_key": { "type": [ "null", @@ -8803,6 +9716,12 @@ "string" ] }, + "hs_video_conference_url": { + "type": [ + "null", + "string" + ] + }, "hs_was_imported": { "type": [ "null", @@ -8833,10 +9752,8 @@ }, "tickets": { "items": { - "format": "integer", "type": [ "null", - "integer", "string" ] }, @@ -8863,12 +9780,12 @@ "key": [ "/id" ], - "recommendedName": "engagements_notes", + "recommendedName": "engagements_meetings", "resourceConfig": { "cursorField": [ "updatedAt" ], - "stream": "engagements_notes", + "stream": "engagements_meetings", "syncMode": "incremental" } }, @@ -8997,12 +9914,6 @@ "boolean" ] }, - "hs_calendar_event_id": { - "type": [ - "null", - "string" - ] - }, "hs_created_by": { "type": [ "null", @@ -9022,1111 +9933,867 @@ "string" ] }, - "hs_date_entered_60b5c368_04c4_4d32_9b4a_457e159f49b7_13292096": { - "format": "date-time", - "type": [ - "null", - "string" - ] - }, - "hs_date_entered_61bafb31_e7fa_46ed_aaa9_1322438d6e67_1866552342": { - "format": "date-time", - "type": [ - "null", - "string" - ] - }, - "hs_date_entered_af0e6a5c_2ea3_4c72_b69f_7c6cb3fdb591_1652950531": { - "format": "date-time", - "type": [ - "null", - "string" - ] - }, - "hs_date_entered_dd5826e4_c976_4654_a527_b59ada542e52_2144133616": { - "format": "date-time", - "type": [ - "null", - "string" - ] - }, - "hs_date_entered_fc8148fb_3a2d_4b59_834e_69b7859347cb_1813133675": { - "format": "date-time", - "type": [ - "null", - "string" - ] - }, - "hs_date_exited_60b5c368_04c4_4d32_9b4a_457e159f49b7_13292096": { - "format": "date-time", - "type": [ - "null", - "string" - ] - }, - "hs_date_exited_61bafb31_e7fa_46ed_aaa9_1322438d6e67_1866552342": { - "format": "date-time", - "type": [ - "null", - "string" - ] - }, - "hs_date_exited_af0e6a5c_2ea3_4c72_b69f_7c6cb3fdb591_1652950531": { - "format": "date-time", - "type": [ - "null", - "string" - ] - }, - "hs_date_exited_dd5826e4_c976_4654_a527_b59ada542e52_2144133616": { - "format": "date-time", - "type": [ - "null", - "string" - ] - }, - "hs_date_exited_fc8148fb_3a2d_4b59_834e_69b7859347cb_1813133675": { - "format": "date-time", - "type": [ - "null", - "string" - ] - }, "hs_engagement_source": { "type": [ "null", "string" ] }, - "hs_engagement_source_id": { - "type": [ - "null", - "string" - ] - }, - "hs_follow_up_action": { - "type": [ - "null", - "string" - ] - }, - "hs_gdpr_deleted": { - "type": [ - "null", - "boolean" - ] - }, - "hs_lastmodifieddate": { - "format": "date-time", - "type": [ - "null", - "string" - ] - }, - "hs_merged_object_ids": { - "type": [ - "null", - "string" - ] - }, - "hs_modified_by": { - "type": [ - "null", - "number" - ] - }, - "hs_msteams_message_id": { - "type": [ - "null", - "string" - ] - }, - "hs_object_id": { - "type": [ - "null", - "number" - ] - }, - "hs_object_source": { - "type": [ - "null", - "string" - ] - }, - "hs_object_source_detail_1": { - "type": [ - "null", - "string" - ] - }, - "hs_object_source_detail_2": { - "type": [ - "null", - "string" - ] - }, - "hs_object_source_detail_3": { - "type": [ - "null", - "string" - ] - }, - "hs_object_source_id": { - "type": [ - "null", - "string" - ] - }, - "hs_object_source_label": { - "type": [ - "null", - "string" - ] - }, - "hs_object_source_user_id": { - "type": [ - "null", - "number" - ] - }, - "hs_product_name": { - "type": [ - "null", - "string" - ] - }, - "hs_queue_membership_ids": { - "type": [ - "null", - "string" - ] - }, - "hs_read_only": { - "type": [ - "null", - "boolean" - ] - }, - "hs_repeat_status": { + "hs_engagement_source_id": { "type": [ "null", "string" ] }, - "hs_scheduled_tasks": { + "hs_follow_up_action": { "type": [ "null", "string" ] }, - "hs_shared_team_ids": { + "hs_gdpr_deleted": { "type": [ "null", - "string" + "boolean" ] }, - "hs_shared_user_ids": { + "hs_lastmodifieddate": { + "format": "date-time", "type": [ "null", "string" ] }, - "hs_task_body": { + "hs_merged_object_ids": { "type": [ "null", "string" ] }, - "hs_task_completion_count": { + "hs_modified_by": { "type": [ "null", "number" ] }, - "hs_task_completion_date": { - "format": "date-time", + "hs_note_body": { "type": [ "null", "string" ] }, - "hs_task_contact_timezone": { + "hs_note_ms_teams_payload": { "type": [ "null", "string" ] }, - "hs_task_family": { + "hs_object_id": { "type": [ "null", - "string" + "number" ] }, - "hs_task_for_object_type": { + "hs_object_source": { "type": [ "null", "string" ] }, - "hs_task_is_all_day": { + "hs_object_source_detail_1": { "type": [ "null", - "boolean" + "string" ] }, - "hs_task_is_completed": { + "hs_object_source_detail_2": { "type": [ "null", - "number" + "string" ] }, - "hs_task_is_completed_call": { + "hs_object_source_detail_3": { "type": [ "null", - "number" + "string" ] }, - "hs_task_is_completed_email": { + "hs_object_source_id": { "type": [ "null", - "number" + "string" ] }, - "hs_task_is_completed_linked_in": { + "hs_object_source_label": { "type": [ "null", - "number" + "string" ] }, - "hs_task_is_completed_sequence": { + "hs_object_source_user_id": { "type": [ "null", "number" ] }, - "hs_task_is_overdue": { + "hs_product_name": { "type": [ "null", - "boolean" + "string" ] }, - "hs_task_is_past_due_date": { + "hs_queue_membership_ids": { "type": [ "null", - "boolean" + "string" ] }, - "hs_task_last_contact_outreach": { - "format": "date-time", + "hs_read_only": { "type": [ "null", - "string" + "boolean" ] }, - "hs_task_last_sales_activity_timestamp": { - "format": "date-time", + "hs_shared_team_ids": { "type": [ "null", "string" ] }, - "hs_task_missed_due_date": { + "hs_shared_user_ids": { "type": [ "null", - "boolean" + "string" ] }, - "hs_task_missed_due_date_count": { + "hs_timestamp": { + "format": "date-time", "type": [ "null", - "number" + "string" ] }, - "hs_task_ms_teams_payload": { + "hs_unique_creation_key": { "type": [ "null", "string" ] }, - "hs_task_priority": { + "hs_unique_id": { "type": [ "null", "string" ] }, - "hs_task_probability_to_complete": { + "hs_updated_by_user_id": { "type": [ "null", "number" ] }, - "hs_task_relative_reminders": { + "hs_user_ids_of_all_notification_followers": { "type": [ "null", "string" ] }, - "hs_task_reminders": { + "hs_user_ids_of_all_notification_unfollowers": { "type": [ "null", "string" ] }, - "hs_task_repeat_interval": { + "hs_user_ids_of_all_owners": { "type": [ "null", "string" ] }, - "hs_task_send_default_reminder": { - "type": [ - "null", - "boolean" - ] - }, - "hs_task_sequence_enrollment_active": { + "hs_was_imported": { "type": [ "null", "boolean" ] }, - "hs_task_sequence_step_enrollment_id": { + "hubspot_owner_assigneddate": { + "format": "date-time", "type": [ "null", "string" ] }, - "hs_task_sequence_step_order": { + "hubspot_owner_id": { "type": [ "null", - "number" + "string" ] }, - "hs_task_status": { + "hubspot_team_id": { "type": [ "null", "string" ] - }, - "hs_task_subject": { + } + }, + "type": "object" + }, + "tickets": { + "items": { + "format": "integer", + "type": [ + "null", + "integer", + "string" + ] + }, + "type": [ + "null", + "array" + ] + }, + "updatedAt": { + "format": "date-time", + "type": [ + "null", + "string" + ] + } + }, + "required": [ + "id" + ], + "type": [ + "object" + ] + }, + "key": [ + "/id" + ], + "recommendedName": "engagements_notes", + "resourceConfig": { + "cursorField": [ + "updatedAt" + ], + "stream": "engagements_notes", + "syncMode": "incremental" + } + }, + { + "documentSchema": { + "$schema": "http://json-schema.org/draft-07/schema#", + "properties": { + "_meta": { + "properties": { + "row_id": { + "type": "integer" + } + }, + "required": [ + "row_id" + ], + "type": "object" + }, + "archived": { + "type": [ + "null", + "boolean" + ] + }, + "companies": { + "items": { + "type": [ + "null", + "string" + ] + }, + "type": [ + "null", + "array" + ] + }, + "contacts": { + "items": { + "format": "integer", + "type": [ + "null", + "integer", + "string" + ] + }, + "type": [ + "null", + "array" + ] + }, + "createdAt": { + "format": "date-time", + "type": [ + "null", + "string" + ] + }, + "deals": { + "items": { + "type": [ + "null", + "string" + ] + }, + "type": [ + "null", + "array" + ] + }, + "id": { + "type": "string" + }, + "properties": { + "properties": { + "hs_all_accessible_team_ids": { "type": [ "null", "string" ] }, - "hs_task_template_id": { + "hs_all_assigned_business_unit_ids": { "type": [ "null", - "number" + "string" ] }, - "hs_task_type": { + "hs_all_owner_ids": { "type": [ "null", "string" ] }, - "hs_time_in_60b5c368_04c4_4d32_9b4a_457e159f49b7_13292096": { + "hs_all_team_ids": { "type": [ "null", - "number" + "string" ] }, - "hs_time_in_61bafb31_e7fa_46ed_aaa9_1322438d6e67_1866552342": { + "hs_at_mentioned_owner_ids": { "type": [ "null", - "number" + "string" ] }, - "hs_time_in_af0e6a5c_2ea3_4c72_b69f_7c6cb3fdb591_1652950531": { + "hs_attachment_ids": { "type": [ "null", - "number" + "string" ] }, - "hs_time_in_dd5826e4_c976_4654_a527_b59ada542e52_2144133616": { + "hs_body_preview": { "type": [ "null", - "number" + "string" ] }, - "hs_time_in_fc8148fb_3a2d_4b59_834e_69b7859347cb_1813133675": { + "hs_body_preview_html": { "type": [ "null", - "number" + "string" ] }, - "hs_timestamp": { - "format": "date-time", + "hs_body_preview_is_truncated": { "type": [ "null", - "string" + "boolean" ] }, - "hs_unique_creation_key": { + "hs_calendar_event_id": { "type": [ "null", "string" ] }, - "hs_unique_id": { + "hs_created_by": { "type": [ "null", - "string" + "number" ] }, - "hs_updated_by_user_id": { + "hs_created_by_user_id": { "type": [ "null", "number" ] }, - "hs_user_ids_of_all_notification_followers": { + "hs_createdate": { + "format": "date-time", "type": [ "null", "string" ] }, - "hs_user_ids_of_all_notification_unfollowers": { + "hs_date_entered_60b5c368_04c4_4d32_9b4a_457e159f49b7_13292096": { + "format": "date-time", "type": [ "null", "string" ] }, - "hs_user_ids_of_all_owners": { + "hs_date_entered_61bafb31_e7fa_46ed_aaa9_1322438d6e67_1866552342": { + "format": "date-time", "type": [ "null", "string" ] }, - "hs_was_imported": { + "hs_date_entered_af0e6a5c_2ea3_4c72_b69f_7c6cb3fdb591_1652950531": { + "format": "date-time", "type": [ "null", - "boolean" + "string" ] }, - "hubspot_owner_assigneddate": { + "hs_date_entered_dd5826e4_c976_4654_a527_b59ada542e52_2144133616": { "format": "date-time", "type": [ "null", "string" ] }, - "hubspot_owner_id": { + "hs_date_entered_fc8148fb_3a2d_4b59_834e_69b7859347cb_1813133675": { + "format": "date-time", "type": [ "null", "string" ] }, - "hubspot_team_id": { + "hs_date_exited_60b5c368_04c4_4d32_9b4a_457e159f49b7_13292096": { + "format": "date-time", "type": [ "null", "string" ] - } - }, - "type": "object" - }, - "tickets": { - "items": { - "format": "integer", - "type": [ - "null", - "string", - "integer" - ] - }, - "type": [ - "null", - "array" - ] - }, - "updatedAt": { - "format": "date-time", - "type": [ - "null", - "string" - ] - } - }, - "required": [ - "id" - ], - "type": [ - "object" - ] - }, - "key": [ - "/id" - ], - "recommendedName": "engagements_tasks", - "resourceConfig": { - "cursorField": [ - "updatedAt" - ], - "stream": "engagements_tasks", - "syncMode": "incremental" - } - }, - { - "documentSchema": { - "$schema": "http://json-schema.org/draft-07/schema#", - "properties": { - "_meta": { - "properties": { - "row_id": { - "type": "integer" - } - }, - "required": [ - "row_id" - ], - "type": "object" - }, - "archived": { - "type": [ - "null", - "boolean" - ] - }, - "configuration": { - "properties": { - "allowLinkToResetKnownValues": { + }, + "hs_date_exited_61bafb31_e7fa_46ed_aaa9_1322438d6e67_1866552342": { + "format": "date-time", "type": [ "null", - "boolean" + "string" ] }, - "archivable": { + "hs_date_exited_af0e6a5c_2ea3_4c72_b69f_7c6cb3fdb591_1652950531": { + "format": "date-time", "type": [ "null", - "boolean" + "string" ] }, - "cloneable": { + "hs_date_exited_dd5826e4_c976_4654_a527_b59ada542e52_2144133616": { + "format": "date-time", "type": [ "null", - "boolean" + "string" ] }, - "createNewContactForNewEmail": { + "hs_date_exited_fc8148fb_3a2d_4b59_834e_69b7859347cb_1813133675": { + "format": "date-time", "type": [ "null", - "boolean" + "string" ] }, - "editable": { + "hs_engagement_source": { "type": [ "null", - "boolean" + "string" ] }, - "language": { + "hs_engagement_source_id": { "type": [ "null", "string" ] }, - "notifyContactOwner": { + "hs_follow_up_action": { "type": [ "null", - "boolean" + "string" ] }, - "notifyRecipients": { + "hs_gdpr_deleted": { "type": [ "null", - "array" + "boolean" ] }, - "postSubmitAction": { - "properties": { - "type": { - "type": [ - "null", - "string" - ] - }, - "value": { - "type": [ - "null", - "string" - ] - } - }, + "hs_lastmodifieddate": { + "format": "date-time", "type": [ "null", - "object" + "string" ] }, - "prePopulateKnownValues": { + "hs_marketing_task_category": { "type": [ "null", - "boolean" + "string" ] }, - "recaptchaEnabled": { + "hs_marketing_task_category_id": { "type": [ "null", - "boolean" + "number" ] - } - }, - "type": [ - "null", - "object" - ] - }, - "createdAt": { - "format": "date-time", - "type": [ - "null", - "string" - ] - }, - "deletedAt": { - "type": [ - "null", - "string" - ] - }, - "displayOptions": { - "properties": { - "renderRawHtml": { + }, + "hs_merged_object_ids": { "type": [ "null", - "boolean" - ] - }, - "style": { - "properties": { - "backgroundWidth": { - "type": [ - "null", - "string" - ] - }, - "fontFamily": { - "type": [ - "null", - "string" - ] - }, - "helpTextColor": { - "type": [ - "null", - "string" - ] - }, - "helpTextSize": { - "type": [ - "null", - "string" - ] - }, - "labelTextColor": { - "type": [ - "null", - "string" - ] - }, - "labelTextSize": { - "type": [ - "null", - "string" - ] - }, - "legalConsentTextColor": { - "type": [ - "null", - "string" - ] - }, - "legalConsentTextSize": { - "type": [ - "null", - "string" - ] - }, - "submitAlignment": { - "type": [ - "null", - "string" - ] - }, - "submitColor": { - "type": [ - "null", - "string" - ] - }, - "submitFontColor": { - "type": [ - "null", - "string" - ] - }, - "submitSize": { - "type": [ - "null", - "string" - ] - } - }, + "string" + ] + }, + "hs_modified_by": { "type": [ "null", - "object" + "number" ] }, - "submitButtonText": { + "hs_msteams_message_id": { "type": [ "null", "string" ] }, - "theme": { + "hs_object_id": { "type": [ "null", - "string" + "number" ] - } - }, - "type": [ - "null", - "object" - ] - }, - "fieldGroups": { - "items": { - "properties": { - "fields": { - "items": { - "properties": { - "fieldType": { - "type": [ - "null", - "string" - ] - }, - "hidden": { - "type": [ - "null", - "boolean" - ] - }, - "label": { - "type": [ - "null", - "string" - ] - }, - "name": { - "type": [ - "null", - "string" - ] - }, - "objectTypeId": { - "type": [ - "null", - "string" - ] - }, - "required": { - "type": [ - "null", - "boolean" - ] - } - }, - "type": [ - "null", - "object" - ] - }, - "type": [ - "null", - "array" - ] - }, - "groupType": { - "type": [ - "null", - "string" - ] - }, - "richTextType": { - "type": [ - "null", - "string" - ] - } }, - "type": [ - "null", - "object" - ] - }, - "type": [ - "null", - "array" - ] - }, - "id": { - "type": "string" - }, - "legalConsentOptions": { - "type": [ - "null", - "object" - ] - }, - "name": { - "type": [ - "null", - "string" - ] - }, - "properties": { - "properties": { - "hs_all_accessible_team_ids": { + "hs_object_source": { "type": [ "null", "string" ] }, - "hs_all_assigned_business_unit_ids": { + "hs_object_source_detail_1": { "type": [ "null", "string" ] }, - "hs_all_owner_ids": { + "hs_object_source_detail_2": { "type": [ "null", "string" ] }, - "hs_all_team_ids": { + "hs_object_source_detail_3": { "type": [ "null", "string" ] }, - "hs_cloneable": { + "hs_object_source_id": { "type": [ "null", "string" ] }, - "hs_created_at": { - "format": "date-time", + "hs_object_source_label": { "type": [ "null", "string" ] }, - "hs_created_by_user_id": { + "hs_object_source_user_id": { "type": [ "null", "number" ] }, - "hs_createdate": { - "format": "date-time", + "hs_pipeline": { "type": [ "null", "string" ] }, - "hs_deletable": { + "hs_pipeline_stage": { "type": [ "null", "string" ] }, - "hs_editable": { + "hs_product_name": { "type": [ "null", "string" ] }, - "hs_embed_version": { + "hs_queue_membership_ids": { "type": [ "null", "string" ] }, - "hs_folder_id": { + "hs_read_only": { "type": [ "null", - "number" + "boolean" ] }, - "hs_form_id": { + "hs_repeat_status": { "type": [ "null", "string" ] }, - "hs_form_interactions": { + "hs_scheduled_tasks": { + "type": [ + "null", + "string" + ] + }, + "hs_shared_team_ids": { + "type": [ + "null", + "string" + ] + }, + "hs_shared_user_ids": { + "type": [ + "null", + "string" + ] + }, + "hs_task_body": { + "type": [ + "null", + "string" + ] + }, + "hs_task_campaign_guid": { + "type": [ + "null", + "string" + ] + }, + "hs_task_completion_count": { "type": [ "null", "number" ] }, - "hs_form_submissions": { + "hs_task_completion_date": { + "format": "date-time", + "type": [ + "null", + "string" + ] + }, + "hs_task_contact_timezone": { + "type": [ + "null", + "string" + ] + }, + "hs_task_family": { + "type": [ + "null", + "string" + ] + }, + "hs_task_for_object_type": { + "type": [ + "null", + "string" + ] + }, + "hs_task_is_all_day": { + "type": [ + "null", + "boolean" + ] + }, + "hs_task_is_completed": { "type": [ "null", "number" ] }, - "hs_form_submissions_per_form_interaction": { + "hs_task_is_completed_call": { "type": [ "null", "number" ] }, - "hs_form_submissions_per_form_view": { + "hs_task_is_completed_email": { "type": [ "null", "number" ] }, - "hs_form_submissions_per_page_view": { + "hs_task_is_completed_linked_in": { "type": [ "null", "number" ] }, - "hs_form_submissions_per_pop_up_cta_view": { + "hs_task_is_completed_sequence": { "type": [ "null", "number" ] }, - "hs_form_type": { + "hs_task_is_overdue": { + "type": [ + "null", + "boolean" + ] + }, + "hs_task_is_past_due_date": { + "type": [ + "null", + "boolean" + ] + }, + "hs_task_last_contact_outreach": { + "format": "date-time", "type": [ "null", "string" ] }, - "hs_form_views": { + "hs_task_last_sales_activity_timestamp": { + "format": "date-time", + "type": [ + "null", + "string" + ] + }, + "hs_task_missed_due_date": { + "type": [ + "null", + "boolean" + ] + }, + "hs_task_missed_due_date_count": { "type": [ "null", "number" ] }, - "hs_lastmodifieddate": { - "format": "date-time", + "hs_task_ms_teams_payload": { "type": [ "null", "string" ] }, - "hs_marketing_campaign_guid": { + "hs_task_priority": { "type": [ "null", "string" ] }, - "hs_merged_object_ids": { + "hs_task_probability_to_complete": { + "type": [ + "null", + "number" + ] + }, + "hs_task_relative_reminders": { "type": [ "null", "string" ] }, - "hs_name": { + "hs_task_reminders": { "type": [ "null", "string" ] }, - "hs_object_id": { + "hs_task_repeat_interval": { "type": [ "null", - "number" + "string" ] }, - "hs_object_source": { + "hs_task_send_default_reminder": { "type": [ "null", - "string" + "boolean" ] }, - "hs_object_source_detail_1": { + "hs_task_sequence_enrollment_active": { "type": [ "null", - "string" + "boolean" ] }, - "hs_object_source_detail_2": { + "hs_task_sequence_step_enrollment_id": { "type": [ "null", "string" ] }, - "hs_object_source_detail_3": { + "hs_task_sequence_step_order": { "type": [ "null", - "string" + "number" ] }, - "hs_object_source_id": { + "hs_task_status": { "type": [ "null", "string" ] }, - "hs_object_source_label": { + "hs_task_subject": { "type": [ "null", "string" ] }, - "hs_object_source_user_id": { + "hs_task_template_id": { "type": [ "null", "number" ] }, - "hs_page_views": { + "hs_task_type": { "type": [ "null", - "number" + "string" ] }, - "hs_pop_up_cta_views": { + "hs_time_in_60b5c368_04c4_4d32_9b4a_457e159f49b7_13292096": { "type": [ "null", "number" ] }, - "hs_read_only": { + "hs_time_in_61bafb31_e7fa_46ed_aaa9_1322438d6e67_1866552342": { "type": [ "null", - "boolean" + "number" ] }, - "hs_shared_team_ids": { + "hs_time_in_af0e6a5c_2ea3_4c72_b69f_7c6cb3fdb591_1652950531": { "type": [ "null", - "string" + "number" ] }, - "hs_shared_user_ids": { + "hs_time_in_dd5826e4_c976_4654_a527_b59ada542e52_2144133616": { "type": [ "null", - "string" + "number" ] }, - "hs_spam_submissions": { + "hs_time_in_fc8148fb_3a2d_4b59_834e_69b7859347cb_1813133675": { "type": [ "null", "number" ] }, - "hs_status": { + "hs_timestamp": { + "format": "date-time", "type": [ "null", "string" @@ -10138,8 +10805,7 @@ "string" ] }, - "hs_updated_at": { - "format": "date-time", + "hs_unique_id": { "type": [ "null", "string" @@ -10197,114 +10863,44 @@ }, "type": "object" }, - "updatedAt": { - "format": "date-time", - "type": [ - "null", - "string" - ] - } - }, - "required": [ - "id" - ], - "type": [ - "object" - ] - }, - "key": [ - "/id" - ], - "recommendedName": "forms", - "resourceConfig": { - "cursorField": [ - "updatedAt" - ], - "stream": "forms", - "syncMode": "incremental" - } - }, - { - "documentSchema": { - "$schema": "http://json-schema.org/draft-07/schema", - "properties": { - "_meta": { - "properties": { - "row_id": { - "type": "integer" - } + "tickets": { + "items": { + "format": "integer", + "type": [ + "null", + "string", + "integer" + ] }, - "required": [ - "row_id" - ], - "type": "object" - }, - "formId": { - "type": "string" - }, - "pageUrl": { "type": [ "null", - "string" + "array" ] }, - "submittedAt": { - "type": "integer" - }, "updatedAt": { + "format": "date-time", "type": [ "null", - "integer" - ] - }, - "values": { - "items": { - "properties": { - "name": { - "type": [ - "null", - "string" - ] - }, - "objectTypeId": { - "type": [ - "null", - "string" - ] - }, - "value": { - "type": [ - "null", - "string" - ] - } - }, - "type": "object" - }, - "type": [ - "null", - "array" + "string" ] } }, "required": [ - "submittedAt", - "formId" + "id" ], "type": [ "object" ] }, "key": [ - "/submittedAt", - "/formId" + "/id" ], - "recommendedName": "form_submissions", + "recommendedName": "engagements_tasks", "resourceConfig": { "cursorField": [ "updatedAt" ], - "stream": "form_submissions", + "stream": "engagements_tasks", "syncMode": "incremental" } }, @@ -10314,375 +10910,469 @@ "properties": { "_meta": { "properties": { - "row_id": { - "type": "integer" - } - }, - "required": [ - "row_id" - ], - "type": "object" - }, - "archived": { - "type": [ - "null", - "boolean" - ] - }, - "createdAt": { - "format": "date-time", - "type": [ - "null", - "string" - ] - }, - "id": { - "type": "string" - }, - "properties": { - "properties": { - "hs__migration_soft_delete": { - "type": [ - "null", - "string" - ] - }, - "hs_ad_account_asset_ids": { - "type": [ - "null", - "string" - ] - }, - "hs_ad_campaign_asset_ids": { - "type": [ - "null", - "string" - ] - }, - "hs_all_accessible_team_ids": { - "type": [ - "null", - "string" - ] - }, - "hs_all_assigned_business_unit_ids": { - "type": [ - "null", - "string" - ] - }, - "hs_all_owner_ids": { - "type": [ - "null", - "string" - ] - }, - "hs_all_team_ids": { - "type": [ - "null", - "string" - ] - }, - "hs_assignee_team_id": { - "type": [ - "null", - "number" - ] - }, - "hs_assignee_user_id": { - "type": [ - "null", - "number" - ] - }, - "hs_contact_lifecycle_stage": { - "type": [ - "null", - "string" - ] - }, - "hs_created_by_user_id": { - "type": [ - "null", - "number" - ] - }, - "hs_createdate": { - "format": "date-time", - "type": [ - "null", - "string" - ] - }, - "hs_currency": { - "type": [ - "null", - "string" - ] - }, - "hs_deal_pipeline_ids": { - "type": [ - "null", - "string" - ] - }, - "hs_edit_updates_notification_frequency": { + "row_id": { + "type": "integer" + } + }, + "required": [ + "row_id" + ], + "type": "object" + }, + "archived": { + "type": [ + "null", + "boolean" + ] + }, + "configuration": { + "properties": { + "allowLinkToResetKnownValues": { "type": [ "null", - "string" + "boolean" ] }, - "hs_end_date": { - "format": "date", + "archivable": { "type": [ "null", - "string" + "boolean" ] }, - "hs_end_datetime": { - "format": "date-time", + "cloneable": { "type": [ "null", - "string" + "boolean" ] }, - "hs_fiscal_year_offset": { + "createNewContactForNewEmail": { "type": [ "null", - "number" + "boolean" ] }, - "hs_forecast_type_id": { + "editable": { "type": [ "null", - "number" + "boolean" ] }, - "hs_goal_definition_key": { + "language": { "type": [ "null", "string" ] }, - "hs_goal_definition_key_with_team": { + "notifyContactOwner": { "type": [ "null", - "string" + "boolean" ] }, - "hs_goal_definition_key_with_user": { + "notifyRecipients": { "type": [ "null", - "string" + "array" ] }, - "hs_goal_name": { + "postSubmitAction": { + "properties": { + "type": { + "type": [ + "null", + "string" + ] + }, + "value": { + "type": [ + "null", + "string" + ] + } + }, "type": [ "null", - "string" + "object" ] }, - "hs_goal_target_group_id": { + "prePopulateKnownValues": { "type": [ "null", - "number" + "boolean" ] }, - "hs_goal_type": { + "recaptchaEnabled": { "type": [ "null", - "string" + "boolean" ] - }, - "hs_group_correlation_uuid": { + } + }, + "type": [ + "null", + "object" + ] + }, + "createdAt": { + "format": "date-time", + "type": [ + "null", + "string" + ] + }, + "deletedAt": { + "type": [ + "null", + "string" + ] + }, + "displayOptions": { + "properties": { + "renderRawHtml": { "type": [ "null", - "string" + "boolean" ] }, - "hs_is_forecastable": { + "style": { + "properties": { + "backgroundWidth": { + "type": [ + "null", + "string" + ] + }, + "fontFamily": { + "type": [ + "null", + "string" + ] + }, + "helpTextColor": { + "type": [ + "null", + "string" + ] + }, + "helpTextSize": { + "type": [ + "null", + "string" + ] + }, + "labelTextColor": { + "type": [ + "null", + "string" + ] + }, + "labelTextSize": { + "type": [ + "null", + "string" + ] + }, + "legalConsentTextColor": { + "type": [ + "null", + "string" + ] + }, + "legalConsentTextSize": { + "type": [ + "null", + "string" + ] + }, + "submitAlignment": { + "type": [ + "null", + "string" + ] + }, + "submitColor": { + "type": [ + "null", + "string" + ] + }, + "submitFontColor": { + "type": [ + "null", + "string" + ] + }, + "submitSize": { + "type": [ + "null", + "string" + ] + } + }, "type": [ "null", - "string" + "object" ] }, - "hs_is_legacy": { + "submitButtonText": { "type": [ "null", "string" ] }, - "hs_kpi_display_unit": { + "theme": { "type": [ "null", "string" ] + } + }, + "type": [ + "null", + "object" + ] + }, + "fieldGroups": { + "items": { + "properties": { + "fields": { + "items": { + "properties": { + "fieldType": { + "type": [ + "null", + "string" + ] + }, + "hidden": { + "type": [ + "null", + "boolean" + ] + }, + "label": { + "type": [ + "null", + "string" + ] + }, + "name": { + "type": [ + "null", + "string" + ] + }, + "objectTypeId": { + "type": [ + "null", + "string" + ] + }, + "required": { + "type": [ + "null", + "boolean" + ] + } + }, + "type": [ + "null", + "object" + ] + }, + "type": [ + "null", + "array" + ] + }, + "groupType": { + "type": [ + "null", + "string" + ] + }, + "richTextType": { + "type": [ + "null", + "string" + ] + } }, - "hs_kpi_filter_groups": { + "type": [ + "null", + "object" + ] + }, + "type": [ + "null", + "array" + ] + }, + "id": { + "type": "string" + }, + "legalConsentOptions": { + "type": [ + "null", + "object" + ] + }, + "name": { + "type": [ + "null", + "string" + ] + }, + "properties": { + "properties": { + "hs_all_accessible_team_ids": { "type": [ "null", "string" ] }, - "hs_kpi_filter_groups_for_key_grouping": { + "hs_all_assigned_business_unit_ids": { "type": [ "null", "string" ] }, - "hs_kpi_filter_groups_for_key_team_grouping": { + "hs_all_owner_ids": { "type": [ "null", "string" ] }, - "hs_kpi_is_team_rollup": { - "type": [ - "null", - "boolean" - ] - }, - "hs_kpi_metric_type": { + "hs_all_team_ids": { "type": [ "null", "string" ] }, - "hs_kpi_object_type": { + "hs_cloneable": { "type": [ "null", "string" ] }, - "hs_kpi_object_type_id": { + "hs_created_at": { + "format": "date-time", "type": [ "null", "string" ] }, - "hs_kpi_progress_percent": { + "hs_created_by_user_id": { "type": [ "null", "number" ] }, - "hs_kpi_property_name": { - "type": [ - "null", - "string" - ] - }, - "hs_kpi_single_object_custom_goal_type_name": { + "hs_createdate": { + "format": "date-time", "type": [ "null", "string" ] }, - "hs_kpi_time_period_property": { + "hs_deletable": { "type": [ "null", "string" ] }, - "hs_kpi_tracking_method": { + "hs_editable": { "type": [ "null", "string" ] }, - "hs_kpi_unit_type": { + "hs_embed_version": { "type": [ "null", "string" ] }, - "hs_kpi_value": { - "type": [ - "null", - "number" - ] - }, - "hs_kpi_value_calculated_at": { + "hs_folder_id": { "type": [ "null", "number" ] }, - "hs_kpi_value_last_calculated_at": { - "format": "date-time", + "hs_form_id": { "type": [ "null", "string" ] }, - "hs_lastmodifieddate": { - "format": "date-time", + "hs_form_interactions": { "type": [ "null", - "string" + "number" ] }, - "hs_legacy_active": { + "hs_form_submissions": { "type": [ "null", - "string" + "number" ] }, - "hs_legacy_created_at": { + "hs_form_submissions_per_form_interaction": { "type": [ "null", "number" ] }, - "hs_legacy_created_by": { + "hs_form_submissions_per_form_view": { "type": [ "null", "number" ] }, - "hs_legacy_quarterly_target_composite_id": { + "hs_form_submissions_per_page_view": { "type": [ "null", - "string" + "number" ] }, - "hs_legacy_sql_id": { + "hs_form_submissions_per_pop_up_cta_view": { "type": [ "null", "number" ] }, - "hs_legacy_unique_sql_id": { + "hs_form_type": { "type": [ "null", - "number" + "string" ] }, - "hs_legacy_updated_at": { + "hs_form_views": { "type": [ "null", "number" ] }, - "hs_legacy_updated_by": { + "hs_lastmodifieddate": { + "format": "date-time", "type": [ "null", - "number" + "string" ] }, - "hs_merged_object_ids": { + "hs_marketing_campaign_guid": { "type": [ "null", "string" ] }, - "hs_migration_soft_delete": { + "hs_merged_object_ids": { "type": [ "null", "string" ] }, - "hs_milestone": { + "hs_name": { "type": [ "null", "string" @@ -10736,215 +11426,320 @@ "number" ] }, - "hs_outcome": { + "hs_page_views": { "type": [ "null", - "string" + "number" ] }, - "hs_owner_ids_of_all_owners": { + "hs_pop_up_cta_views": { "type": [ "null", - "string" + "number" + ] + }, + "hs_read_only": { + "type": [ + "null", + "boolean" ] }, - "hs_pipelines": { + "hs_shared_team_ids": { "type": [ "null", "string" ] }, - "hs_progress_updates_notification_frequency": { + "hs_shared_user_ids": { "type": [ "null", "string" ] }, - "hs_read_only": { + "hs_spam_submissions": { "type": [ "null", - "boolean" + "number" ] }, - "hs_shared_team_ids": { + "hs_spam_submissions_ue": { + "type": [ + "null", + "number" + ] + }, + "hs_status": { "type": [ "null", "string" ] }, - "hs_shared_user_ids": { + "hs_unique_creation_key": { "type": [ "null", "string" ] }, - "hs_should_notify_on_achieved": { + "hs_updated_at": { + "format": "date-time", "type": [ "null", "string" ] }, - "hs_should_notify_on_edit_updates": { + "hs_updated_by_user_id": { + "type": [ + "null", + "number" + ] + }, + "hs_user_ids_of_all_notification_followers": { "type": [ "null", "string" ] }, - "hs_should_notify_on_exceeded": { + "hs_user_ids_of_all_notification_unfollowers": { "type": [ "null", "string" ] }, - "hs_should_notify_on_kickoff": { + "hs_user_ids_of_all_owners": { "type": [ "null", "string" ] }, - "hs_should_notify_on_missed": { + "hs_was_imported": { + "type": [ + "null", + "boolean" + ] + }, + "hubspot_owner_assigneddate": { + "format": "date-time", "type": [ "null", "string" ] }, - "hs_should_notify_on_progress_updates": { + "hubspot_owner_id": { "type": [ "null", "string" ] }, - "hs_should_recalculate": { + "hubspot_team_id": { "type": [ "null", "string" ] + } + }, + "type": "object" + }, + "updatedAt": { + "format": "date-time", + "type": [ + "null", + "string" + ] + } + }, + "required": [ + "id" + ], + "type": [ + "object" + ] + }, + "key": [ + "/id" + ], + "recommendedName": "forms", + "resourceConfig": { + "cursorField": [ + "updatedAt" + ], + "stream": "forms", + "syncMode": "incremental" + } + }, + { + "documentSchema": { + "$schema": "http://json-schema.org/draft-07/schema", + "properties": { + "_meta": { + "properties": { + "row_id": { + "type": "integer" + } + }, + "required": [ + "row_id" + ], + "type": "object" + }, + "formId": { + "type": "string" + }, + "pageUrl": { + "type": [ + "null", + "string" + ] + }, + "submittedAt": { + "type": "integer" + }, + "updatedAt": { + "type": [ + "null", + "integer" + ] + }, + "values": { + "items": { + "properties": { + "name": { + "type": [ + "null", + "string" + ] + }, + "objectTypeId": { + "type": [ + "null", + "string" + ] + }, + "value": { + "type": [ + "null", + "string" + ] + } }, - "hs_start_date": { - "format": "date", + "type": "object" + }, + "type": [ + "null", + "array" + ] + } + }, + "required": [ + "submittedAt", + "formId" + ], + "type": [ + "object" + ] + }, + "key": [ + "/submittedAt", + "/formId" + ], + "recommendedName": "form_submissions", + "resourceConfig": { + "cursorField": [ + "updatedAt" + ], + "stream": "form_submissions", + "syncMode": "incremental" + } + }, + { + "documentSchema": { + "$schema": "http://json-schema.org/draft-07/schema#", + "properties": { + "_meta": { + "properties": { + "row_id": { + "type": "integer" + } + }, + "required": [ + "row_id" + ], + "type": "object" + }, + "archived": { + "type": [ + "null", + "boolean" + ] + }, + "createdAt": { + "format": "date-time", + "type": [ + "null", + "string" + ] + }, + "id": { + "type": "string" + }, + "properties": { + "properties": { + "hs_created_by_user_id": { "type": [ "null", "string" ] }, - "hs_start_datetime": { + "hs_createdate": { "format": "date-time", "type": [ "null", "string" ] }, - "hs_static_kpi_filter_groups": { - "type": [ - "null", - "string" - ] - }, - "hs_status": { - "type": [ - "null", - "string" - ] - }, - "hs_status_display_order": { - "type": [ - "null", - "number" - ] - }, - "hs_target_amount": { - "type": [ - "null", - "number" - ] - }, - "hs_target_amount_in_home_currency": { - "type": [ - "null", - "number" - ] - }, - "hs_team_id": { - "type": [ - "null", - "number" - ] - }, - "hs_template_id": { - "type": [ - "null", - "number" - ] - }, - "hs_ticket_pipeline_ids": { - "type": [ - "null", - "string" - ] - }, - "hs_unique_creation_key": { + "hs_end_datetime": { + "format": "date-time", "type": [ "null", "string" ] }, - "hs_updated_by_user_id": { - "type": [ - "null", - "number" - ] - }, - "hs_user_id": { - "type": [ - "null", - "number" - ] - }, - "hs_user_ids_of_all_notification_followers": { + "hs_goal_name": { "type": [ "null", "string" ] }, - "hs_user_ids_of_all_notification_unfollowers": { + "hs_lastmodifieddate": { + "format": "date-time", "type": [ "null", "string" ] }, - "hs_user_ids_of_all_owners": { + "hs_object_id": { "type": [ "null", "string" ] }, - "hs_was_imported": { - "type": [ - "null", - "boolean" - ] - }, - "hubspot_owner_assigneddate": { + "hs_start_datetime": { "format": "date-time", "type": [ "null", "string" ] }, - "hubspot_owner_id": { - "type": [ - "null", - "string" - ] - }, - "hubspot_team_id": { + "hs_target_amount": { "type": [ "null", "string" ] } }, - "type": "object" + "type": [ + "null", + "object" + ] }, "updatedAt": { "format": "date-time", @@ -11073,6 +11868,12 @@ "number" ] }, + "hs_auto_tax_amount": { + "type": [ + "null", + "number" + ] + }, "hs_billing_period_end_date": { "format": "date", "type": [ @@ -11105,6 +11906,18 @@ "string" ] }, + "hs_buyer_selected_quantity_max": { + "type": [ + "null", + "number" + ] + }, + "hs_buyer_selected_quantity_min": { + "type": [ + "null", + "number" + ] + }, "hs_cost_of_goods_sold": { "type": [ "null", @@ -11142,6 +11955,18 @@ "string" ] }, + "hs_is_editable_price": { + "type": [ + "null", + "boolean" + ] + }, + "hs_is_optional": { + "type": [ + "null", + "boolean" + ] + }, "hs_lastmodifieddate": { "format": "date-time", "type": [ @@ -11251,6 +12076,12 @@ "number" ] }, + "hs_post_tax_amount": { + "type": [ + "null", + "number" + ] + }, "hs_pre_discount_amount": { "type": [ "null", @@ -11331,6 +12162,36 @@ "number" ] }, + "hs_tax_amount": { + "type": [ + "null", + "number" + ] + }, + "hs_tax_category": { + "type": [ + "null", + "string" + ] + }, + "hs_tax_label": { + "type": [ + "null", + "string" + ] + }, + "hs_tax_rate": { + "type": [ + "null", + "number" + ] + }, + "hs_tax_rate_group_id": { + "type": [ + "null", + "string" + ] + }, "hs_tcv": { "type": [ "null", @@ -12265,7 +13126,115 @@ }, "type": [ "null", - "array" + "array" + ] + } + }, + "required": [ + "id" + ], + "type": [ + "object" + ] + }, + "key": [ + "/id" + ], + "recommendedName": "marketing_emails", + "resourceConfig": { + "stream": "marketing_emails", + "syncMode": "full_refresh" + } + }, + { + "documentSchema": { + "$schema": "http://json-schema.org/draft-07/schema#", + "properties": { + "_meta": { + "properties": { + "row_id": { + "type": "integer" + } + }, + "required": [ + "row_id" + ], + "type": "object" + }, + "archived": { + "type": [ + "null", + "boolean" + ] + }, + "createdAt": { + "format": "date-time", + "type": [ + "null", + "string" + ] + }, + "email": { + "type": [ + "null", + "string" + ] + }, + "firstName": { + "type": [ + "null", + "string" + ] + }, + "id": { + "type": "string" + }, + "lastName": { + "type": [ + "null", + "string" + ] + }, + "teams": { + "items": { + "properties": { + "id": { + "type": [ + "null", + "string" + ] + }, + "membership": { + "type": [ + "null", + "string" + ] + }, + "name": { + "type": [ + "null", + "string" + ] + } + }, + "type": "object" + }, + "type": [ + "null", + "array" + ] + }, + "updatedAt": { + "format": "date-time", + "type": [ + "null", + "string" + ] + }, + "userId": { + "type": [ + "null", + "integer" ] } }, @@ -12279,10 +13248,13 @@ "key": [ "/id" ], - "recommendedName": "marketing_emails", + "recommendedName": "owners", "resourceConfig": { - "stream": "marketing_emails", - "syncMode": "full_refresh" + "cursorField": [ + "updatedAt" + ], + "stream": "owners", + "syncMode": "incremental" } }, { @@ -12295,86 +13267,343 @@ "type": "integer" } }, - "required": [ - "row_id" - ], + "required": [ + "row_id" + ], + "type": "object" + }, + "archived": { + "type": [ + "null", + "boolean" + ] + }, + "createdAt": { + "format": "date-time", + "type": [ + "null", + "string" + ] + }, + "id": { + "type": "string" + }, + "properties": { + "properties": { + "amount": { + "type": [ + "null", + "number" + ] + }, + "createdate": { + "format": "date-time", + "type": [ + "null", + "string" + ] + }, + "description": { + "type": [ + "null", + "string" + ] + }, + "discount": { + "type": [ + "null", + "number" + ] + }, + "hs_all_accessible_team_ids": { + "type": [ + "null", + "string" + ] + }, + "hs_all_assigned_business_unit_ids": { + "type": [ + "null", + "string" + ] + }, + "hs_all_owner_ids": { + "type": [ + "null", + "string" + ] + }, + "hs_all_team_ids": { + "type": [ + "null", + "string" + ] + }, + "hs_avatar_filemanager_key": { + "type": [ + "null", + "string" + ] + }, + "hs_cost_of_goods_sold": { + "type": [ + "null", + "number" + ] + }, + "hs_created_by_user_id": { + "type": [ + "null", + "number" + ] + }, + "hs_createdate": { + "format": "date-time", + "type": [ + "null", + "string" + ] + }, + "hs_discount_percentage": { + "type": [ + "null", + "number" + ] + }, + "hs_folder": { + "type": [ + "null", + "string" + ] + }, + "hs_folder_id": { + "type": [ + "null", + "number" + ] + }, + "hs_folder_name": { + "type": [ + "null", + "string" + ] + }, + "hs_images": { + "type": [ + "null", + "string" + ] + }, + "hs_lastmodifieddate": { + "format": "date-time", + "type": [ + "null", + "string" + ] + }, + "hs_merged_object_ids": { + "type": [ + "null", + "string" + ] + }, + "hs_object_id": { + "type": [ + "null", + "number" + ] + }, + "hs_object_source": { + "type": [ + "null", + "string" + ] + }, + "hs_object_source_detail_1": { + "type": [ + "null", + "string" + ] + }, + "hs_object_source_detail_2": { + "type": [ + "null", + "string" + ] + }, + "hs_object_source_detail_3": { + "type": [ + "null", + "string" + ] + }, + "hs_object_source_id": { + "type": [ + "null", + "string" + ] + }, + "hs_object_source_label": { + "type": [ + "null", + "string" + ] + }, + "hs_object_source_user_id": { + "type": [ + "null", + "number" + ] + }, + "hs_product_type": { + "type": [ + "null", + "string" + ] + }, + "hs_read_only": { + "type": [ + "null", + "boolean" + ] + }, + "hs_recurring_billing_period": { + "type": [ + "null", + "string" + ] + }, + "hs_recurring_billing_start_date": { + "format": "date", + "type": [ + "null", + "string" + ] + }, + "hs_shared_team_ids": { + "type": [ + "null", + "string" + ] + }, + "hs_shared_user_ids": { + "type": [ + "null", + "string" + ] + }, + "hs_sku": { + "type": [ + "null", + "string" + ] + }, + "hs_tax_category": { + "type": [ + "null", + "string" + ] + }, + "hs_unique_creation_key": { + "type": [ + "null", + "string" + ] + }, + "hs_updated_by_user_id": { + "type": [ + "null", + "number" + ] + }, + "hs_url": { + "type": [ + "null", + "string" + ] + }, + "hs_user_ids_of_all_notification_followers": { + "type": [ + "null", + "string" + ] + }, + "hs_user_ids_of_all_notification_unfollowers": { + "type": [ + "null", + "string" + ] + }, + "hs_user_ids_of_all_owners": { + "type": [ + "null", + "string" + ] + }, + "hs_was_imported": { + "type": [ + "null", + "boolean" + ] + }, + "hubspot_owner_assigneddate": { + "format": "date-time", + "type": [ + "null", + "string" + ] + }, + "hubspot_owner_id": { + "type": [ + "null", + "string" + ] + }, + "hubspot_team_id": { + "type": [ + "null", + "string" + ] + }, + "name": { + "type": [ + "null", + "string" + ] + }, + "price": { + "type": [ + "null", + "number" + ] + }, + "quantity": { + "type": [ + "null", + "number" + ] + }, + "recurringbillingfrequency": { + "type": [ + "null", + "string" + ] + }, + "tax": { + "type": [ + "null", + "number" + ] + } + }, "type": "object" }, - "archived": { - "type": [ - "null", - "boolean" - ] - }, - "createdAt": { - "format": "date-time", - "type": [ - "null", - "string" - ] - }, - "email": { - "type": [ - "null", - "string" - ] - }, - "firstName": { - "type": [ - "null", - "string" - ] - }, - "id": { - "type": "string" - }, - "lastName": { - "type": [ - "null", - "string" - ] - }, - "teams": { - "items": { - "properties": { - "id": { - "type": [ - "null", - "string" - ] - }, - "membership": { - "type": [ - "null", - "string" - ] - }, - "name": { - "type": [ - "null", - "string" - ] - } - }, - "type": "object" - }, - "type": [ - "null", - "array" - ] - }, "updatedAt": { "format": "date-time", "type": [ "null", "string" ] - }, - "userId": { - "type": [ - "null", - "integer" - ] } }, "required": [ @@ -12387,18 +13616,18 @@ "key": [ "/id" ], - "recommendedName": "owners", + "recommendedName": "products", "resourceConfig": { "cursorField": [ "updatedAt" ], - "stream": "owners", + "stream": "products", "syncMode": "incremental" } }, { "documentSchema": { - "$schema": "http://json-schema.org/draft-07/schema#", + "$schema": "http://json-schema.org/draft-07/schema", "properties": { "_meta": { "properties": { @@ -12411,1651 +13640,1710 @@ ], "type": "object" }, - "archived": { - "type": [ - "null", - "boolean" - ] - }, - "createdAt": { - "format": "date-time", - "type": [ - "null", - "string" - ] - }, - "id": { - "type": "string" - }, "properties": { "properties": { - "amount": { + "address": { + "type": [ + "null", + "string" + ] + }, + "annualrevenue": { + "type": [ + "null", + "string" + ] + }, + "associatedcompanyid": { + "type": [ + "null", + "number" + ] + }, + "associatedcompanylastupdated": { + "type": [ + "null", + "number" + ] + }, + "city": { + "type": [ + "null", + "string" + ] + }, + "closedate": { + "format": "date-time", + "type": [ + "null", + "string" + ] + }, + "company": { + "type": [ + "null", + "string" + ] + }, + "company_size": { + "type": [ + "null", + "string" + ] + }, + "country": { + "type": [ + "null", + "string" + ] + }, + "createdate": { + "format": "date-time", + "type": [ + "null", + "string" + ] + }, + "currentlyinworkflow": { + "type": [ + "null", + "string" + ] + }, + "date_of_birth": { + "type": [ + "null", + "string" + ] + }, + "days_to_close": { "type": [ "null", "number" ] }, - "createdate": { - "format": "date-time", + "degree": { "type": [ "null", "string" ] }, - "description": { + "email": { "type": [ "null", "string" ] }, - "discount": { + "engagements_last_meeting_booked": { + "format": "date-time", "type": [ "null", - "number" + "string" ] }, - "hs_all_accessible_team_ids": { + "engagements_last_meeting_booked_campaign": { "type": [ "null", "string" ] }, - "hs_all_assigned_business_unit_ids": { + "engagements_last_meeting_booked_medium": { "type": [ "null", "string" ] }, - "hs_all_owner_ids": { + "engagements_last_meeting_booked_source": { "type": [ "null", "string" ] }, - "hs_all_team_ids": { + "fax": { "type": [ "null", "string" ] }, - "hs_avatar_filemanager_key": { + "field_of_study": { "type": [ "null", "string" ] }, - "hs_cost_of_goods_sold": { + "first_conversion_date": { + "format": "date-time", "type": [ "null", - "number" + "string" ] }, - "hs_created_by_user_id": { + "first_conversion_event_name": { "type": [ "null", - "number" + "string" ] }, - "hs_createdate": { + "first_deal_created_date": { "format": "date-time", "type": [ "null", "string" ] }, - "hs_discount_percentage": { + "firstname": { + "type": [ + "null", + "string" + ] + }, + "followercount": { "type": [ "null", "number" ] }, - "hs_folder_id": { + "gender": { + "type": [ + "null", + "string" + ] + }, + "graduation_date": { + "type": [ + "null", + "string" + ] + }, + "hs_additional_emails": { + "type": [ + "null", + "string" + ] + }, + "hs_all_accessible_team_ids": { + "type": [ + "null", + "string" + ] + }, + "hs_all_assigned_business_unit_ids": { + "type": [ + "null", + "string" + ] + }, + "hs_all_contact_vids": { + "type": [ + "null", + "string" + ] + }, + "hs_all_owner_ids": { + "type": [ + "null", + "string" + ] + }, + "hs_all_team_ids": { + "type": [ + "null", + "string" + ] + }, + "hs_analytics_average_page_views": { "type": [ "null", "number" ] }, - "hs_images": { + "hs_analytics_first_referrer": { "type": [ "null", "string" ] }, - "hs_lastmodifieddate": { + "hs_analytics_first_timestamp": { "format": "date-time", "type": [ "null", "string" ] }, - "hs_merged_object_ids": { + "hs_analytics_first_touch_converting_campaign": { "type": [ "null", "string" ] }, - "hs_object_id": { + "hs_analytics_first_url": { "type": [ "null", - "number" + "string" ] }, - "hs_object_source": { + "hs_analytics_first_visit_timestamp": { + "format": "date-time", "type": [ "null", "string" ] }, - "hs_object_source_detail_1": { + "hs_analytics_last_referrer": { "type": [ "null", "string" ] }, - "hs_object_source_detail_2": { + "hs_analytics_last_timestamp": { + "format": "date-time", "type": [ "null", "string" ] }, - "hs_object_source_detail_3": { + "hs_analytics_last_touch_converting_campaign": { "type": [ "null", "string" ] }, - "hs_object_source_id": { + "hs_analytics_last_url": { "type": [ "null", "string" ] }, - "hs_object_source_label": { + "hs_analytics_last_visit_timestamp": { + "format": "date-time", "type": [ "null", "string" ] }, - "hs_object_source_user_id": { + "hs_analytics_num_event_completions": { "type": [ "null", "number" ] }, - "hs_product_type": { + "hs_analytics_num_page_views": { + "type": [ + "null", + "number" + ] + }, + "hs_analytics_num_visits": { + "type": [ + "null", + "number" + ] + }, + "hs_analytics_revenue": { + "type": [ + "null", + "number" + ] + }, + "hs_analytics_source": { "type": [ "null", "string" ] }, - "hs_read_only": { + "hs_analytics_source_data_1": { "type": [ "null", - "boolean" + "string" ] }, - "hs_recurring_billing_period": { + "hs_analytics_source_data_2": { "type": [ "null", "string" ] }, - "hs_recurring_billing_start_date": { - "format": "date", + "hs_associated_target_accounts": { + "type": [ + "null", + "number" + ] + }, + "hs_avatar_filemanager_key": { "type": [ "null", "string" ] }, - "hs_shared_team_ids": { + "hs_buying_role": { "type": [ "null", "string" ] }, - "hs_shared_user_ids": { + "hs_calculated_form_submissions": { "type": [ "null", "string" ] }, - "hs_sku": { + "hs_calculated_merged_vids": { "type": [ "null", "string" ] }, - "hs_unique_creation_key": { + "hs_calculated_mobile_number": { "type": [ "null", "string" ] }, - "hs_updated_by_user_id": { + "hs_calculated_phone_number": { "type": [ "null", - "number" + "string" ] }, - "hs_url": { + "hs_calculated_phone_number_area_code": { "type": [ "null", "string" ] }, - "hs_user_ids_of_all_notification_followers": { + "hs_calculated_phone_number_country_code": { "type": [ "null", "string" ] }, - "hs_user_ids_of_all_notification_unfollowers": { + "hs_calculated_phone_number_region_code": { "type": [ "null", "string" ] }, - "hs_user_ids_of_all_owners": { + "hs_clicked_linkedin_ad": { "type": [ "null", "string" ] }, - "hs_was_imported": { + "hs_contact_enrichment_opt_out": { "type": [ "null", "boolean" ] }, - "hubspot_owner_assigneddate": { + "hs_contact_enrichment_opt_out_timestamp": { "format": "date-time", "type": [ "null", "string" ] }, - "hubspot_owner_id": { + "hs_content_membership_email": { "type": [ "null", "string" ] }, - "hubspot_team_id": { + "hs_content_membership_email_confirmed": { "type": [ "null", - "string" + "boolean" ] }, - "name": { + "hs_content_membership_follow_up_enqueued_at": { + "format": "date-time", "type": [ "null", "string" ] }, - "price": { + "hs_content_membership_notes": { "type": [ "null", - "number" + "string" ] }, - "quantity": { + "hs_content_membership_registered_at": { + "format": "date-time", "type": [ "null", - "number" + "string" ] }, - "recurringbillingfrequency": { + "hs_content_membership_registration_domain_sent_to": { "type": [ "null", "string" ] }, - "tax": { + "hs_content_membership_registration_email_sent_at": { + "format": "date-time", "type": [ "null", - "number" + "string" ] - } - }, - "type": "object" - }, - "updatedAt": { - "format": "date-time", - "type": [ - "null", - "string" - ] - } - }, - "required": [ - "id" - ], - "type": [ - "object" - ] - }, - "key": [ - "/id" - ], - "recommendedName": "products", - "resourceConfig": { - "cursorField": [ - "updatedAt" - ], - "stream": "products", - "syncMode": "incremental" - } - }, - { - "documentSchema": { - "$schema": "http://json-schema.org/draft-07/schema", - "properties": { - "_meta": { - "properties": { - "row_id": { - "type": "integer" - } - }, - "required": [ - "row_id" - ], - "type": "object" - }, - "properties": { - "properties": { - "address": { + }, + "hs_content_membership_status": { "type": [ "null", "string" ] }, - "annualrevenue": { + "hs_conversations_visitor_email": { "type": [ "null", "string" ] }, - "associatedcompanyid": { + "hs_count_is_unworked": { + "type": [ + "null", + "number" + ] + }, + "hs_count_is_worked": { "type": [ "null", "number" ] }, - "associatedcompanylastupdated": { + "hs_country_region_code": { "type": [ "null", - "number" + "string" ] }, - "city": { + "hs_created_by_conversations": { "type": [ "null", - "string" + "boolean" ] }, - "closedate": { - "format": "date-time", + "hs_created_by_user_id": { "type": [ "null", - "string" + "number" ] }, - "company": { + "hs_createdate": { + "format": "date-time", "type": [ "null", "string" ] }, - "company_size": { + "hs_currently_enrolled_in_prospecting_agent": { "type": [ "null", - "string" + "boolean" ] }, - "country": { + "hs_data_privacy_ads_consent": { "type": [ "null", - "string" + "boolean" ] }, - "createdate": { + "hs_date_entered_customer": { "format": "date-time", "type": [ "null", "string" ] }, - "currentlyinworkflow": { + "hs_date_entered_evangelist": { + "format": "date-time", "type": [ "null", "string" ] }, - "date_of_birth": { + "hs_date_entered_lead": { + "format": "date-time", "type": [ "null", "string" ] }, - "days_to_close": { + "hs_date_entered_marketingqualifiedlead": { + "format": "date-time", "type": [ "null", - "number" + "string" ] }, - "degree": { + "hs_date_entered_opportunity": { + "format": "date-time", "type": [ "null", "string" ] }, - "email": { + "hs_date_entered_other": { + "format": "date-time", "type": [ "null", "string" ] }, - "engagements_last_meeting_booked": { + "hs_date_entered_salesqualifiedlead": { "format": "date-time", "type": [ "null", "string" ] }, - "engagements_last_meeting_booked_campaign": { + "hs_date_entered_subscriber": { + "format": "date-time", "type": [ "null", "string" ] }, - "engagements_last_meeting_booked_medium": { + "hs_date_exited_customer": { + "format": "date-time", "type": [ "null", "string" ] }, - "engagements_last_meeting_booked_source": { + "hs_date_exited_evangelist": { + "format": "date-time", "type": [ "null", "string" ] }, - "fax": { + "hs_date_exited_lead": { + "format": "date-time", "type": [ "null", "string" ] }, - "field_of_study": { + "hs_date_exited_marketingqualifiedlead": { + "format": "date-time", "type": [ "null", "string" ] }, - "first_conversion_date": { + "hs_date_exited_opportunity": { "format": "date-time", "type": [ "null", "string" ] }, - "first_conversion_event_name": { + "hs_date_exited_other": { + "format": "date-time", "type": [ "null", "string" ] }, - "first_deal_created_date": { + "hs_date_exited_salesqualifiedlead": { "format": "date-time", "type": [ "null", "string" ] }, - "firstname": { + "hs_date_exited_subscriber": { + "format": "date-time", "type": [ "null", "string" ] }, - "gender": { + "hs_document_last_revisited": { + "format": "date-time", "type": [ "null", "string" ] }, - "graduation_date": { + "hs_email_bad_address": { "type": [ "null", - "string" + "boolean" ] }, - "hs_additional_emails": { + "hs_email_bounce": { "type": [ "null", - "string" + "number" ] }, - "hs_all_accessible_team_ids": { + "hs_email_click": { "type": [ "null", - "string" + "number" ] }, - "hs_all_contact_vids": { + "hs_email_customer_quarantined_reason": { "type": [ "null", "string" ] }, - "hs_all_owner_ids": { + "hs_email_delivered": { "type": [ "null", - "string" + "number" ] }, - "hs_all_team_ids": { + "hs_email_domain": { "type": [ "null", "string" ] }, - "hs_analytics_average_page_views": { + "hs_email_first_click_date": { + "format": "date-time", "type": [ "null", - "number" + "string" ] }, - "hs_analytics_first_referrer": { + "hs_email_first_open_date": { + "format": "date-time", "type": [ "null", "string" ] }, - "hs_analytics_first_timestamp": { + "hs_email_first_reply_date": { "format": "date-time", "type": [ "null", "string" ] }, - "hs_analytics_first_touch_converting_campaign": { + "hs_email_first_send_date": { + "format": "date-time", "type": [ "null", "string" ] }, - "hs_analytics_first_url": { + "hs_email_hard_bounce_reason": { "type": [ "null", "string" ] }, - "hs_analytics_first_visit_timestamp": { - "format": "date-time", + "hs_email_hard_bounce_reason_enum": { "type": [ "null", "string" ] }, - "hs_analytics_last_referrer": { + "hs_email_is_ineligible": { "type": [ "null", - "string" + "boolean" ] }, - "hs_analytics_last_timestamp": { + "hs_email_last_click_date": { "format": "date-time", "type": [ "null", "string" ] }, - "hs_analytics_last_touch_converting_campaign": { + "hs_email_last_email_name": { "type": [ "null", "string" ] }, - "hs_analytics_last_url": { + "hs_email_last_open_date": { + "format": "date-time", "type": [ "null", "string" ] }, - "hs_analytics_last_visit_timestamp": { + "hs_email_last_reply_date": { "format": "date-time", "type": [ "null", "string" ] }, - "hs_analytics_num_event_completions": { + "hs_email_last_send_date": { + "format": "date-time", "type": [ "null", - "number" + "string" ] }, - "hs_analytics_num_page_views": { + "hs_email_open": { "type": [ "null", "number" ] }, - "hs_analytics_num_visits": { + "hs_email_optout": { "type": [ "null", - "number" + "boolean" ] }, - "hs_analytics_revenue": { + "hs_email_optout_303519744": { "type": [ "null", - "number" + "string" ] }, - "hs_analytics_source": { + "hs_email_optout_303519746": { "type": [ "null", "string" ] }, - "hs_analytics_source_data_1": { + "hs_email_quarantined": { "type": [ "null", - "string" + "boolean" ] }, - "hs_analytics_source_data_2": { + "hs_email_quarantined_reason": { "type": [ "null", "string" ] }, - "hs_avatar_filemanager_key": { + "hs_email_recipient_fatigue_recovery_time": { + "format": "date-time", "type": [ "null", "string" ] }, - "hs_buying_role": { + "hs_email_replied": { "type": [ "null", - "string" + "number" ] }, - "hs_calculated_form_submissions": { + "hs_email_sends_since_last_engagement": { "type": [ "null", - "string" + "number" ] }, - "hs_calculated_merged_vids": { + "hs_emailconfirmationstatus": { "type": [ "null", "string" ] }, - "hs_calculated_mobile_number": { + "hs_facebook_ad_clicked": { "type": [ "null", - "string" + "boolean" ] }, - "hs_calculated_phone_number": { + "hs_facebook_click_id": { "type": [ "null", "string" ] }, - "hs_calculated_phone_number_area_code": { + "hs_facebookid": { "type": [ "null", "string" ] }, - "hs_calculated_phone_number_country_code": { + "hs_feedback_last_nps_follow_up": { "type": [ "null", "string" ] }, - "hs_calculated_phone_number_region_code": { + "hs_feedback_last_nps_rating": { "type": [ "null", "string" ] }, - "hs_clicked_linkedin_ad": { + "hs_feedback_last_survey_date": { + "format": "date-time", "type": [ "null", "string" ] }, - "hs_content_membership_email": { + "hs_feedback_show_nps_web_survey": { "type": [ "null", - "string" + "boolean" ] }, - "hs_content_membership_email_confirmed": { + "hs_first_engagement_object_id": { "type": [ "null", - "boolean" + "number" ] }, - "hs_content_membership_follow_up_enqueued_at": { + "hs_first_order_closed_date": { "format": "date-time", "type": [ "null", "string" ] }, - "hs_content_membership_notes": { + "hs_first_outreach_date": { + "format": "date-time", "type": [ "null", "string" ] }, - "hs_content_membership_registered_at": { + "hs_first_subscription_create_date": { "format": "date-time", "type": [ "null", "string" ] }, - "hs_content_membership_registration_domain_sent_to": { + "hs_google_click_id": { "type": [ "null", "string" ] }, - "hs_content_membership_registration_email_sent_at": { - "format": "date-time", + "hs_googleplusid": { "type": [ "null", "string" ] }, - "hs_content_membership_status": { + "hs_has_active_subscription": { "type": [ "null", - "string" + "number" ] }, - "hs_conversations_visitor_email": { + "hs_ip_timezone": { "type": [ "null", "string" ] }, - "hs_count_is_unworked": { + "hs_is_contact": { "type": [ "null", - "number" + "boolean" ] }, - "hs_count_is_worked": { + "hs_is_enriched": { "type": [ "null", - "number" + "boolean" ] }, - "hs_created_by_conversations": { + "hs_is_unworked": { "type": [ "null", "boolean" ] }, - "hs_created_by_user_id": { + "hs_journey_stage": { "type": [ "null", - "number" + "string" ] }, - "hs_createdate": { - "format": "date-time", + "hs_language": { "type": [ "null", "string" ] }, - "hs_date_entered_customer": { + "hs_last_sales_activity_date": { "format": "date-time", "type": [ "null", "string" ] }, - "hs_date_entered_evangelist": { + "hs_last_sales_activity_timestamp": { "format": "date-time", "type": [ "null", "string" ] }, - "hs_date_entered_lead": { - "format": "date-time", + "hs_last_sales_activity_type": { "type": [ "null", "string" ] }, - "hs_date_entered_marketingqualifiedlead": { + "hs_lastmodifieddate": { "format": "date-time", "type": [ "null", "string" ] }, - "hs_date_entered_opportunity": { + "hs_latest_disqualified_lead_date": { "format": "date-time", "type": [ "null", "string" ] }, - "hs_date_entered_other": { + "hs_latest_meeting_activity": { "format": "date-time", "type": [ "null", "string" ] }, - "hs_date_entered_salesqualifiedlead": { + "hs_latest_open_lead_date": { "format": "date-time", "type": [ "null", "string" ] }, - "hs_date_entered_subscriber": { + "hs_latest_qualified_lead_date": { "format": "date-time", "type": [ "null", "string" ] }, - "hs_date_exited_customer": { + "hs_latest_sequence_ended_date": { "format": "date-time", "type": [ "null", "string" ] }, - "hs_date_exited_evangelist": { - "format": "date-time", + "hs_latest_sequence_enrolled": { "type": [ "null", - "string" + "number" ] }, - "hs_date_exited_lead": { + "hs_latest_sequence_enrolled_date": { "format": "date-time", "type": [ "null", "string" ] }, - "hs_date_exited_marketingqualifiedlead": { + "hs_latest_sequence_finished_date": { "format": "date-time", "type": [ "null", "string" ] }, - "hs_date_exited_opportunity": { + "hs_latest_sequence_unenrolled_date": { "format": "date-time", "type": [ "null", "string" ] }, - "hs_date_exited_other": { - "format": "date-time", + "hs_latest_source": { "type": [ "null", "string" ] }, - "hs_date_exited_salesqualifiedlead": { - "format": "date-time", + "hs_latest_source_data_1": { "type": [ "null", "string" ] }, - "hs_date_exited_subscriber": { - "format": "date-time", + "hs_latest_source_data_2": { "type": [ "null", "string" ] }, - "hs_document_last_revisited": { + "hs_latest_source_timestamp": { "format": "date-time", "type": [ "null", "string" ] }, - "hs_email_bad_address": { + "hs_latest_subscription_create_date": { + "format": "date-time", "type": [ "null", - "boolean" + "string" ] }, - "hs_email_bounce": { + "hs_lead_status": { "type": [ "null", - "number" + "string" ] }, - "hs_email_click": { + "hs_legal_basis": { "type": [ "null", - "number" + "string" ] }, - "hs_email_customer_quarantined_reason": { + "hs_lifecyclestage_customer_date": { + "format": "date-time", "type": [ "null", "string" ] }, - "hs_email_delivered": { + "hs_lifecyclestage_evangelist_date": { + "format": "date-time", "type": [ "null", - "number" + "string" ] }, - "hs_email_domain": { + "hs_lifecyclestage_lead_date": { + "format": "date-time", "type": [ "null", "string" ] }, - "hs_email_first_click_date": { + "hs_lifecyclestage_marketingqualifiedlead_date": { "format": "date-time", "type": [ "null", "string" ] }, - "hs_email_first_open_date": { + "hs_lifecyclestage_opportunity_date": { "format": "date-time", "type": [ "null", "string" ] }, - "hs_email_first_reply_date": { + "hs_lifecyclestage_other_date": { "format": "date-time", "type": [ "null", "string" ] }, - "hs_email_first_send_date": { + "hs_lifecyclestage_salesqualifiedlead_date": { "format": "date-time", "type": [ "null", "string" ] }, - "hs_email_hard_bounce_reason": { + "hs_lifecyclestage_subscriber_date": { + "format": "date-time", "type": [ "null", "string" ] }, - "hs_email_hard_bounce_reason_enum": { + "hs_linkedin_ad_clicked": { "type": [ "null", "string" ] }, - "hs_email_is_ineligible": { + "hs_linkedin_url": { "type": [ "null", - "boolean" + "string" ] }, - "hs_email_last_click_date": { - "format": "date-time", + "hs_linkedinid": { "type": [ "null", "string" ] }, - "hs_email_last_email_name": { + "hs_marketable_reason_id": { "type": [ "null", "string" ] }, - "hs_email_last_open_date": { - "format": "date-time", + "hs_marketable_reason_type": { "type": [ "null", "string" ] }, - "hs_email_last_reply_date": { - "format": "date-time", + "hs_marketable_status": { "type": [ "null", "string" ] }, - "hs_email_last_send_date": { - "format": "date-time", + "hs_marketable_until_renewal": { "type": [ "null", "string" ] }, - "hs_email_open": { + "hs_membership_has_accessed_private_content": { "type": [ "null", "number" ] }, - "hs_email_optout": { + "hs_membership_last_private_content_access_date": { + "format": "date-time", "type": [ "null", - "boolean" + "string" ] }, - "hs_email_optout_286760152": { + "hs_merged_object_ids": { "type": [ "null", "string" ] }, - "hs_email_optout_286760157": { + "hs_mobile_sdk_push_tokens": { "type": [ "null", "string" ] }, - "hs_email_quarantined": { + "hs_notes_last_activity": { "type": [ "null", - "boolean" + "string" ] }, - "hs_email_quarantined_reason": { + "hs_notes_next_activity": { "type": [ "null", "string" ] }, - "hs_email_replied": { + "hs_notes_next_activity_type": { "type": [ "null", - "number" + "string" ] }, - "hs_email_sends_since_last_engagement": { + "hs_object_id": { "type": [ "null", "number" ] }, - "hs_emailconfirmationstatus": { + "hs_object_source": { "type": [ "null", "string" ] }, - "hs_facebook_ad_clicked": { - "type": [ - "null", - "boolean" - ] - }, - "hs_facebook_click_id": { + "hs_object_source_detail_1": { "type": [ "null", "string" ] }, - "hs_first_engagement_object_id": { + "hs_object_source_detail_2": { "type": [ "null", - "number" + "string" ] }, - "hs_first_outreach_date": { - "format": "date-time", + "hs_object_source_detail_3": { "type": [ "null", "string" ] }, - "hs_first_subscription_create_date": { - "format": "date-time", + "hs_object_source_id": { "type": [ "null", "string" ] }, - "hs_google_click_id": { + "hs_object_source_label": { "type": [ "null", "string" ] }, - "hs_has_active_subscription": { + "hs_object_source_user_id": { "type": [ "null", "number" ] }, - "hs_ip_timezone": { + "hs_persona": { "type": [ "null", "string" ] }, - "hs_is_contact": { + "hs_pinned_engagement_id": { "type": [ "null", - "boolean" + "number" ] }, - "hs_is_unworked": { + "hs_pipeline": { "type": [ "null", - "boolean" + "string" ] }, - "hs_language": { + "hs_predictivecontactscore": { "type": [ "null", - "string" + "number" ] }, - "hs_last_sales_activity_date": { - "format": "date-time", + "hs_predictivecontactscore_tmp": { "type": [ "null", - "string" + "number" ] }, - "hs_last_sales_activity_timestamp": { - "format": "date-time", + "hs_predictivecontactscore_v2": { "type": [ "null", - "string" + "number" ] }, - "hs_last_sales_activity_type": { + "hs_predictivecontactscorebucket": { "type": [ "null", "string" ] }, - "hs_lastmodifieddate": { - "format": "date-time", + "hs_predictivescoringtier": { "type": [ "null", "string" ] }, - "hs_latest_disqualified_lead_date": { - "format": "date-time", + "hs_predictivescoringtier_tmp": { "type": [ "null", "string" ] }, - "hs_latest_meeting_activity": { - "format": "date-time", + "hs_prospecting_agent_actively_enrolled_count": { "type": [ "null", - "string" + "number" ] }, - "hs_latest_open_lead_date": { - "format": "date-time", + "hs_quarantined_emails": { "type": [ "null", "string" ] }, - "hs_latest_qualified_lead_date": { - "format": "date-time", + "hs_read_only": { "type": [ "null", - "string" + "boolean" ] }, - "hs_latest_sequence_ended_date": { + "hs_recent_closed_order_date": { "format": "date-time", "type": [ "null", "string" ] }, - "hs_latest_sequence_enrolled": { + "hs_registered_member": { "type": [ "null", "number" ] }, - "hs_latest_sequence_enrolled_date": { - "format": "date-time", + "hs_registration_method": { "type": [ "null", "string" ] }, - "hs_latest_sequence_finished_date": { - "format": "date-time", + "hs_role": { "type": [ "null", "string" ] }, - "hs_latest_sequence_unenrolled_date": { + "hs_sa_first_engagement_date": { "format": "date-time", "type": [ "null", "string" ] }, - "hs_latest_source": { + "hs_sa_first_engagement_descr": { "type": [ "null", "string" ] }, - "hs_latest_source_data_1": { + "hs_sa_first_engagement_object_type": { "type": [ "null", "string" ] }, - "hs_latest_source_data_2": { + "hs_sales_email_last_clicked": { + "format": "date-time", "type": [ "null", "string" ] }, - "hs_latest_source_timestamp": { + "hs_sales_email_last_opened": { "format": "date-time", "type": [ "null", "string" ] }, - "hs_latest_subscription_create_date": { + "hs_sales_email_last_replied": { "format": "date-time", "type": [ "null", "string" ] }, - "hs_lead_status": { + "hs_searchable_calculated_international_mobile_number": { "type": [ "null", "string" ] }, - "hs_legal_basis": { + "hs_searchable_calculated_international_phone_number": { "type": [ "null", "string" ] }, - "hs_lifecyclestage_customer_date": { - "format": "date-time", + "hs_searchable_calculated_mobile_number": { "type": [ "null", "string" ] }, - "hs_lifecyclestage_evangelist_date": { - "format": "date-time", + "hs_searchable_calculated_phone_number": { "type": [ "null", "string" ] }, - "hs_lifecyclestage_lead_date": { - "format": "date-time", + "hs_seniority": { "type": [ "null", "string" ] }, - "hs_lifecyclestage_marketingqualifiedlead_date": { - "format": "date-time", + "hs_sequences_actively_enrolled_count": { "type": [ "null", - "string" + "number" ] }, - "hs_lifecyclestage_opportunity_date": { - "format": "date-time", + "hs_sequences_enrolled_count": { "type": [ "null", - "string" + "number" ] }, - "hs_lifecyclestage_other_date": { - "format": "date-time", + "hs_sequences_is_enrolled": { "type": [ "null", - "string" + "boolean" ] }, - "hs_lifecyclestage_salesqualifiedlead_date": { - "format": "date-time", + "hs_shared_team_ids": { "type": [ "null", "string" ] }, - "hs_lifecyclestage_subscriber_date": { - "format": "date-time", + "hs_shared_user_ids": { "type": [ "null", "string" ] }, - "hs_linkedin_ad_clicked": { + "hs_social_facebook_clicks": { "type": [ "null", - "string" + "number" ] }, - "hs_merged_object_ids": { + "hs_social_google_plus_clicks": { "type": [ "null", - "string" + "number" ] }, - "hs_mobile_sdk_push_tokens": { + "hs_social_last_engagement": { + "format": "date-time", "type": [ "null", "string" ] }, - "hs_notes_next_activity_type": { + "hs_social_linkedin_clicks": { "type": [ "null", - "string" + "number" ] }, - "hs_object_id": { + "hs_social_num_broadcast_clicks": { "type": [ "null", "number" ] }, - "hs_object_source": { + "hs_social_twitter_clicks": { "type": [ "null", - "string" + "number" ] }, - "hs_object_source_detail_1": { + "hs_source_object_id": { "type": [ "null", - "string" + "number" ] }, - "hs_object_source_detail_2": { + "hs_source_portal_id": { "type": [ "null", - "string" + "number" ] }, - "hs_object_source_detail_3": { + "hs_state_code": { "type": [ "null", "string" ] }, - "hs_object_source_id": { + "hs_sub_role": { "type": [ "null", "string" ] }, - "hs_object_source_label": { + "hs_testpurge": { "type": [ "null", "string" ] }, - "hs_object_source_user_id": { - "type": [ - "null", - "number" - ] - }, - "hs_persona": { + "hs_testrollback": { "type": [ "null", "string" ] }, - "hs_pinned_engagement_id": { + "hs_time_between_contact_creation_and_deal_close": { "type": [ "null", "number" ] }, - "hs_pipeline": { - "type": [ - "null", - "string" - ] - }, - "hs_read_only": { + "hs_time_between_contact_creation_and_deal_creation": { "type": [ "null", - "boolean" + "number" ] }, - "hs_sa_first_engagement_date": { - "format": "date-time", + "hs_time_in_customer": { "type": [ "null", - "string" + "number" ] }, - "hs_sa_first_engagement_descr": { + "hs_time_in_evangelist": { "type": [ "null", - "string" + "number" ] }, - "hs_sa_first_engagement_object_type": { + "hs_time_in_lead": { "type": [ "null", - "string" + "number" ] }, - "hs_sales_email_last_clicked": { - "format": "date-time", + "hs_time_in_marketingqualifiedlead": { "type": [ "null", - "string" + "number" ] }, - "hs_sales_email_last_opened": { - "format": "date-time", + "hs_time_in_opportunity": { "type": [ "null", - "string" + "number" ] }, - "hs_sales_email_last_replied": { - "format": "date-time", + "hs_time_in_other": { "type": [ "null", - "string" + "number" ] }, - "hs_searchable_calculated_international_mobile_number": { + "hs_time_in_salesqualifiedlead": { "type": [ "null", - "string" + "number" ] }, - "hs_searchable_calculated_international_phone_number": { + "hs_time_in_subscriber": { "type": [ "null", - "string" + "number" ] }, - "hs_searchable_calculated_mobile_number": { + "hs_time_to_first_engagement": { "type": [ "null", - "string" + "number" ] }, - "hs_searchable_calculated_phone_number": { + "hs_time_to_move_from_lead_to_customer": { "type": [ "null", - "string" + "number" ] }, - "hs_sequences_actively_enrolled_count": { + "hs_time_to_move_from_marketingqualifiedlead_to_customer": { "type": [ "null", "number" ] }, - "hs_sequences_enrolled_count": { + "hs_time_to_move_from_opportunity_to_customer": { "type": [ "null", "number" ] }, - "hs_sequences_is_enrolled": { + "hs_time_to_move_from_salesqualifiedlead_to_customer": { "type": [ "null", - "boolean" + "number" ] }, - "hs_shared_team_ids": { + "hs_time_to_move_from_subscriber_to_customer": { "type": [ "null", - "string" + "number" ] }, - "hs_shared_user_ids": { + "hs_timezone": { "type": [ "null", "string" ] }, - "hs_testpurge": { + "hs_twitterid": { "type": [ "null", "string" ] }, - "hs_testrollback": { + "hs_unique_creation_key": { "type": [ "null", "string" ] }, - "hs_time_in_customer": { + "hs_updated_by_user_id": { "type": [ "null", "number" ] }, - "hs_time_in_evangelist": { + "hs_user_ids_of_all_notification_followers": { "type": [ "null", - "number" + "string" ] }, - "hs_time_in_lead": { + "hs_user_ids_of_all_notification_unfollowers": { "type": [ "null", - "number" + "string" ] }, - "hs_time_in_marketingqualifiedlead": { + "hs_user_ids_of_all_owners": { "type": [ "null", - "number" + "string" ] }, - "hs_time_in_opportunity": { + "hs_v2_cumulative_time_in_customer": { "type": [ "null", "number" ] }, - "hs_time_in_other": { + "hs_v2_cumulative_time_in_evangelist": { "type": [ "null", "number" ] }, - "hs_time_in_salesqualifiedlead": { + "hs_v2_cumulative_time_in_lead": { "type": [ "null", "number" ] }, - "hs_time_in_subscriber": { + "hs_v2_cumulative_time_in_marketingqualifiedlead": { "type": [ "null", "number" ] }, - "hs_time_to_first_engagement": { + "hs_v2_cumulative_time_in_opportunity": { "type": [ "null", "number" ] }, - "hs_timezone": { - "type": [ - "null", - "string" - ] - }, - "hs_unique_creation_key": { - "type": [ - "null", - "string" - ] - }, - "hs_updated_by_user_id": { + "hs_v2_cumulative_time_in_other": { "type": [ "null", "number" ] }, - "hs_user_ids_of_all_notification_followers": { - "type": [ - "null", - "string" - ] - }, - "hs_user_ids_of_all_notification_unfollowers": { + "hs_v2_cumulative_time_in_salesqualifiedlead": { "type": [ "null", - "string" + "number" ] }, - "hs_user_ids_of_all_owners": { + "hs_v2_cumulative_time_in_subscriber": { "type": [ "null", - "string" + "number" ] }, "hs_v2_date_entered_customer": { @@ -14170,6 +15458,54 @@ "string" ] }, + "hs_v2_latest_time_in_customer": { + "type": [ + "null", + "number" + ] + }, + "hs_v2_latest_time_in_evangelist": { + "type": [ + "null", + "number" + ] + }, + "hs_v2_latest_time_in_lead": { + "type": [ + "null", + "number" + ] + }, + "hs_v2_latest_time_in_marketingqualifiedlead": { + "type": [ + "null", + "number" + ] + }, + "hs_v2_latest_time_in_opportunity": { + "type": [ + "null", + "number" + ] + }, + "hs_v2_latest_time_in_other": { + "type": [ + "null", + "number" + ] + }, + "hs_v2_latest_time_in_salesqualifiedlead": { + "type": [ + "null", + "number" + ] + }, + "hs_v2_latest_time_in_subscriber": { + "type": [ + "null", + "number" + ] + }, "hs_was_imported": { "type": [ "null", @@ -14267,6 +15603,12 @@ "string" ] }, + "kloutscoregeneral": { + "type": [ + "null", + "number" + ] + }, "lastmodifieddate": { "format": "date-time", "type": [ @@ -14292,6 +15634,18 @@ "string" ] }, + "linkedinbio": { + "type": [ + "null", + "string" + ] + }, + "linkedinconnections": { + "type": [ + "null", + "number" + ] + }, "marital_status": { "type": [ "null", @@ -14373,12 +15727,30 @@ "string" ] }, + "owneremail": { + "type": [ + "null", + "string" + ] + }, + "ownername": { + "type": [ + "null", + "string" + ] + }, "phone": { "type": [ "null", "string" ] }, + "photo": { + "type": [ + "null", + "string" + ] + }, "recent_conversion_date": { "format": "date-time", "type": [ @@ -14453,12 +15825,24 @@ "number" ] }, + "twitterbio": { + "type": [ + "null", + "string" + ] + }, "twitterhandle": { "type": [ "null", "string" ] }, + "twitterprofilephoto": { + "type": [ + "null", + "string" + ] + }, "webinareventlastupdated": { "type": [ "null", @@ -14784,6 +16168,12 @@ "string" ] }, + "hs_all_assigned_business_unit_ids": { + "type": [ + "null", + "string" + ] + }, "hs_all_associated_contact_companies": { "type": [ "null", @@ -14845,6 +16235,12 @@ "string" ] }, + "hs_applied_sla_rule_config_id": { + "type": [ + "null", + "number" + ] + }, "hs_assigned_team_ids": { "type": [ "null", @@ -14962,6 +16358,25 @@ "string" ] }, + "hs_feedback_last_ces_follow_up": { + "type": [ + "null", + "string" + ] + }, + "hs_feedback_last_ces_rating": { + "type": [ + "null", + "string" + ] + }, + "hs_feedback_last_survey_date": { + "format": "date-time", + "type": [ + "null", + "string" + ] + }, "hs_file_upload": { "type": [ "null", @@ -14975,6 +16390,12 @@ "string" ] }, + "hs_help_desk_onboarding_ticket": { + "type": [ + "null", + "string" + ] + }, "hs_helpdesk_sort_timestamp": { "format": "date-time", "type": [ @@ -15000,12 +16421,25 @@ "boolean" ] }, + "hs_is_latest_message_hidden_from_all": { + "type": [ + "null", + "boolean" + ] + }, "hs_is_visible_in_help_desk": { "type": [ "null", "boolean" ] }, + "hs_last_closed_date": { + "format": "date-time", + "type": [ + "null", + "string" + ] + }, "hs_last_email_activity": { "type": [ "null", @@ -15084,13 +16518,14 @@ "string" ] }, - "hs_latest_message_text": { + "hs_latest_message_visible_to_visitor": { "type": [ "null", "string" ] }, - "hs_latest_message_visible_to_visitor": { + "hs_latest_message_visible_to_visitor_sent_at": { + "format": "date-time", "type": [ "null", "string" @@ -15127,6 +16562,18 @@ "string" ] }, + "hs_notes_last_activity": { + "type": [ + "null", + "string" + ] + }, + "hs_notes_next_activity": { + "type": [ + "null", + "string" + ] + }, "hs_notes_next_activity_type": { "type": [ "null", @@ -15290,6 +16737,24 @@ "string" ] }, + "hs_sla_operating_hours": { + "type": [ + "null", + "string" + ] + }, + "hs_source_object_id": { + "type": [ + "null", + "number" + ] + }, + "hs_tag_ids": { + "type": [ + "null", + "string" + ] + }, "hs_thread_ids_to_restore": { "type": [ "null", @@ -15308,6 +16773,12 @@ "number" ] }, + "hs_ticket_language_ai_tag": { + "type": [ + "null", + "string" + ] + }, "hs_ticket_priority": { "type": [ "null", @@ -15338,6 +16809,57 @@ "number" ] }, + "hs_time_to_close_in_operating_hours": { + "type": [ + "null", + "number" + ] + }, + "hs_time_to_close_sla_at": { + "format": "date-time", + "type": [ + "null", + "string" + ] + }, + "hs_time_to_close_sla_status": { + "type": [ + "null", + "string" + ] + }, + "hs_time_to_first_response_in_operating_hours": { + "type": [ + "null", + "number" + ] + }, + "hs_time_to_first_response_sla_at": { + "format": "date-time", + "type": [ + "null", + "string" + ] + }, + "hs_time_to_first_response_sla_status": { + "type": [ + "null", + "string" + ] + }, + "hs_time_to_next_response_sla_at": { + "format": "date-time", + "type": [ + "null", + "string" + ] + }, + "hs_time_to_next_response_sla_status": { + "type": [ + "null", + "string" + ] + }, "hs_unique_creation_key": { "type": [ "null", From 1ac16693e57ad2bd698a2d183f6ac23fa43934bc Mon Sep 17 00:00:00 2001 From: Luishfs Date: Fri, 25 Oct 2024 15:50:49 -0300 Subject: [PATCH 2/3] source-hubspot: fixing tests & snapshots --- source-hubspot/source_hubspot/streams.py | 2 + .../snapshots__capture__capture.stdout.json | 10 +-- source-hubspot/tests/test_source.py | 34 ++++----- source-hubspot/tests/test_streams.py | 69 ++++--------------- 4 files changed, 38 insertions(+), 77 deletions(-) diff --git a/source-hubspot/source_hubspot/streams.py b/source-hubspot/source_hubspot/streams.py index 148cb3dcea..e592ca9982 100644 --- a/source-hubspot/source_hubspot/streams.py +++ b/source-hubspot/source_hubspot/streams.py @@ -756,6 +756,8 @@ def properties(self) -> Mapping[str, Any]: data, response = self._api.get(f"/crm/v3/properties/p_{self.entity}") else: data, response = self._api.get(f"/crm/v3/properties/{self.entity}") + + self.logger.debug(data) if not data.get("results"): return props diff --git a/source-hubspot/tests/snapshots/snapshots__capture__capture.stdout.json b/source-hubspot/tests/snapshots/snapshots__capture__capture.stdout.json index 9b819a2867..0fb4b873d4 100644 --- a/source-hubspot/tests/snapshots/snapshots__capture__capture.stdout.json +++ b/source-hubspot/tests/snapshots/snapshots__capture__capture.stdout.json @@ -136,7 +136,7 @@ "hs_target_account_recommendation_state": null, "hs_time_in_customer": null, "hs_time_in_evangelist": null, - "hs_time_in_lead": 22268776984, + "hs_time_in_lead": 22521849760, "hs_time_in_marketingqualifiedlead": null, "hs_time_in_opportunity": null, "hs_time_in_other": null, @@ -334,7 +334,7 @@ "hs_target_account_recommendation_state": null, "hs_time_in_customer": null, "hs_time_in_evangelist": null, - "hs_time_in_lead": 22268744338, + "hs_time_in_lead": 22521817114, "hs_time_in_marketingqualifiedlead": null, "hs_time_in_opportunity": null, "hs_time_in_other": null, @@ -534,7 +534,7 @@ "hs_target_account_recommendation_state": null, "hs_time_in_customer": null, "hs_time_in_evangelist": null, - "hs_time_in_lead": 22268829792, + "hs_time_in_lead": 22521902568, "hs_time_in_marketingqualifiedlead": null, "hs_time_in_opportunity": null, "hs_time_in_other": null, @@ -728,7 +728,7 @@ "hs_target_account_recommendation_state": null, "hs_time_in_customer": null, "hs_time_in_evangelist": null, - "hs_time_in_lead": 22216435908, + "hs_time_in_lead": 22469508684, "hs_time_in_marketingqualifiedlead": null, "hs_time_in_opportunity": null, "hs_time_in_other": null, @@ -8296,7 +8296,7 @@ "hs_ticket_id": 2371913597, "hs_ticket_language_ai_tag": null, "hs_ticket_priority": null, - "hs_time_in_1": 21605878422, + "hs_time_in_1": 21858952407, "hs_time_in_2": null, "hs_time_in_3": null, "hs_time_in_4": null, diff --git a/source-hubspot/tests/test_source.py b/source-hubspot/tests/test_source.py index b72d82beb1..f12682e441 100644 --- a/source-hubspot/tests/test_source.py +++ b/source-hubspot/tests/test_source.py @@ -31,10 +31,10 @@ def time_sleep_mock(mocker): def test_check_connection_ok(requests_mock, config): responses = [ - {"json": [], "status_code": 200}, + {"json": {"results": []}, "status_code": 200}, ] - requests_mock.register_uri("GET", "/properties/v2/contact/properties", responses) + requests_mock.register_uri("GET", "/crm/v3/properties/contact", responses) ok, error_msg = SourceHubspot().check_connection(logger, config=config) assert ok @@ -119,10 +119,10 @@ def test_check_connection_backoff_on_limit_reached(requests_mock, config): """Error once, check that we retry and not fail""" responses = [ {"json": {"error": "limit reached"}, "status_code": 429, "headers": {"Retry-After": "0"}}, - {"json": [], "status_code": 200}, + {"json": {"results": []}, "status_code": 200}, ] - requests_mock.register_uri("GET", "/properties/v2/contact/properties", responses) + requests_mock.register_uri("GET", "/crm/v3/properties/contact", responses) source = SourceHubspot() alive, error = source.check_connection(logger=logger, config=config) @@ -134,9 +134,9 @@ def test_check_connection_backoff_on_server_error(requests_mock, config): """Error once, check that we retry and not fail""" responses = [ {"json": {"error": "something bad"}, "status_code": 500}, - {"json": [], "status_code": 200}, + {"json": {"results": []}, "status_code": 200}, ] - requests_mock.register_uri("GET", "/properties/v2/contact/properties", responses) + requests_mock.register_uri("GET", "/crm/v3/properties/contact", responses) source = SourceHubspot() alive, error = source.check_connection(logger=logger, config=config) @@ -182,14 +182,14 @@ def test_parent_stream_forbidden(requests_mock, config, caplog, fake_properties_ requests_mock.get("https://api.hubapi.com/marketing/v3/forms", json=json, status_code=403) properties_response = [ { - "json": [ + "json": { "results": [ {"name": property_name, "type": "string", "updatedAt": 1571085954360, "createdAt": 1565059306048} for property_name in fake_properties_list - ], + ]}, "status_code": 200, } ] - requests_mock.get("https://api.hubapi.com/properties/v2/form/properties", properties_response) + requests_mock.get("https://api.hubapi.com/crm/v3/properties/form", properties_response) requests_mock.get("https://api.hubapi.com/crm/v3/schemas", json=json, status_code=403) catalog = ConfiguredAirbyteCatalog.parse_obj( @@ -225,10 +225,10 @@ class TestSplittingPropertiesFunctionality: def set_mock_properties(requests_mock, url, fake_properties_list): properties_response = [ { - "json": [ + "json": {"results": [ {"name": property_name, "type": "string", "updatedAt": 1571085954360, "createdAt": 1565059306048} for property_name in fake_properties_list - ], + ]}, "status_code": 200, }, ] @@ -246,7 +246,7 @@ def test_stream_with_splitting_properties(self, requests_mock, api, fake_propert test_stream = Companies(**common_params) parsed_properties = list(APIv3Property(fake_properties_list).split()) - self.set_mock_properties(requests_mock, "/properties/v2/company/properties", fake_properties_list) + self.set_mock_properties(requests_mock, "/crm/v3/properties/company", fake_properties_list) record_ids_paginated = [list(map(str, range(100))), list(map(str, range(100, 150, 1)))] @@ -291,7 +291,7 @@ def test_stream_with_splitting_properties_with_pagination(self, requests_mock, c """ parsed_properties = list(APIv3Property(fake_properties_list).split()) - self.set_mock_properties(requests_mock, "/properties/v2/product/properties", fake_properties_list) + self.set_mock_properties(requests_mock, "/crm/v3/properties/product", fake_properties_list) test_stream = Products(**common_params) @@ -323,7 +323,7 @@ def test_stream_with_splitting_properties_with_new_record(self, requests_mock, c """ parsed_properties = list(APIv3Property(fake_properties_list).split()) - self.set_mock_properties(requests_mock, "/properties/v2/deal/properties", fake_properties_list) + self.set_mock_properties(requests_mock, "/crm/v3/properties/deal", fake_properties_list) test_stream = Deals(**common_params) @@ -420,10 +420,10 @@ def test_search_based_stream_should_not_attempt_to_get_more_than_10k_records(req properties_response = [ { - "json": [ + "json": {"results": [ {"name": property_name, "type": "string", "updatedAt": 1571085954360, "createdAt": 1565059306048} for property_name in fake_properties_list - ], + ]}, "status_code": 200, } ] @@ -437,7 +437,7 @@ def test_search_based_stream_should_not_attempt_to_get_more_than_10k_records(req test_stream._sync_mode = SyncMode.incremental requests_mock.register_uri("POST", test_stream.url, responses) test_stream._sync_mode = None - requests_mock.register_uri("GET", "/properties/v2/company/properties", properties_response) + requests_mock.register_uri("GET", "/crm/v3/properties/company", properties_response) requests_mock.register_uri("POST", "/crm/v4/associations/company/contacts/batch/read", [{"status_code": 200, "json": {"results": []}}]) records, _ = read_incremental(test_stream, {}) diff --git a/source-hubspot/tests/test_streams.py b/source-hubspot/tests/test_streams.py index 96e268cf40..f5535e1487 100644 --- a/source-hubspot/tests/test_streams.py +++ b/source-hubspot/tests/test_streams.py @@ -68,7 +68,7 @@ def test_updated_at_field_non_exist_handler(requests_mock, common_params, fake_p ] requests_mock.register_uri("GET", stream.url, responses) - requests_mock.register_uri("GET", "/properties/v2/contact/properties", properties_response) + requests_mock.register_uri("GET", "/crm/v3/properties", properties_response) _, stream_state = read_incremental(stream, {}) @@ -123,10 +123,12 @@ def test_streams_read(stream, endpoint, cursor_value, requests_mock, common_para ] properties_response = [ { - "json": [ - {"name": property_name, "type": "string", "updatedAt": 1571085954360, "createdAt": 1565059306048} - for property_name in fake_properties_list - ], + "json": { + "results": [ + {"name": property_name, "type": "string", "updatedAt": 1571085954360, "createdAt": 1565059306048} + for property_name in fake_properties_list + ] + }, "status_code": 200, } ] @@ -138,55 +140,12 @@ def test_streams_read(stream, endpoint, cursor_value, requests_mock, common_para requests_mock.register_uri("GET", stream_url, responses) requests_mock.register_uri("GET", "/marketing/v3/forms", responses) requests_mock.register_uri("GET", "/email/public/v1/campaigns/test_id", responses) - requests_mock.register_uri("GET", f"/properties/v2/{endpoint}/properties", properties_response) + requests_mock.register_uri("GET", f"/crm/v3/properties/{endpoint}", properties_response) records = read_full_refresh(stream) assert records -@pytest.mark.parametrize( - "error_response", - [ - {"json": {}, "status_code": 429}, - {"json": {}, "status_code": 502}, - {"json": {}, "status_code": 504}, - ], -) -def test_common_error_retry(error_response, requests_mock, common_params, fake_properties_list): - """Error once, check that we retry and not fail""" - properties_response = [ - {"name": property_name, "type": "string", "updatedAt": 1571085954360, "createdAt": 1565059306048} - for property_name in fake_properties_list - ] - responses = [ - error_response, - { - "json": properties_response, - "status_code": 200, - }, - ] - - stream = Companies(**common_params) - - response = { - stream.data_field: [ - { - "id": "test_id", - "created": "2022-02-25T16:43:11Z", - "updatedAt": "2022-02-25T16:43:11Z", - "lastUpdatedTime": "2022-02-25T16:43:11Z", - } - ], - } - requests_mock.register_uri("GET", "/properties/v2/company/properties", responses) - stream._sync_mode = SyncMode.full_refresh - stream_url = stream.url - stream._sync_mode = None - requests_mock.register_uri("GET", stream_url, [{"json": response}]) - records = read_full_refresh(stream) - - assert [response[stream.data_field][0]] == records - def test_contact_lists_transform(requests_mock, common_params): stream = ContactLists(**common_params) @@ -240,16 +199,16 @@ def test_client_side_incremental_stream(requests_mock, common_params, fake_prope ] properties_response = [ { - "json": [ + "json": {"results": [ {"name": property_name, "type": "string", "createdAt": "2023-01-30T23:46:24.355Z", "updatedAt": "2023-01-30T23:46:36.287Z"} for property_name in fake_properties_list - ], + ]}, "status_code": 200, } ] requests_mock.register_uri("GET", stream.url, responses) - requests_mock.register_uri("GET", "/properties/v2/form/properties", properties_response) + requests_mock.register_uri("GET", "/crm/v3/properties/form", properties_response) list(stream.read_records(SyncMode.incremental)) assert stream.state == {stream.cursor_field: pendulum.parse(latest_cursor_value).to_rfc3339_string()} @@ -273,15 +232,15 @@ def test_empty_string_in_state(state, record, expected, requests_mock, common_pa # A.K.A: not related to the test at all, but definetely required. properties_response = [ { - "json": [ + "json": {"results": [ {"name": property_name, "type": "string", "CreatedAt": "2023-01-30T23:46:24.355Z", "updatedAt": "2023-01-30T23:46:36.287Z"} for property_name in fake_properties_list - ], + ]}, "status_code": 200, } ] requests_mock.register_uri("GET", stream.url, json=record) - requests_mock.register_uri("GET", "/properties/v2/form/properties", properties_response) + requests_mock.register_uri("GET", "/crm/v3/properties/form", properties_response) # end of mocking `availability strategy` result = stream.filter_by_state(stream.state, record) From cdfe3fb6fc808f70f349d3b5d0d5a973cced06ed Mon Sep 17 00:00:00 2001 From: Luishfs Date: Fri, 25 Oct 2024 16:31:45 -0300 Subject: [PATCH 3/3] source-hubspot: nit: updating snapshots --- .../snapshots/snapshots__capture__capture.stdout.json | 10 +++++----- source-hubspot/tests/test_snapshots.py | 5 +++++ 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/source-hubspot/tests/snapshots/snapshots__capture__capture.stdout.json b/source-hubspot/tests/snapshots/snapshots__capture__capture.stdout.json index 0fb4b873d4..f5b0fb617c 100644 --- a/source-hubspot/tests/snapshots/snapshots__capture__capture.stdout.json +++ b/source-hubspot/tests/snapshots/snapshots__capture__capture.stdout.json @@ -136,7 +136,7 @@ "hs_target_account_recommendation_state": null, "hs_time_in_customer": null, "hs_time_in_evangelist": null, - "hs_time_in_lead": 22521849760, + "hs_time_in_lead": "redacted", "hs_time_in_marketingqualifiedlead": null, "hs_time_in_opportunity": null, "hs_time_in_other": null, @@ -334,7 +334,7 @@ "hs_target_account_recommendation_state": null, "hs_time_in_customer": null, "hs_time_in_evangelist": null, - "hs_time_in_lead": 22521817114, + "hs_time_in_lead": "redacted", "hs_time_in_marketingqualifiedlead": null, "hs_time_in_opportunity": null, "hs_time_in_other": null, @@ -534,7 +534,7 @@ "hs_target_account_recommendation_state": null, "hs_time_in_customer": null, "hs_time_in_evangelist": null, - "hs_time_in_lead": 22521902568, + "hs_time_in_lead": "redacted", "hs_time_in_marketingqualifiedlead": null, "hs_time_in_opportunity": null, "hs_time_in_other": null, @@ -728,7 +728,7 @@ "hs_target_account_recommendation_state": null, "hs_time_in_customer": null, "hs_time_in_evangelist": null, - "hs_time_in_lead": 22469508684, + "hs_time_in_lead": "redacted", "hs_time_in_marketingqualifiedlead": null, "hs_time_in_opportunity": null, "hs_time_in_other": null, @@ -8296,7 +8296,7 @@ "hs_ticket_id": 2371913597, "hs_ticket_language_ai_tag": null, "hs_ticket_priority": null, - "hs_time_in_1": 21858952407, + "hs_time_in_1": "redacted", "hs_time_in_2": null, "hs_time_in_3": null, "hs_time_in_4": null, diff --git a/source-hubspot/tests/test_snapshots.py b/source-hubspot/tests/test_snapshots.py index adc1138d67..d39a2e8708 100644 --- a/source-hubspot/tests/test_snapshots.py +++ b/source-hubspot/tests/test_snapshots.py @@ -29,6 +29,11 @@ def test_capture(request, snapshot): elif typ == "acmeCo/property_history": rec["timestamp"] = "redacted" rec["value"] = "redacted" + elif typ == "acmeCo/companies": + rec["properties"]["hs_time_in_lead"] = "redacted" + elif typ == "acmeCo/tickets": + rec["properties"]["hs_time_in_1"] = "redacted" + assert snapshot("capture.stdout.json") == lines