From 53614437f6af5aba60f211e0d96caddf14ac03bd Mon Sep 17 00:00:00 2001
From: Rodriq <fogangrodriq@gmail.com>
Date: Sun, 2 Apr 2023 15:30:30 +0100
Subject: [PATCH 1/2] added WooCommerce payload

---
 .../woocommerce/current/coupon.created.json   |  60 ++++++++++
 .../woocommerce/current/coupon.deleted.json   |  21 ++++
 .../woocommerce/current/coupon.restored.json  |  66 +++++++++++
 .../woocommerce/current/product.created.json  | 112 ++++++++++++++++++
 .../woocommerce/current/product.updated.json  | 112 ++++++++++++++++++
 providers/woocommerce/index.json              |   7 ++
 6 files changed, 378 insertions(+)
 create mode 100644 providers/woocommerce/current/coupon.created.json
 create mode 100644 providers/woocommerce/current/coupon.deleted.json
 create mode 100644 providers/woocommerce/current/coupon.restored.json
 create mode 100644 providers/woocommerce/current/product.created.json
 create mode 100644 providers/woocommerce/current/product.updated.json
 create mode 100644 providers/woocommerce/index.json

diff --git a/providers/woocommerce/current/coupon.created.json b/providers/woocommerce/current/coupon.created.json
new file mode 100644
index 0000000..a7fe54e
--- /dev/null
+++ b/providers/woocommerce/current/coupon.created.json
@@ -0,0 +1,60 @@
+{
+  "headers": {
+    "user-agent": "WooCommerce/7.4.0 Hookshot (WordPress/6.1.1)",
+    "content-length": "872",
+    "accept": "application/json, text/plain, */*",
+    "content-type": "application/json",
+    "referer": "https://hkdk.events/B7jsIu4LcRD6/woocommerce/current",
+    "x-wc-webhook-delivery-id": "1e39b411c16382875440af2d87b25755",
+    "x-wc-webhook-event": "created",
+    "x-wc-webhook-id": "4",
+    "x-wc-webhook-resource": "coupon",
+    "x-wc-webhook-signature": "uhgzEbVggX2lIuZd/VyHwqezZxPLLT8S7rbVs4C2bps=",
+    "x-wc-webhook-source": "http://localhost/wordpress/",
+    "x-wc-webhook-topic": "coupon.created",
+    "accept-encoding": "gzip"
+  },
+  "body": {
+    "id": 17,
+    "code": "",
+    "amount": "10.00",
+    "status": "publish",
+    "date_created": "2023-03-25T16:22:37",
+    "date_created_gmt": "2023-03-25T16:22:37",
+    "date_modified": "2023-03-25T16:22:37",
+    "date_modified_gmt": "2023-03-25T16:22:37",
+    "discount_type": "percent",
+    "description": "",
+    "date_expires": "2023-03-31T00:00:00",
+    "date_expires_gmt": "2023-03-31T00:00:00",
+    "usage_count": 0,
+    "individual_use": false,
+    "product_ids": [],
+    "excluded_product_ids": [],
+    "usage_limit": null,
+    "usage_limit_per_user": null,
+    "limit_usage_to_x_items": null,
+    "free_shipping": false,
+    "product_categories": [],
+    "excluded_product_categories": [],
+    "exclude_sale_items": false,
+    "minimum_amount": "0.00",
+    "maximum_amount": "0.00",
+    "email_restrictions": [],
+    "used_by": [],
+    "meta_data": [],
+    "_links": {
+      "self": [
+        {
+          "href": "http://localhost/wordpress/wp-json/wc/v3/coupons/17"
+        }
+      ],
+      "collection": [
+        {
+          "href": "http://localhost/wordpress/wp-json/wc/v3/coupons"
+        }
+      ]
+    }
+  },
+  "topic": "coupon.created"
+}
\ No newline at end of file
diff --git a/providers/woocommerce/current/coupon.deleted.json b/providers/woocommerce/current/coupon.deleted.json
new file mode 100644
index 0000000..4b26408
--- /dev/null
+++ b/providers/woocommerce/current/coupon.deleted.json
@@ -0,0 +1,21 @@
+{
+  "headers": {
+    "user-agent": "WooCommerce/7.4.0 Hookshot (WordPress/6.1.1)",
+    "content-length": "9",
+    "accept": "application/json, text/plain, */*",
+    "content-type": "application/json",
+    "referer": "https://hkdk.events/B7jsIu4LcRD6/woocommerce/current",
+    "x-wc-webhook-delivery-id": "263d29b68d77a67d6122c54b6c48cbc4",
+    "x-wc-webhook-event": "deleted",
+    "x-wc-webhook-id": "7",
+    "x-wc-webhook-resource": "coupon",
+    "x-wc-webhook-signature": "NPFkuIcJOoL4o/sClXPFfdL3Dwljg6+IEXRfVZGKxf4=",
+    "x-wc-webhook-source": "http://localhost/wordpress/",
+    "x-wc-webhook-topic": "coupon.deleted",
+    "accept-encoding": "gzip"
+  },
+  "body": {
+    "id": 16
+  },
+  "topic": "coupon.deleted"
+}
\ No newline at end of file
diff --git a/providers/woocommerce/current/coupon.restored.json b/providers/woocommerce/current/coupon.restored.json
new file mode 100644
index 0000000..7fe64e0
--- /dev/null
+++ b/providers/woocommerce/current/coupon.restored.json
@@ -0,0 +1,66 @@
+{
+  "headers": {
+    "user-agent": "WooCommerce/7.4.0 Hookshot (WordPress/6.1.1)",
+    "content-length": "929",
+    "accept": "application/json, text/plain, */*",
+    "content-type": "application/json",
+    "referer": "https://hkdk.events/B7jsIu4LcRD6/woocommerce/current",
+    "x-wc-webhook-delivery-id": "7f1c9d58076161d00014646398814dec",
+    "x-wc-webhook-event": "restored",
+    "x-wc-webhook-id": "8",
+    "x-wc-webhook-resource": "coupon",
+    "x-wc-webhook-signature": "PiviN1YvC6+VCRnNr/FqK997X6/51aRG4BCKcHKtDd4=",
+    "x-wc-webhook-source": "http://localhost/wordpress/",
+    "x-wc-webhook-topic": "coupon.restored",
+    "accept-encoding": "gzip"
+  },
+  "body": {
+    "id": 16,
+    "code": "hook",
+    "amount": "5.00",
+    "status": "publish",
+    "date_created": "2023-03-25T16:04:36",
+    "date_created_gmt": "2023-03-25T16:04:36",
+    "date_modified": "2023-03-26T09:42:59",
+    "date_modified_gmt": "2023-03-26T09:42:59",
+    "discount_type": "percent",
+    "description": "",
+    "date_expires": "2023-03-31T00:00:00",
+    "date_expires_gmt": "2023-03-31T00:00:00",
+    "usage_count": 0,
+    "individual_use": false,
+    "product_ids": [],
+    "excluded_product_ids": [],
+    "usage_limit": null,
+    "usage_limit_per_user": null,
+    "limit_usage_to_x_items": null,
+    "free_shipping": false,
+    "product_categories": [],
+    "excluded_product_categories": [],
+    "exclude_sale_items": false,
+    "minimum_amount": "0.00",
+    "maximum_amount": "0.00",
+    "email_restrictions": [],
+    "used_by": [],
+    "meta_data": [
+      {
+        "id": 77,
+        "key": "_wp_old_slug",
+        "value": "hook__trashed"
+      }
+    ],
+    "_links": {
+      "self": [
+        {
+          "href": "http://localhost/wordpress/wp-json/wc/v3/coupons/16"
+        }
+      ],
+      "collection": [
+        {
+          "href": "http://localhost/wordpress/wp-json/wc/v3/coupons"
+        }
+      ]
+    }
+  },
+  "topic": "coupon.restored"
+}
\ No newline at end of file
diff --git a/providers/woocommerce/current/product.created.json b/providers/woocommerce/current/product.created.json
new file mode 100644
index 0000000..5f4905c
--- /dev/null
+++ b/providers/woocommerce/current/product.created.json
@@ -0,0 +1,112 @@
+{
+  "headers": {
+    "user-agent": "WooCommerce/7.4.0 Hookshot (WordPress/6.1.1)",
+    "content-length": "2023",
+    "accept": "application/json, text/plain, */*",
+    "content-type": "application/json",
+    "referer": "https://hkdk.events/B7jsIu4LcRD6/woocommerce/current",
+    "x-wc-webhook-delivery-id": "21b86abacb3d422d88704501bd14f142",
+    "x-wc-webhook-event": "created",
+    "x-wc-webhook-id": "9",
+    "x-wc-webhook-resource": "product",
+    "x-wc-webhook-signature": "or/r6cp85XZzO7s4iZeqXJEqQuHgKLJAUPnv3eaSe2I=",
+    "x-wc-webhook-source": "http://localhost/wordpress/",
+    "x-wc-webhook-topic": "product.created",
+    "accept-encoding": "gzip"
+  },
+  "body": {
+    "id": 18,
+    "name": "Perpemint",
+    "slug": "perpemint",
+    "permalink": "http://localhost/wordpress/product/perpemint/",
+    "date_created": "2023-03-26T09:29:39",
+    "date_created_gmt": "2023-03-26T09:29:39",
+    "date_modified": "2023-03-26T09:29:39",
+    "date_modified_gmt": "2023-03-26T09:29:39",
+    "type": "simple",
+    "status": "publish",
+    "featured": false,
+    "catalog_visibility": "visible",
+    "description": "<p>Very Usefull</p>\n",
+    "short_description": "",
+    "sku": "",
+    "price": "150",
+    "regular_price": "200",
+    "sale_price": "150",
+    "date_on_sale_from": null,
+    "date_on_sale_from_gmt": null,
+    "date_on_sale_to": null,
+    "date_on_sale_to_gmt": null,
+    "on_sale": true,
+    "purchasable": true,
+    "total_sales": 0,
+    "virtual": false,
+    "downloadable": false,
+    "downloads": [],
+    "download_limit": -1,
+    "download_expiry": -1,
+    "external_url": "",
+    "button_text": "",
+    "tax_status": "taxable",
+    "tax_class": "",
+    "manage_stock": false,
+    "stock_quantity": null,
+    "backorders": "no",
+    "backorders_allowed": false,
+    "backordered": false,
+    "low_stock_amount": null,
+    "sold_individually": false,
+    "weight": "",
+    "dimensions": {
+      "length": "",
+      "width": "",
+      "height": ""
+    },
+    "shipping_required": true,
+    "shipping_taxable": true,
+    "shipping_class": "",
+    "shipping_class_id": 0,
+    "reviews_allowed": true,
+    "average_rating": "0.00",
+    "rating_count": 0,
+    "upsell_ids": [],
+    "cross_sell_ids": [],
+    "parent_id": 0,
+    "purchase_note": "",
+    "categories": [
+      {
+        "id": 15,
+        "name": "Uncategorized",
+        "slug": "uncategorized"
+      }
+    ],
+    "tags": [],
+    "images": [],
+    "attributes": [],
+    "default_attributes": [],
+    "variations": [],
+    "grouped_products": [],
+    "menu_order": 0,
+    "price_html": "<del aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi>200&nbsp;<span class=\"woocommerce-Price-currencySymbol\">CFA</span></bdi></span></del> <ins><span class=\"woocommerce-Price-amount amount\"><bdi>150&nbsp;<span class=\"woocommerce-Price-currencySymbol\">CFA</span></bdi></span></ins>",
+    "related_ids": [
+      13,
+      12
+    ],
+    "meta_data": [],
+    "stock_status": "instock",
+    "has_options": false,
+    "_links": {
+      "self": [
+        {
+          "href": "http://localhost/wordpress/wp-json/wc/v3/products/18"
+        }
+      ],
+      "collection": [
+        {
+          "href": "http://localhost/wordpress/wp-json/wc/v3/products"
+        }
+      ]
+    }
+  },
+  "topic": "product.created"
+}
\ No newline at end of file
diff --git a/providers/woocommerce/current/product.updated.json b/providers/woocommerce/current/product.updated.json
new file mode 100644
index 0000000..33f1e51
--- /dev/null
+++ b/providers/woocommerce/current/product.updated.json
@@ -0,0 +1,112 @@
+{
+  "headers": {
+    "user-agent": "WooCommerce/7.4.0 Hookshot (WordPress/6.1.1)",
+    "content-length": "2023",
+    "accept": "application/json, text/plain, */*",
+    "content-type": "application/json",
+    "referer": "https://hkdk.events/B7jsIu4LcRD6/woocommerce/current",
+    "x-wc-webhook-delivery-id": "f69179d95306fa97eecd2e78722a4c66",
+    "x-wc-webhook-event": "updated",
+    "x-wc-webhook-id": "10",
+    "x-wc-webhook-resource": "product",
+    "x-wc-webhook-signature": "iHN22iBIES8SpsDzI0pIZ++9dv+KrLqlmD6Q6P+yf1A=",
+    "x-wc-webhook-source": "http://localhost/wordpress/",
+    "x-wc-webhook-topic": "product.updated",
+    "accept-encoding": "gzip"
+  },
+  "body": {
+    "id": 18,
+    "name": "Perpemint",
+    "slug": "perpemint",
+    "permalink": "http://localhost/wordpress/product/perpemint/",
+    "date_created": "2023-03-26T09:29:39",
+    "date_created_gmt": "2023-03-26T09:29:39",
+    "date_modified": "2023-03-26T09:29:39",
+    "date_modified_gmt": "2023-03-26T09:29:39",
+    "type": "simple",
+    "status": "publish",
+    "featured": false,
+    "catalog_visibility": "visible",
+    "description": "<p>Very Usefull</p>\n",
+    "short_description": "",
+    "sku": "",
+    "price": "150",
+    "regular_price": "200",
+    "sale_price": "150",
+    "date_on_sale_from": null,
+    "date_on_sale_from_gmt": null,
+    "date_on_sale_to": null,
+    "date_on_sale_to_gmt": null,
+    "on_sale": true,
+    "purchasable": true,
+    "total_sales": 0,
+    "virtual": false,
+    "downloadable": false,
+    "downloads": [],
+    "download_limit": -1,
+    "download_expiry": -1,
+    "external_url": "",
+    "button_text": "",
+    "tax_status": "taxable",
+    "tax_class": "",
+    "manage_stock": false,
+    "stock_quantity": null,
+    "backorders": "no",
+    "backorders_allowed": false,
+    "backordered": false,
+    "low_stock_amount": null,
+    "sold_individually": false,
+    "weight": "",
+    "dimensions": {
+      "length": "",
+      "width": "",
+      "height": ""
+    },
+    "shipping_required": true,
+    "shipping_taxable": true,
+    "shipping_class": "",
+    "shipping_class_id": 0,
+    "reviews_allowed": true,
+    "average_rating": "0.00",
+    "rating_count": 0,
+    "upsell_ids": [],
+    "cross_sell_ids": [],
+    "parent_id": 0,
+    "purchase_note": "",
+    "categories": [
+      {
+        "id": 15,
+        "name": "Uncategorized",
+        "slug": "uncategorized"
+      }
+    ],
+    "tags": [],
+    "images": [],
+    "attributes": [],
+    "default_attributes": [],
+    "variations": [],
+    "grouped_products": [],
+    "menu_order": 0,
+    "price_html": "<del aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi>200&nbsp;<span class=\"woocommerce-Price-currencySymbol\">CFA</span></bdi></span></del> <ins><span class=\"woocommerce-Price-amount amount\"><bdi>150&nbsp;<span class=\"woocommerce-Price-currencySymbol\">CFA</span></bdi></span></ins>",
+    "related_ids": [
+      12,
+      13
+    ],
+    "meta_data": [],
+    "stock_status": "instock",
+    "has_options": false,
+    "_links": {
+      "self": [
+        {
+          "href": "http://localhost/wordpress/wp-json/wc/v3/products/18"
+        }
+      ],
+      "collection": [
+        {
+          "href": "http://localhost/wordpress/wp-json/wc/v3/products"
+        }
+      ]
+    }
+  },
+  "topic": "product.updated"
+}
\ No newline at end of file
diff --git a/providers/woocommerce/index.json b/providers/woocommerce/index.json
new file mode 100644
index 0000000..809d7fd
--- /dev/null
+++ b/providers/woocommerce/index.json
@@ -0,0 +1,7 @@
+{
+    "label": "WooCommerce",
+    "configs": {
+      "latest_version": "current",
+      "topic_identifier": "x-wc-webhook-topic"
+    }
+  }
\ No newline at end of file

From e69e965229fabee245ffeb07623b1bc861e65848 Mon Sep 17 00:00:00 2001
From: Rodriq <fogangrodriq@gmail.com>
Date: Mon, 3 Apr 2023 17:10:12 +0100
Subject: [PATCH 2/2] Added Hubspot payload

---
 providers/HubSpot/current/COMPANY.json | 831 +++++++++++++++++++++++++
 providers/HubSpot/current/CONTACT.json | 826 ++++++++++++++++++++++++
 providers/HubSpot/current/DEAL.json    | 684 ++++++++++++++++++++
 providers/HubSpot/index.json           |   7 +
 4 files changed, 2348 insertions(+)
 create mode 100644 providers/HubSpot/current/COMPANY.json
 create mode 100644 providers/HubSpot/current/CONTACT.json
 create mode 100644 providers/HubSpot/current/DEAL.json
 create mode 100644 providers/HubSpot/index.json

diff --git a/providers/HubSpot/current/COMPANY.json b/providers/HubSpot/current/COMPANY.json
new file mode 100644
index 0000000..4f87b8b
--- /dev/null
+++ b/providers/HubSpot/current/COMPANY.json
@@ -0,0 +1,831 @@
+{
+  "headers": {
+    "user-agent": "HubSpot Connect 2.0 (http://dev.hubspot.com/) (namespace: WebhooksPlatformExecution) - WebhooksPlatformService-web",
+    "content-length": "18035",
+    "accept": "application/json, text/plain, */*",
+    "content-type": "application/json",
+    "x-hubspot-client-ip": "172.21.85.188",
+    "x-hubspot-correlation-id": "4c1e9d73-2536-463b-b98c-ccb602123544",
+    "x-hubspot-request-timestamp": "1680448400841",
+    "x-hubspot-requesting-chain-bin": "CkwKQEF1dG9tYXRpb25QbGF0Zm9ybUV4ZWN1dGlvbi1leGVjdXRpb25TbG93QWN0aW9uVHlwZUxhbmVXYWxXb3JrZXISCFBST0NGSUxFCjEKJUF1dG9tYXRpb25BY3Rpb25zRXhlY3V0aW9uU2VydmljZS13ZWISCFBST0NGSUxFEgIIAg==",
+    "x-hubspot-signature": "a743a6c93c25a198b2154a0da2d89e46a19f261cbe8cfca267fb2d8a6a47eefe",
+    "x-hubspot-signature-v3": "X/0eRSjWUxtnZY33Q3p9LEtqsqG/u1q+zARm0iWexuA=",
+    "x-hubspot-signature-version": "v2",
+    "x-hubspot-timeout-millis": "44986",
+    "x-trace": "2B77CBE81E60CC0E534F6EE10E6A6744D39CC6F13A000000000000000000",
+    "accept-encoding": "gzip"
+  },
+  "body": {
+    "portalId": 27145807,
+    "objectType": "COMPANY",
+    "objectTypeId": "0-2",
+    "objectId": 7298894071,
+    "properties": {
+      "country": {
+        "versions": [
+          {
+            "name": "country",
+            "value": "United States",
+            "timestamp": 1680448389477,
+            "sourceId": "CompanyInsightsPropertyMappings",
+            "source": "COMPANY_INSIGHTS",
+            "sourceVid": [],
+            "useTimestampAsPersistenceTimestamp": true
+          }
+        ],
+        "value": "United States",
+        "timestamp": 1680448389477,
+        "persistenceTimestamp": 1680448389477,
+        "source": "COMPANY_INSIGHTS",
+        "sourceId": "CompanyInsightsPropertyMappings",
+        "updatedByUserId": null
+      },
+      "city": {
+        "versions": [
+          {
+            "name": "city",
+            "value": "Mountain View",
+            "timestamp": 1680448389197,
+            "sourceId": "userId:50549138",
+            "source": "CRM_UI",
+            "sourceVid": [],
+            "requestId": "bed919cd-4645-438c-bf3d-a998796ec860",
+            "updatedByUserId": 50549138,
+            "useTimestampAsPersistenceTimestamp": true
+          }
+        ],
+        "value": "Mountain View",
+        "timestamp": 1680448389197,
+        "persistenceTimestamp": 1680448389197,
+        "source": "CRM_UI",
+        "sourceId": "userId:50549138",
+        "updatedByUserId": 50549138
+      },
+      "num_associated_contacts": {
+        "versions": [
+          {
+            "name": "num_associated_contacts",
+            "value": "0",
+            "timestamp": 1680448390046,
+            "sourceId": "RollupProperties",
+            "source": "CALCULATED",
+            "sourceVid": [],
+            "useTimestampAsPersistenceTimestamp": true
+          }
+        ],
+        "value": "0",
+        "timestamp": 1680448390046,
+        "persistenceTimestamp": 1680448390046,
+        "source": "CALCULATED",
+        "sourceId": "RollupProperties",
+        "updatedByUserId": null
+      },
+      "timezone": {
+        "versions": [
+          {
+            "name": "timezone",
+            "value": "America/Los_Angeles",
+            "timestamp": 1680448389197,
+            "sourceId": "userId:50549138",
+            "source": "CRM_UI",
+            "sourceVid": [],
+            "requestId": "bed919cd-4645-438c-bf3d-a998796ec860",
+            "updatedByUserId": 50549138,
+            "useTimestampAsPersistenceTimestamp": true
+          }
+        ],
+        "value": "America/Los_Angeles",
+        "timestamp": 1680448389197,
+        "persistenceTimestamp": 1680448389197,
+        "source": "CRM_UI",
+        "sourceId": "userId:50549138",
+        "updatedByUserId": 50549138
+      },
+      "facebook_company_page": {
+        "versions": [
+          {
+            "name": "facebook_company_page",
+            "value": "https://facebook.com/google",
+            "timestamp": 1680448389477,
+            "sourceId": "CompanyInsightsPropertyMappings",
+            "source": "COMPANY_INSIGHTS",
+            "sourceVid": [],
+            "useTimestampAsPersistenceTimestamp": true
+          }
+        ],
+        "value": "https://facebook.com/google",
+        "timestamp": 1680448389477,
+        "persistenceTimestamp": 1680448389477,
+        "source": "COMPANY_INSIGHTS",
+        "sourceId": "CompanyInsightsPropertyMappings",
+        "updatedByUserId": null
+      },
+      "hs_pipeline": {
+        "versions": [
+          {
+            "name": "hs_pipeline",
+            "value": "companies-lifecycle-pipeline",
+            "timestamp": 1680448389197,
+            "sourceId": "userId:50549138",
+            "source": "CRM_UI",
+            "sourceVid": [],
+            "requestId": "bed919cd-4645-438c-bf3d-a998796ec860",
+            "updatedByUserId": 50549138,
+            "useTimestampAsPersistenceTimestamp": true
+          }
+        ],
+        "value": "companies-lifecycle-pipeline",
+        "timestamp": 1680448389197,
+        "persistenceTimestamp": 1680448389197,
+        "source": "CRM_UI",
+        "sourceId": "userId:50549138",
+        "updatedByUserId": 50549138
+      },
+      "createdate": {
+        "versions": [
+          {
+            "name": "createdate",
+            "value": "1680448389197",
+            "timestamp": 1680448389197,
+            "sourceId": "userId:50549138",
+            "source": "CRM_UI",
+            "sourceVid": [],
+            "requestId": "bed919cd-4645-438c-bf3d-a998796ec860",
+            "updatedByUserId": 50549138,
+            "useTimestampAsPersistenceTimestamp": true
+          }
+        ],
+        "value": "1680448389197",
+        "timestamp": 1680448389197,
+        "persistenceTimestamp": 1680448389197,
+        "source": "CRM_UI",
+        "sourceId": "userId:50549138",
+        "updatedByUserId": 50549138
+      },
+      "description": {
+        "versions": [
+          {
+            "name": "description",
+            "value": "Google LLC is an American multinational technology company that focuses on artificial intelligence, search engine, online advertising, cloud computing, computer software, quantum computing, e-commerce, and consumer electronics.",
+            "timestamp": 1680448389197,
+            "sourceId": "userId:50549138",
+            "source": "CRM_UI",
+            "sourceVid": [],
+            "requestId": "bed919cd-4645-438c-bf3d-a998796ec860",
+            "updatedByUserId": 50549138,
+            "useTimestampAsPersistenceTimestamp": true
+          }
+        ],
+        "value": "Google LLC is an American multinational technology company that focuses on artificial intelligence, search engine, online advertising, cloud computing, computer software, quantum computing, e-commerce, and consumer electronics.",
+        "timestamp": 1680448389197,
+        "persistenceTimestamp": 1680448389197,
+        "source": "CRM_UI",
+        "sourceId": "userId:50549138",
+        "updatedByUserId": 50549138
+      },
+      "hs_num_blockers": {
+        "versions": [
+          {
+            "name": "hs_num_blockers",
+            "value": "0",
+            "timestamp": 1680448390047,
+            "sourceId": "RollupProperties",
+            "source": "CALCULATED",
+            "sourceVid": [],
+            "useTimestampAsPersistenceTimestamp": true
+          }
+        ],
+        "value": "0",
+        "timestamp": 1680448390047,
+        "persistenceTimestamp": 1680448390047,
+        "source": "CALCULATED",
+        "sourceId": "RollupProperties",
+        "updatedByUserId": null
+      },
+      "industry": {
+        "versions": [
+          {
+            "name": "industry",
+            "value": "COMPUTER_SOFTWARE",
+            "timestamp": 1680448389197,
+            "sourceId": "userId:50549138",
+            "source": "CRM_UI",
+            "sourceVid": [],
+            "requestId": "bed919cd-4645-438c-bf3d-a998796ec860",
+            "updatedByUserId": 50549138,
+            "useTimestampAsPersistenceTimestamp": true
+          }
+        ],
+        "value": "COMPUTER_SOFTWARE",
+        "timestamp": 1680448389197,
+        "persistenceTimestamp": 1680448389197,
+        "source": "CRM_UI",
+        "sourceId": "userId:50549138",
+        "updatedByUserId": 50549138
+      },
+      "total_money_raised": {
+        "versions": [
+          {
+            "name": "total_money_raised",
+            "value": "786.1M",
+            "timestamp": 1680448389477,
+            "sourceId": "CompanyInsightsPropertyMappings",
+            "source": "COMPANY_INSIGHTS",
+            "sourceVid": [],
+            "useTimestampAsPersistenceTimestamp": true
+          }
+        ],
+        "value": "786.1M",
+        "timestamp": 1680448389477,
+        "persistenceTimestamp": 1680448389477,
+        "source": "COMPANY_INSIGHTS",
+        "sourceId": "CompanyInsightsPropertyMappings",
+        "updatedByUserId": null
+      },
+      "web_technologies": {
+        "versions": [
+          {
+            "name": "web_technologies",
+            "value": "amazon_s3;wordpress;google_analytics;amazon__cloudfront;double_click;google_tag_manager",
+            "timestamp": 1680448389477,
+            "sourceId": "CompanyInsightsPropertyMappings",
+            "source": "COMPANY_INSIGHTS",
+            "sourceVid": [],
+            "useTimestampAsPersistenceTimestamp": true
+          }
+        ],
+        "value": "amazon_s3;wordpress;google_analytics;amazon__cloudfront;double_click;google_tag_manager",
+        "timestamp": 1680448389477,
+        "persistenceTimestamp": 1680448389477,
+        "source": "COMPANY_INSIGHTS",
+        "sourceId": "CompanyInsightsPropertyMappings",
+        "updatedByUserId": null
+      },
+      "numberofemployees": {
+        "versions": [
+          {
+            "name": "numberofemployees",
+            "value": "10000",
+            "timestamp": 1680448389197,
+            "sourceId": "userId:50549138",
+            "source": "CRM_UI",
+            "sourceVid": [],
+            "requestId": "bed919cd-4645-438c-bf3d-a998796ec860",
+            "updatedByUserId": 50549138,
+            "useTimestampAsPersistenceTimestamp": true
+          }
+        ],
+        "value": "10000",
+        "timestamp": 1680448389197,
+        "persistenceTimestamp": 1680448389197,
+        "source": "CRM_UI",
+        "sourceId": "userId:50549138",
+        "updatedByUserId": 50549138
+      },
+      "linkedin_company_page": {
+        "versions": [
+          {
+            "name": "linkedin_company_page",
+            "value": "https://www.linkedin.com/company/google",
+            "timestamp": 1680448389197,
+            "sourceId": "userId:50549138",
+            "source": "CRM_UI",
+            "sourceVid": [],
+            "requestId": "bed919cd-4645-438c-bf3d-a998796ec860",
+            "updatedByUserId": 50549138,
+            "useTimestampAsPersistenceTimestamp": true
+          }
+        ],
+        "value": "https://www.linkedin.com/company/google",
+        "timestamp": 1680448389197,
+        "persistenceTimestamp": 1680448389197,
+        "source": "CRM_UI",
+        "sourceId": "userId:50549138",
+        "updatedByUserId": 50549138
+      },
+      "hubspot_owner_id": {
+        "versions": [
+          {
+            "name": "hubspot_owner_id",
+            "value": "823493108",
+            "timestamp": 1680448389197,
+            "sourceId": "userId:50549138",
+            "source": "CRM_UI",
+            "sourceVid": [],
+            "requestId": "bed919cd-4645-438c-bf3d-a998796ec860",
+            "updatedByUserId": 50549138,
+            "useTimestampAsPersistenceTimestamp": true
+          }
+        ],
+        "value": "823493108",
+        "timestamp": 1680448389197,
+        "persistenceTimestamp": 1680448389197,
+        "source": "CRM_UI",
+        "sourceId": "userId:50549138",
+        "updatedByUserId": 50549138
+      },
+      "annualrevenue": {
+        "versions": [
+          {
+            "name": "annualrevenue",
+            "value": "1000000000",
+            "timestamp": 1680448389197,
+            "sourceId": "userId:50549138",
+            "source": "CRM_UI",
+            "sourceVid": [],
+            "requestId": "bed919cd-4645-438c-bf3d-a998796ec860",
+            "updatedByUserId": 50549138,
+            "useTimestampAsPersistenceTimestamp": true
+          }
+        ],
+        "value": "1000000000",
+        "timestamp": 1680448389197,
+        "persistenceTimestamp": 1680448389197,
+        "source": "CRM_UI",
+        "sourceId": "userId:50549138",
+        "updatedByUserId": 50549138
+      },
+      "hs_created_by_user_id": {
+        "versions": [
+          {
+            "name": "hs_created_by_user_id",
+            "value": "50549138",
+            "timestamp": 1680448389197,
+            "sourceId": "userId:50549138",
+            "source": "CRM_UI",
+            "sourceVid": [],
+            "requestId": "bed919cd-4645-438c-bf3d-a998796ec860",
+            "updatedByUserId": 50549138,
+            "useTimestampAsPersistenceTimestamp": true
+          }
+        ],
+        "value": "50549138",
+        "timestamp": 1680448389197,
+        "persistenceTimestamp": 1680448389197,
+        "source": "CRM_UI",
+        "sourceId": "userId:50549138",
+        "updatedByUserId": 50549138
+      },
+      "founded_year": {
+        "versions": [
+          {
+            "name": "founded_year",
+            "value": "1998",
+            "timestamp": 1680448389477,
+            "sourceId": "CompanyInsightsPropertyMappings",
+            "source": "COMPANY_INSIGHTS",
+            "sourceVid": [],
+            "useTimestampAsPersistenceTimestamp": true
+          }
+        ],
+        "value": "1998",
+        "timestamp": 1680448389477,
+        "persistenceTimestamp": 1680448389477,
+        "source": "COMPANY_INSIGHTS",
+        "sourceId": "CompanyInsightsPropertyMappings",
+        "updatedByUserId": null
+      },
+      "state": {
+        "versions": [
+          {
+            "name": "state",
+            "value": "CA",
+            "timestamp": 1680448389197,
+            "sourceId": "userId:50549138",
+            "source": "CRM_UI",
+            "sourceVid": [],
+            "requestId": "bed919cd-4645-438c-bf3d-a998796ec860",
+            "updatedByUserId": 50549138,
+            "useTimestampAsPersistenceTimestamp": true
+          }
+        ],
+        "value": "CA",
+        "timestamp": 1680448389197,
+        "persistenceTimestamp": 1680448389197,
+        "source": "CRM_UI",
+        "sourceId": "userId:50549138",
+        "updatedByUserId": 50549138
+      },
+      "hs_all_owner_ids": {
+        "versions": [
+          {
+            "name": "hs_all_owner_ids",
+            "value": "823493108",
+            "timestamp": 1680448389197,
+            "sourceId": "userId:50549138",
+            "source": "CRM_UI",
+            "sourceVid": [],
+            "requestId": "bed919cd-4645-438c-bf3d-a998796ec860",
+            "updatedByUserId": 50549138,
+            "useTimestampAsPersistenceTimestamp": true
+          }
+        ],
+        "value": "823493108",
+        "timestamp": 1680448389197,
+        "persistenceTimestamp": 1680448389197,
+        "source": "CRM_UI",
+        "sourceId": "userId:50549138",
+        "updatedByUserId": 50549138
+      },
+      "linkedinbio": {
+        "versions": [
+          {
+            "name": "linkedinbio",
+            "value": "Google LLC is an American multinational technology company that focuses on artificial intelligence, search engine, online advertising, cloud computing, computer software, quantum computing, e-commerce, and consumer electronics.",
+            "timestamp": 1680448389477,
+            "sourceId": "CompanyInsightsPropertyMappings",
+            "source": "COMPANY_INSIGHTS",
+            "sourceVid": [],
+            "useTimestampAsPersistenceTimestamp": true
+          }
+        ],
+        "value": "Google LLC is an American multinational technology company that focuses on artificial intelligence, search engine, online advertising, cloud computing, computer software, quantum computing, e-commerce, and consumer electronics.",
+        "timestamp": 1680448389477,
+        "persistenceTimestamp": 1680448389477,
+        "source": "COMPANY_INSIGHTS",
+        "sourceId": "CompanyInsightsPropertyMappings",
+        "updatedByUserId": null
+      },
+      "hs_num_open_deals": {
+        "versions": [
+          {
+            "name": "hs_num_open_deals",
+            "value": "0",
+            "timestamp": 1680448390046,
+            "sourceId": "RollupProperties",
+            "source": "CALCULATED",
+            "sourceVid": [],
+            "useTimestampAsPersistenceTimestamp": true
+          }
+        ],
+        "value": "0",
+        "timestamp": 1680448390046,
+        "persistenceTimestamp": 1680448390046,
+        "source": "CALCULATED",
+        "sourceId": "RollupProperties",
+        "updatedByUserId": null
+      },
+      "zip": {
+        "versions": [
+          {
+            "name": "zip",
+            "value": "94043",
+            "timestamp": 1680448389197,
+            "sourceId": "userId:50549138",
+            "source": "CRM_UI",
+            "sourceVid": [],
+            "requestId": "bed919cd-4645-438c-bf3d-a998796ec860",
+            "updatedByUserId": 50549138,
+            "useTimestampAsPersistenceTimestamp": true
+          }
+        ],
+        "value": "94043",
+        "timestamp": 1680448389197,
+        "persistenceTimestamp": 1680448389197,
+        "source": "CRM_UI",
+        "sourceId": "userId:50549138",
+        "updatedByUserId": 50549138
+      },
+      "website": {
+        "versions": [
+          {
+            "name": "website",
+            "value": "google.com",
+            "timestamp": 1680448389197,
+            "source": "CALCULATED",
+            "sourceVid": [],
+            "requestId": "bed919cd-4645-438c-bf3d-a998796ec860",
+            "updatedByUserId": 50549138,
+            "useTimestampAsPersistenceTimestamp": true
+          }
+        ],
+        "value": "google.com",
+        "timestamp": 1680448389197,
+        "persistenceTimestamp": 1680448389197,
+        "source": "CALCULATED",
+        "sourceId": null,
+        "updatedByUserId": 50549138
+      },
+      "address": {
+        "versions": [
+          {
+            "name": "address",
+            "value": "1600 Amphitheatre Parkway",
+            "timestamp": 1680448389477,
+            "sourceId": "CompanyInsightsPropertyMappings",
+            "source": "COMPANY_INSIGHTS",
+            "sourceVid": [],
+            "useTimestampAsPersistenceTimestamp": true
+          }
+        ],
+        "value": "1600 Amphitheatre Parkway",
+        "timestamp": 1680448389477,
+        "persistenceTimestamp": 1680448389477,
+        "source": "COMPANY_INSIGHTS",
+        "sourceId": "CompanyInsightsPropertyMappings",
+        "updatedByUserId": null
+      },
+      "hs_user_ids_of_all_owners": {
+        "versions": [
+          {
+            "name": "hs_user_ids_of_all_owners",
+            "value": "50549138",
+            "timestamp": 1680448389197,
+            "sourceId": "userId:50549138",
+            "source": "CRM_UI",
+            "sourceVid": [],
+            "requestId": "bed919cd-4645-438c-bf3d-a998796ec860",
+            "updatedByUserId": 50549138,
+            "useTimestampAsPersistenceTimestamp": true
+          }
+        ],
+        "value": "50549138",
+        "timestamp": 1680448389197,
+        "persistenceTimestamp": 1680448389197,
+        "source": "CRM_UI",
+        "sourceId": "userId:50549138",
+        "updatedByUserId": 50549138
+      },
+      "twitterhandle": {
+        "versions": [
+          {
+            "name": "twitterhandle",
+            "value": "google",
+            "timestamp": 1680448389477,
+            "sourceId": "CompanyInsightsPropertyMappings",
+            "source": "COMPANY_INSIGHTS",
+            "sourceVid": [],
+            "useTimestampAsPersistenceTimestamp": true
+          }
+        ],
+        "value": "google",
+        "timestamp": 1680448389477,
+        "persistenceTimestamp": 1680448389477,
+        "source": "COMPANY_INSIGHTS",
+        "sourceId": "CompanyInsightsPropertyMappings",
+        "updatedByUserId": null
+      },
+      "hs_target_account_probability": {
+        "versions": [
+          {
+            "name": "hs_target_account_probability",
+            "value": "0.49565839767456055",
+            "timestamp": 1680448390378,
+            "source": "SALES",
+            "sourceVid": [],
+            "useTimestampAsPersistenceTimestamp": true
+          }
+        ],
+        "value": "0.49565839767456055",
+        "timestamp": 1680448390378,
+        "persistenceTimestamp": 1680448390378,
+        "source": "SALES",
+        "sourceId": null,
+        "updatedByUserId": null
+      },
+      "hs_lastmodifieddate": {
+        "versions": [
+          {
+            "name": "hs_lastmodifieddate",
+            "value": "1680448390378",
+            "timestamp": 1680448390378,
+            "source": "SALES",
+            "sourceVid": [],
+            "useTimestampAsPersistenceTimestamp": true
+          }
+        ],
+        "value": "1680448390378",
+        "timestamp": 1680448390378,
+        "persistenceTimestamp": 1680448390378,
+        "source": "SALES",
+        "sourceId": null,
+        "updatedByUserId": null
+      },
+      "hs_num_decision_makers": {
+        "versions": [
+          {
+            "name": "hs_num_decision_makers",
+            "value": "0",
+            "timestamp": 1680448390046,
+            "sourceId": "RollupProperties",
+            "source": "CALCULATED",
+            "sourceVid": [],
+            "useTimestampAsPersistenceTimestamp": true
+          }
+        ],
+        "value": "0",
+        "timestamp": 1680448390046,
+        "persistenceTimestamp": 1680448390046,
+        "source": "CALCULATED",
+        "sourceId": "RollupProperties",
+        "updatedByUserId": null
+      },
+      "hubspot_owner_assigneddate": {
+        "versions": [
+          {
+            "name": "hubspot_owner_assigneddate",
+            "value": "1680448389197",
+            "timestamp": 1680448389197,
+            "sourceId": "userId:50549138",
+            "source": "CRM_UI",
+            "sourceVid": [],
+            "requestId": "bed919cd-4645-438c-bf3d-a998796ec860",
+            "updatedByUserId": 50549138,
+            "useTimestampAsPersistenceTimestamp": true
+          }
+        ],
+        "value": "1680448389197",
+        "timestamp": 1680448389197,
+        "persistenceTimestamp": 1680448389197,
+        "source": "CRM_UI",
+        "sourceId": "userId:50549138",
+        "updatedByUserId": 50549138
+      },
+      "phone": {
+        "versions": [
+          {
+            "name": "phone",
+            "value": "+1 650-253-0000",
+            "timestamp": 1680448389477,
+            "sourceId": "CompanyInsightsPropertyMappings",
+            "source": "COMPANY_INSIGHTS",
+            "sourceVid": [],
+            "useTimestampAsPersistenceTimestamp": true
+          }
+        ],
+        "value": "+1 650-253-0000",
+        "timestamp": 1680448389477,
+        "persistenceTimestamp": 1680448389477,
+        "source": "COMPANY_INSIGHTS",
+        "sourceId": "CompanyInsightsPropertyMappings",
+        "updatedByUserId": null
+      },
+      "domain": {
+        "versions": [
+          {
+            "name": "domain",
+            "value": "google.com",
+            "timestamp": 1680448389197,
+            "sourceId": "userId:50549138",
+            "source": "CRM_UI",
+            "sourceVid": [],
+            "requestId": "bed919cd-4645-438c-bf3d-a998796ec860",
+            "updatedByUserId": 50549138,
+            "useTimestampAsPersistenceTimestamp": true
+          }
+        ],
+        "value": "google.com",
+        "timestamp": 1680448389197,
+        "persistenceTimestamp": 1680448389197,
+        "source": "CRM_UI",
+        "sourceId": "userId:50549138",
+        "updatedByUserId": 50549138
+      },
+      "hs_num_child_companies": {
+        "versions": [
+          {
+            "name": "hs_num_child_companies",
+            "value": "0",
+            "timestamp": 1680448390047,
+            "sourceId": "RollupProperties",
+            "source": "CALCULATED",
+            "sourceVid": [],
+            "useTimestampAsPersistenceTimestamp": true
+          }
+        ],
+        "value": "0",
+        "timestamp": 1680448390047,
+        "persistenceTimestamp": 1680448390047,
+        "source": "CALCULATED",
+        "sourceId": "RollupProperties",
+        "updatedByUserId": null
+      },
+      "hs_num_contacts_with_buying_roles": {
+        "versions": [
+          {
+            "name": "hs_num_contacts_with_buying_roles",
+            "value": "0",
+            "timestamp": 1680448390046,
+            "sourceId": "RollupProperties",
+            "source": "CALCULATED",
+            "sourceVid": [],
+            "useTimestampAsPersistenceTimestamp": true
+          }
+        ],
+        "value": "0",
+        "timestamp": 1680448390046,
+        "persistenceTimestamp": 1680448390046,
+        "source": "CALCULATED",
+        "sourceId": "RollupProperties",
+        "updatedByUserId": null
+      },
+      "hs_object_id": {
+        "versions": [
+          {
+            "name": "hs_object_id",
+            "value": "7298894071",
+            "timestamp": 1680448389197,
+            "sourceId": "userId:50549138",
+            "source": "CRM_UI",
+            "sourceVid": [],
+            "requestId": "bed919cd-4645-438c-bf3d-a998796ec860",
+            "updatedByUserId": 50549138,
+            "useTimestampAsPersistenceTimestamp": true
+          }
+        ],
+        "value": "7298894071",
+        "timestamp": 1680448389197,
+        "persistenceTimestamp": 1680448389197,
+        "source": "CRM_UI",
+        "sourceId": "userId:50549138",
+        "updatedByUserId": 50549138
+      },
+      "is_public": {
+        "versions": [
+          {
+            "name": "is_public",
+            "value": "true",
+            "timestamp": 1680448389477,
+            "sourceId": "CompanyInsightsPropertyMappings",
+            "source": "COMPANY_INSIGHTS",
+            "sourceVid": [],
+            "useTimestampAsPersistenceTimestamp": true
+          }
+        ],
+        "value": "true",
+        "timestamp": 1680448389477,
+        "persistenceTimestamp": 1680448389477,
+        "source": "COMPANY_INSIGHTS",
+        "sourceId": "CompanyInsightsPropertyMappings",
+        "updatedByUserId": null
+      },
+      "name": {
+        "versions": [
+          {
+            "name": "name",
+            "value": "Google",
+            "timestamp": 1680448389197,
+            "sourceId": "userId:50549138",
+            "source": "CRM_UI",
+            "sourceVid": [],
+            "requestId": "bed919cd-4645-438c-bf3d-a998796ec860",
+            "updatedByUserId": 50549138,
+            "useTimestampAsPersistenceTimestamp": true
+          }
+        ],
+        "value": "Google",
+        "timestamp": 1680448389197,
+        "persistenceTimestamp": 1680448389197,
+        "source": "CRM_UI",
+        "sourceId": "userId:50549138",
+        "updatedByUserId": 50549138
+      },
+      "lifecyclestage": {
+        "versions": [
+          {
+            "name": "lifecyclestage",
+            "value": "lead",
+            "timestamp": 1680448389197,
+            "sourceId": "userId:50549138",
+            "source": "CRM_UI",
+            "sourceVid": [],
+            "requestId": "bed919cd-4645-438c-bf3d-a998796ec860",
+            "updatedByUserId": 50549138,
+            "useTimestampAsPersistenceTimestamp": true
+          }
+        ],
+        "value": "lead",
+        "timestamp": 1680448389197,
+        "persistenceTimestamp": 1680448389197,
+        "source": "CRM_UI",
+        "sourceId": "userId:50549138",
+        "updatedByUserId": 50549138
+      },
+      "hs_updated_by_user_id": {
+        "versions": [
+          {
+            "name": "hs_updated_by_user_id",
+            "value": "50549138",
+            "timestamp": 1680448389197,
+            "sourceId": "userId:50549138",
+            "source": "CRM_UI",
+            "sourceVid": [],
+            "requestId": "bed919cd-4645-438c-bf3d-a998796ec860",
+            "updatedByUserId": 50549138,
+            "useTimestampAsPersistenceTimestamp": true
+          }
+        ],
+        "value": "50549138",
+        "timestamp": 1680448389197,
+        "persistenceTimestamp": 1680448389197,
+        "source": "CRM_UI",
+        "sourceId": "userId:50549138",
+        "updatedByUserId": 50549138
+      }
+    },
+    "version": 4,
+    "secondaryIdentifier": "google.com",
+    "isDeleted": false
+  },
+  "topic": "untitled-0f1c5057ac4d67fb924c393ecba963eb"
+}
\ No newline at end of file
diff --git a/providers/HubSpot/current/CONTACT.json b/providers/HubSpot/current/CONTACT.json
new file mode 100644
index 0000000..408e050
--- /dev/null
+++ b/providers/HubSpot/current/CONTACT.json
@@ -0,0 +1,826 @@
+{
+  "headers": {
+    "user-agent": "HubSpot Connect 2.0 (http://dev.hubspot.com/) (namespace: WebhooksPlatformExecution) - WebhooksPlatformService-web",
+    "content-length": "13100",
+    "accept": "application/json, text/plain, */*",
+    "content-type": "application/json",
+    "x-hubspot-client-ip": "172.21.85.188",
+    "x-hubspot-correlation-id": "a14b39fd-3844-4247-9854-4fe205102f28",
+    "x-hubspot-request-timestamp": "1680448123263",
+    "x-hubspot-requesting-chain-bin": "CkwKQEF1dG9tYXRpb25QbGF0Zm9ybUV4ZWN1dGlvbi1leGVjdXRpb25TbG93QWN0aW9uVHlwZUxhbmVXYWxXb3JrZXISCFBST0NGSUxFCjEKJUF1dG9tYXRpb25BY3Rpb25zRXhlY3V0aW9uU2VydmljZS13ZWISCFBST0NGSUxFEgIIAg==",
+    "x-hubspot-signature": "66f32f4a1f14ff2ea0807a248e8ad6a411b829a8893b24f1363cf2a8eefbb664",
+    "x-hubspot-signature-v3": "O3NP8RQ8JeZyN9qf5R7+MSdFqj1SgmA/u32waqlEMf0=",
+    "x-hubspot-signature-version": "v2",
+    "x-hubspot-timeout-millis": "44958",
+    "x-trace": "2B9340EAC52DB4308D3685ABA9D233DCB33D984B1C000000000000000000",
+    "accept-encoding": "gzip"
+  },
+  "body": {
+    "vid": 251,
+    "canonical-vid": 251,
+    "merged-vids": [],
+    "portal-id": 27145807,
+    "is-contact": true,
+    "properties": {
+      "hs_latest_source_data_2": {
+        "value": "userId:50549138",
+        "versions": [
+          {
+            "value": "userId:50549138",
+            "source-type": "ANALYTICS",
+            "source-id": "ContactAnalyticsDetailsUpdateWorker",
+            "source-label": null,
+            "updated-by-user-id": null,
+            "timestamp": 1680448110678,
+            "selected": false
+          }
+        ]
+      },
+      "hs_is_unworked": {
+        "value": "true",
+        "versions": [
+          {
+            "value": "true",
+            "source-type": "CALCULATED",
+            "source-id": "CalculatedPropertyComputer",
+            "source-label": null,
+            "updated-by-user-id": 50549138,
+            "timestamp": 1680448099688,
+            "selected": false
+          }
+        ]
+      },
+      "hs_latest_source_data_1": {
+        "value": "CRM_UI",
+        "versions": [
+          {
+            "value": "CRM_UI",
+            "source-type": "ANALYTICS",
+            "source-id": "ContactAnalyticsDetailsUpdateWorker",
+            "source-label": null,
+            "updated-by-user-id": null,
+            "timestamp": 1680448110678,
+            "selected": false
+          }
+        ]
+      },
+      "associatedcompanyid": {
+        "value": "7298823368",
+        "versions": [
+          {
+            "value": "7298823368",
+            "source-type": "CALCULATED",
+            "source-id": "RollupProperties",
+            "source-label": null,
+            "updated-by-user-id": null,
+            "timestamp": 1680448100462,
+            "selected": false
+          }
+        ]
+      },
+      "firstname": {
+        "value": "Kovat",
+        "versions": [
+          {
+            "value": "Kovat",
+            "source-type": "CRM_UI",
+            "source-id": "userId:50549138",
+            "source-label": null,
+            "updated-by-user-id": 50549138,
+            "timestamp": 1680448099688,
+            "selected": false
+          }
+        ]
+      },
+      "hs_latest_source": {
+        "value": "OFFLINE",
+        "versions": [
+          {
+            "value": "OFFLINE",
+            "source-type": "ANALYTICS",
+            "source-id": "ContactAnalyticsDetailsUpdateWorker",
+            "source-label": null,
+            "updated-by-user-id": null,
+            "timestamp": 1680448110678,
+            "selected": false
+          }
+        ]
+      },
+      "num_unique_conversion_events": {
+        "value": "0",
+        "versions": [
+          {
+            "value": "0",
+            "source-type": "MERGE_CONTACTS",
+            "source-id": null,
+            "source-label": null,
+            "updated-by-user-id": null,
+            "timestamp": 1680448100250,
+            "selected": false
+          }
+        ]
+      },
+      "hs_analytics_revenue": {
+        "value": "0.0",
+        "versions": [
+          {
+            "value": "0.0",
+            "source-type": "ANALYTICS",
+            "source-id": "ContactAnalyticsDetailsUpdateWorker",
+            "source-label": null,
+            "updated-by-user-id": null,
+            "timestamp": 1680448110678,
+            "selected": false
+          }
+        ]
+      },
+      "hs_pipeline": {
+        "value": "contacts-lifecycle-pipeline",
+        "versions": [
+          {
+            "value": "contacts-lifecycle-pipeline",
+            "source-type": "CRM_UI",
+            "source-id": "userId:50549138",
+            "source-label": null,
+            "updated-by-user-id": 50549138,
+            "timestamp": 1680448099688,
+            "selected": false
+          }
+        ]
+      },
+      "createdate": {
+        "value": "1680448099688",
+        "versions": [
+          {
+            "value": "1680448099688",
+            "source-type": "CRM_UI",
+            "source-id": "userId:50549138",
+            "source-label": null,
+            "updated-by-user-id": 50549138,
+            "timestamp": 1680448099688,
+            "selected": false
+          }
+        ]
+      },
+      "hs_social_num_broadcast_clicks": {
+        "value": "0",
+        "versions": [
+          {
+            "value": "0",
+            "source-type": "ANALYTICS",
+            "source-id": "ContactAnalyticsDetailsUpdateWorker",
+            "source-label": null,
+            "updated-by-user-id": null,
+            "timestamp": 1680448110678,
+            "selected": false
+          }
+        ]
+      },
+      "hs_analytics_num_visits": {
+        "value": "0",
+        "versions": [
+          {
+            "value": "0",
+            "source-type": "ANALYTICS",
+            "source-id": "ContactAnalyticsDetailsUpdateWorker",
+            "source-label": null,
+            "updated-by-user-id": null,
+            "timestamp": 1680448110678,
+            "selected": false
+          }
+        ]
+      },
+      "hs_sequences_actively_enrolled_count": {
+        "value": "0",
+        "versions": [
+          {
+            "value": "0",
+            "source-type": "CALCULATED",
+            "source-id": "RollupProperties",
+            "source-label": null,
+            "updated-by-user-id": null,
+            "timestamp": 1680448100462,
+            "selected": false
+          }
+        ]
+      },
+      "hs_social_linkedin_clicks": {
+        "value": "0",
+        "versions": [
+          {
+            "value": "0",
+            "source-type": "ANALYTICS",
+            "source-id": "ContactAnalyticsDetailsUpdateWorker",
+            "source-label": null,
+            "updated-by-user-id": null,
+            "timestamp": 1680448110678,
+            "selected": false
+          }
+        ]
+      },
+      "hubspot_owner_id": {
+        "value": "823493108",
+        "versions": [
+          {
+            "value": "823493108",
+            "source-type": "CRM_UI",
+            "source-id": "userId:50549138",
+            "source-label": null,
+            "updated-by-user-id": 50549138,
+            "timestamp": 1680448099688,
+            "selected": false
+          }
+        ]
+      },
+      "hs_analytics_source": {
+        "value": "OFFLINE",
+        "versions": [
+          {
+            "value": "OFFLINE",
+            "source-type": "ANALYTICS",
+            "source-id": "ContactAnalyticsDetailsUpdateWorker",
+            "source-label": null,
+            "updated-by-user-id": null,
+            "timestamp": 1680448110678,
+            "selected": false
+          }
+        ]
+      },
+      "hs_created_by_user_id": {
+        "value": "50549138",
+        "versions": [
+          {
+            "value": "50549138",
+            "source-type": "CRM_UI",
+            "source-id": "userId:50549138",
+            "source-label": null,
+            "updated-by-user-id": 50549138,
+            "timestamp": 1680448099688,
+            "selected": false
+          }
+        ]
+      },
+      "hs_analytics_num_page_views": {
+        "value": "0",
+        "versions": [
+          {
+            "value": "0",
+            "source-type": "ANALYTICS",
+            "source-id": "ContactAnalyticsDetailsUpdateWorker",
+            "source-label": null,
+            "updated-by-user-id": null,
+            "timestamp": 1680448110678,
+            "selected": false
+          }
+        ]
+      },
+      "hs_email_domain": {
+        "value": "cyclesat.com",
+        "versions": [
+          {
+            "value": "cyclesat.com",
+            "source-type": "CALCULATED",
+            "source-id": null,
+            "source-label": null,
+            "updated-by-user-id": 50549138,
+            "timestamp": 1680448099688,
+            "selected": false
+          }
+        ]
+      },
+      "hs_all_owner_ids": {
+        "value": "823493108",
+        "versions": [
+          {
+            "value": "823493108",
+            "source-type": "CALCULATED",
+            "source-id": "PermissionsUpdater",
+            "source-label": null,
+            "updated-by-user-id": null,
+            "timestamp": 1680448100455,
+            "selected": false
+          }
+        ]
+      },
+      "hs_count_is_worked": {
+        "value": "0",
+        "versions": [
+          {
+            "value": "0",
+            "source-type": "CALCULATED",
+            "source-id": "CalculatedPropertyComputer",
+            "source-label": null,
+            "updated-by-user-id": 50549138,
+            "timestamp": 1680448099688,
+            "selected": false
+          }
+        ]
+      },
+      "email": {
+        "value": "kovatif642@cyclesat.com",
+        "versions": [
+          {
+            "value": "kovatif642@cyclesat.com",
+            "source-type": "CRM_UI",
+            "source-id": "userId:50549138",
+            "source-label": null,
+            "updated-by-user-id": 50549138,
+            "timestamp": 1680448099688,
+            "selected": false
+          }
+        ]
+      },
+      "hs_latest_source_timestamp": {
+        "value": "1680448099780",
+        "versions": [
+          {
+            "value": "1680448099780",
+            "source-type": "ANALYTICS",
+            "source-id": "ContactAnalyticsDetailsUpdateWorker",
+            "source-label": null,
+            "updated-by-user-id": null,
+            "timestamp": 1680448110678,
+            "selected": false
+          }
+        ]
+      },
+      "jobtitle": {
+        "value": "Writer",
+        "versions": [
+          {
+            "value": "Writer",
+            "source-type": "CRM_UI",
+            "source-id": "userId:50549138",
+            "source-label": null,
+            "updated-by-user-id": 50549138,
+            "timestamp": 1680448099688,
+            "selected": false
+          }
+        ]
+      },
+      "hs_analytics_first_timestamp": {
+        "value": "1680448099688",
+        "versions": [
+          {
+            "value": "1680448099688",
+            "source-type": "ANALYTICS",
+            "source-id": "ContactAnalyticsDetailsUpdateWorker",
+            "source-label": null,
+            "updated-by-user-id": null,
+            "timestamp": 1680448110678,
+            "selected": false
+          }
+        ]
+      },
+      "lastmodifieddate": {
+        "value": "1680448122728",
+        "versions": [
+          {
+            "value": "1680448122728",
+            "source-type": "AUTOMATION_PLATFORM",
+            "source-id": null,
+            "source-label": null,
+            "updated-by-user-id": null,
+            "timestamp": 1680448122728,
+            "selected": false
+          },
+          {
+            "value": "1680448110678",
+            "source-type": "API",
+            "source-id": null,
+            "source-label": null,
+            "updated-by-user-id": null,
+            "timestamp": 1680448110678,
+            "selected": false
+          },
+          {
+            "value": "1680448100475",
+            "source-type": "API",
+            "source-id": null,
+            "source-label": null,
+            "updated-by-user-id": null,
+            "timestamp": 1680448100475,
+            "selected": false
+          },
+          {
+            "value": "1680448100462",
+            "source-type": "API",
+            "source-id": null,
+            "source-label": null,
+            "updated-by-user-id": null,
+            "timestamp": 1680448100462,
+            "selected": false
+          },
+          {
+            "value": "1680448099688",
+            "source-type": "CRM_UI",
+            "source-id": "userId:50549138",
+            "source-label": null,
+            "updated-by-user-id": null,
+            "timestamp": 1680448099688,
+            "selected": false
+          }
+        ]
+      },
+      "hs_social_google_plus_clicks": {
+        "value": "0",
+        "versions": [
+          {
+            "value": "0",
+            "source-type": "ANALYTICS",
+            "source-id": "ContactAnalyticsDetailsUpdateWorker",
+            "source-label": null,
+            "updated-by-user-id": null,
+            "timestamp": 1680448110678,
+            "selected": false
+          }
+        ]
+      },
+      "hs_user_ids_of_all_owners": {
+        "value": "50549138",
+        "versions": [
+          {
+            "value": "50549138",
+            "source-type": "CALCULATED",
+            "source-id": "PermissionsUpdater",
+            "source-label": null,
+            "updated-by-user-id": null,
+            "timestamp": 1680448100455,
+            "selected": false
+          }
+        ]
+      },
+      "hs_analytics_average_page_views": {
+        "value": "0",
+        "versions": [
+          {
+            "value": "0",
+            "source-type": "ANALYTICS",
+            "source-id": "ContactAnalyticsDetailsUpdateWorker",
+            "source-label": null,
+            "updated-by-user-id": null,
+            "timestamp": 1680448110678,
+            "selected": false
+          }
+        ]
+      },
+      "hs_all_contact_vids": {
+        "value": "251",
+        "versions": [
+          {
+            "value": "251",
+            "source-type": "CRM_UI",
+            "source-id": "userId:50549138",
+            "source-label": null,
+            "updated-by-user-id": 50549138,
+            "timestamp": 1680448099688,
+            "selected": false
+          }
+        ]
+      },
+      "lastname": {
+        "value": "Tif",
+        "versions": [
+          {
+            "value": "Tif",
+            "source-type": "CRM_UI",
+            "source-id": "userId:50549138",
+            "source-label": null,
+            "updated-by-user-id": 50549138,
+            "timestamp": 1680448099688,
+            "selected": false
+          }
+        ]
+      },
+      "hs_social_facebook_clicks": {
+        "value": "0",
+        "versions": [
+          {
+            "value": "0",
+            "source-type": "ANALYTICS",
+            "source-id": "ContactAnalyticsDetailsUpdateWorker",
+            "source-label": null,
+            "updated-by-user-id": null,
+            "timestamp": 1680448110678,
+            "selected": false
+          }
+        ]
+      },
+      "hs_is_contact": {
+        "value": "true",
+        "versions": [
+          {
+            "value": "true",
+            "source-type": "CALCULATED",
+            "source-id": null,
+            "source-label": null,
+            "updated-by-user-id": null,
+            "timestamp": 1680448099688,
+            "selected": false
+          }
+        ]
+      },
+      "hubspot_owner_assigneddate": {
+        "value": "1680448099688",
+        "versions": [
+          {
+            "value": "1680448099688",
+            "source-type": "CRM_UI",
+            "source-id": "userId:50549138",
+            "source-label": null,
+            "updated-by-user-id": 50549138,
+            "timestamp": 1680448099688,
+            "selected": false
+          }
+        ]
+      },
+      "num_conversion_events": {
+        "value": "0",
+        "versions": [
+          {
+            "value": "0",
+            "source-type": "MERGE_CONTACTS",
+            "source-id": null,
+            "source-label": null,
+            "updated-by-user-id": null,
+            "timestamp": 1680448100250,
+            "selected": false
+          }
+        ]
+      },
+      "hs_object_id": {
+        "value": "251",
+        "versions": [
+          {
+            "value": "251",
+            "source-type": "CRM_UI",
+            "source-id": "userId:50549138",
+            "source-label": null,
+            "updated-by-user-id": 50549138,
+            "timestamp": 1680448099688,
+            "selected": false
+          }
+        ]
+      },
+      "currentlyinworkflow": {
+        "value": "true",
+        "versions": [
+          {
+            "value": "true",
+            "source-type": "AUTOMATION_PLATFORM",
+            "source-id": "785646042",
+            "source-label": null,
+            "updated-by-user-id": null,
+            "timestamp": 1680448122489,
+            "selected": false
+          }
+        ]
+      },
+      "hs_analytics_num_event_completions": {
+        "value": "0",
+        "versions": [
+          {
+            "value": "0",
+            "source-type": "ANALYTICS",
+            "source-id": "ContactAnalyticsDetailsUpdateWorker",
+            "source-label": null,
+            "updated-by-user-id": null,
+            "timestamp": 1680448110678,
+            "selected": false
+          }
+        ]
+      },
+      "hs_analytics_source_data_2": {
+        "value": "userId:50549138",
+        "versions": [
+          {
+            "value": "userId:50549138",
+            "source-type": "ANALYTICS",
+            "source-id": "ContactAnalyticsDetailsUpdateWorker",
+            "source-label": null,
+            "updated-by-user-id": null,
+            "timestamp": 1680448110678,
+            "selected": false
+          }
+        ]
+      },
+      "hs_social_twitter_clicks": {
+        "value": "0",
+        "versions": [
+          {
+            "value": "0",
+            "source-type": "ANALYTICS",
+            "source-id": "ContactAnalyticsDetailsUpdateWorker",
+            "source-label": null,
+            "updated-by-user-id": null,
+            "timestamp": 1680448110678,
+            "selected": false
+          }
+        ]
+      },
+      "hs_analytics_source_data_1": {
+        "value": "CRM_UI",
+        "versions": [
+          {
+            "value": "CRM_UI",
+            "source-type": "ANALYTICS",
+            "source-id": "ContactAnalyticsDetailsUpdateWorker",
+            "source-label": null,
+            "updated-by-user-id": null,
+            "timestamp": 1680448110678,
+            "selected": false
+          }
+        ]
+      },
+      "hs_lifecyclestage_lead_date": {
+        "value": "1680448099688",
+        "versions": [
+          {
+            "value": "1680448099688",
+            "source-type": "CRM_UI",
+            "source-id": "userId:50549138",
+            "source-label": null,
+            "updated-by-user-id": 50549138,
+            "timestamp": 1680448099688,
+            "selected": false
+          }
+        ]
+      },
+      "lifecyclestage": {
+        "value": "lead",
+        "versions": [
+          {
+            "value": "lead",
+            "source-type": "CRM_UI",
+            "source-id": "userId:50549138",
+            "source-label": null,
+            "updated-by-user-id": 50549138,
+            "timestamp": 1680448099688,
+            "selected": false
+          }
+        ]
+      },
+      "hs_count_is_unworked": {
+        "value": "1",
+        "versions": [
+          {
+            "value": "1",
+            "source-type": "CALCULATED",
+            "source-id": "CalculatedPropertyComputer",
+            "source-label": null,
+            "updated-by-user-id": 50549138,
+            "timestamp": 1680448099688,
+            "selected": false
+          }
+        ]
+      },
+      "hs_updated_by_user_id": {
+        "value": "50549138",
+        "versions": [
+          {
+            "value": "50549138",
+            "source-type": "CRM_UI",
+            "source-id": "userId:50549138",
+            "source-label": null,
+            "updated-by-user-id": 50549138,
+            "timestamp": 1680448099688,
+            "selected": false
+          }
+        ]
+      }
+    },
+    "form-submissions": [],
+    "list-memberships": [
+      {
+        "static-list-id": 21,
+        "internal-list-id": 2147483643,
+        "timestamp": 1680448122038,
+        "vid": 251,
+        "is-member": true
+      }
+    ],
+    "identity-profiles": [
+      {
+        "vid": 251,
+        "is-deleted": false,
+        "is-contact": false,
+        "pointer-vid": 0,
+        "previous-vid": 0,
+        "linked-vids": [],
+        "saved-at-timestamp": 0,
+        "deleted-changed-timestamp": 0,
+        "identities": [
+          {
+            "type": "EMAIL",
+            "value": "kovatif642@cyclesat.com",
+            "timestamp": 1680448099688,
+            "is-primary": true,
+            "source": "UNSPECIFIED"
+          },
+          {
+            "type": "LEAD_GUID",
+            "value": "06c11203-d92d-42d3-a81c-d2a75030b4be",
+            "timestamp": 1680448099774,
+            "source": "UNSPECIFIED"
+          }
+        ]
+      }
+    ],
+    "merge-audits": [],
+    "associated-company": {
+      "company-id": 7298823368,
+      "portal-id": 27145807,
+      "properties": {
+        "num_associated_contacts": {
+          "value": "1"
+        },
+        "hs_pipeline": {
+          "value": "companies-lifecycle-pipeline"
+        },
+        "hs_analytics_latest_source_data_2": {
+          "value": "userId:50549138"
+        },
+        "createdate": {
+          "value": "1680448100221"
+        },
+        "hs_num_blockers": {
+          "value": "0"
+        },
+        "hs_analytics_latest_source_data_1": {
+          "value": "CRM_UI"
+        },
+        "hs_analytics_num_visits": {
+          "value": "0"
+        },
+        "hs_analytics_latest_source_timestamp": {
+          "value": "1680448099780"
+        },
+        "hs_analytics_source": {
+          "value": "OFFLINE"
+        },
+        "hs_analytics_num_page_views": {
+          "value": "0"
+        },
+        "hs_num_open_deals": {
+          "value": "0"
+        },
+        "website": {
+          "value": "cyclesat.com"
+        },
+        "hs_analytics_first_timestamp": {
+          "value": "1680448099688"
+        },
+        "first_contact_createdate": {
+          "value": "1680448099688"
+        },
+        "hs_target_account_probability": {
+          "value": "0.38625118136405945"
+        },
+        "hs_lastmodifieddate": {
+          "value": "1680448113387"
+        },
+        "hs_num_decision_makers": {
+          "value": "0"
+        },
+        "num_conversion_events": {
+          "value": "0"
+        },
+        "domain": {
+          "value": "cyclesat.com"
+        },
+        "name": {
+          "value": "Cyclesat"
+        },
+        "hs_object_id": {
+          "value": "7298823368"
+        },
+        "hs_num_contacts_with_buying_roles": {
+          "value": "0"
+        },
+        "hs_num_child_companies": {
+          "value": "0"
+        },
+        "hs_analytics_source_data_2": {
+          "value": "userId:50549138"
+        },
+        "hs_analytics_source_data_1": {
+          "value": "CRM_UI"
+        },
+        "hs_analytics_latest_source": {
+          "value": "OFFLINE"
+        },
+        "lifecyclestage": {
+          "value": "lead"
+        }
+      }
+    },
+    "associated-owner": {
+      "first-name": "Hookdeck",
+      "last-name": "Write",
+      "email": "hookdeckwrite@gmail.com",
+      "type": "PERSON",
+      "hubspot-user-id": 50549138
+    }
+  },
+  "topic": "untitled-eaf09c50a5d27460aa454834f2972b56"
+}
\ No newline at end of file
diff --git a/providers/HubSpot/current/DEAL.json b/providers/HubSpot/current/DEAL.json
new file mode 100644
index 0000000..258c217
--- /dev/null
+++ b/providers/HubSpot/current/DEAL.json
@@ -0,0 +1,684 @@
+{
+  "headers": {
+    "user-agent": "HubSpot Connect 2.0 (http://dev.hubspot.com/) (namespace: WebhooksPlatformExecution) - WebhooksPlatformService-web",
+    "content-length": "14706",
+    "accept": "application/json, text/plain, */*",
+    "content-type": "application/json",
+    "x-hubspot-client-ip": "172.21.156.49",
+    "x-hubspot-correlation-id": "0baa9845-a48c-415a-94a4-c33d32eb9347",
+    "x-hubspot-request-timestamp": "1680447533390",
+    "x-hubspot-requesting-chain-bin": "CkwKQEF1dG9tYXRpb25QbGF0Zm9ybUV4ZWN1dGlvbi1leGVjdXRpb25TbG93QWN0aW9uVHlwZUxhbmVXYWxXb3JrZXISCFBST0NGSUxFCjEKJUF1dG9tYXRpb25BY3Rpb25zRXhlY3V0aW9uU2VydmljZS13ZWISCFBST0NGSUxFEgIIAg==",
+    "x-hubspot-signature": "49e3b0d82975a22f902dd0bd0cf8d65e699bb7ad2e59cd5687d228940199fb25",
+    "x-hubspot-signature-v3": "gvDDenMKSFa+YFAGzppFlDl8e8ico8E/l87M1a5xbAM=",
+    "x-hubspot-signature-version": "v2",
+    "x-hubspot-timeout-millis": "44610",
+    "x-trace": "2B98E110B8DA0D2F8CCB8D0A57BBE117FE0FEBCB20000000000000000000",
+    "accept-encoding": "gzip"
+  },
+  "body": {
+    "portalId": 27145807,
+    "objectType": "DEAL",
+    "objectTypeId": "0-3",
+    "objectId": 7036839888,
+    "properties": {
+      "hs_closed_amount_in_home_currency": {
+        "versions": [
+          {
+            "name": "hs_closed_amount_in_home_currency",
+            "value": "0",
+            "timestamp": 1680442574451,
+            "sourceId": "CalculatedPropertyComputer",
+            "source": "CALCULATED",
+            "sourceVid": [],
+            "requestId": "251ce58e-09b3-4b28-bbdd-6e8165d15a5d",
+            "updatedByUserId": 50549138,
+            "useTimestampAsPersistenceTimestamp": true
+          }
+        ],
+        "value": "0",
+        "timestamp": 1680442574451,
+        "persistenceTimestamp": 1680442574451,
+        "source": "CALCULATED",
+        "sourceId": "CalculatedPropertyComputer",
+        "updatedByUserId": 50549138
+      },
+      "dealname": {
+        "versions": [
+          {
+            "name": "dealname",
+            "value": "High Deal",
+            "timestamp": 1680442574451,
+            "sourceId": "userId:50549138",
+            "source": "CRM_UI",
+            "sourceVid": [],
+            "requestId": "251ce58e-09b3-4b28-bbdd-6e8165d15a5d",
+            "updatedByUserId": 50549138,
+            "useTimestampAsPersistenceTimestamp": true
+          }
+        ],
+        "value": "High Deal",
+        "timestamp": 1680442574451,
+        "persistenceTimestamp": 1680442574451,
+        "source": "CRM_UI",
+        "sourceId": "userId:50549138",
+        "updatedByUserId": 50549138
+      },
+      "hs_num_associated_deal_registrations": {
+        "versions": [
+          {
+            "name": "hs_num_associated_deal_registrations",
+            "value": "0",
+            "timestamp": 1680442574707,
+            "sourceId": "RollupProperties",
+            "source": "CALCULATED",
+            "sourceVid": [],
+            "useTimestampAsPersistenceTimestamp": true
+          }
+        ],
+        "value": "0",
+        "timestamp": 1680442574707,
+        "persistenceTimestamp": 1680442574707,
+        "source": "CALCULATED",
+        "sourceId": "RollupProperties",
+        "updatedByUserId": null
+      },
+      "num_associated_contacts": {
+        "versions": [
+          {
+            "name": "num_associated_contacts",
+            "value": "0",
+            "timestamp": 1680442574707,
+            "sourceId": "RollupProperties",
+            "source": "CALCULATED",
+            "sourceVid": [],
+            "useTimestampAsPersistenceTimestamp": true
+          }
+        ],
+        "value": "0",
+        "timestamp": 1680442574707,
+        "persistenceTimestamp": 1680442574707,
+        "source": "CALCULATED",
+        "sourceId": "RollupProperties",
+        "updatedByUserId": null
+      },
+      "hs_forecast_amount": {
+        "versions": [
+          {
+            "name": "hs_forecast_amount",
+            "value": "50000000",
+            "timestamp": 1680442574451,
+            "sourceId": "CalculatedPropertyComputer",
+            "source": "CALCULATED",
+            "sourceVid": [],
+            "requestId": "251ce58e-09b3-4b28-bbdd-6e8165d15a5d",
+            "updatedByUserId": 50549138,
+            "useTimestampAsPersistenceTimestamp": true
+          }
+        ],
+        "value": "50000000",
+        "timestamp": 1680442574451,
+        "persistenceTimestamp": 1680442574451,
+        "source": "CALCULATED",
+        "sourceId": "CalculatedPropertyComputer",
+        "updatedByUserId": 50549138
+      },
+      "createdate": {
+        "versions": [
+          {
+            "name": "createdate",
+            "value": "1680442574451",
+            "timestamp": 1680442574451,
+            "sourceId": "userId:50549138",
+            "source": "CRM_UI",
+            "sourceVid": [],
+            "requestId": "251ce58e-09b3-4b28-bbdd-6e8165d15a5d",
+            "updatedByUserId": 50549138,
+            "useTimestampAsPersistenceTimestamp": true
+          }
+        ],
+        "value": "1680442574451",
+        "timestamp": 1680442574451,
+        "persistenceTimestamp": 1680442574451,
+        "source": "CRM_UI",
+        "sourceId": "userId:50549138",
+        "updatedByUserId": 50549138
+      },
+      "amount_in_home_currency": {
+        "versions": [
+          {
+            "name": "amount_in_home_currency",
+            "value": "50000000",
+            "timestamp": 1680442574451,
+            "sourceId": "CalculatedPropertyComputer",
+            "source": "CALCULATED",
+            "sourceVid": [],
+            "requestId": "251ce58e-09b3-4b28-bbdd-6e8165d15a5d",
+            "updatedByUserId": 50549138,
+            "useTimestampAsPersistenceTimestamp": true
+          }
+        ],
+        "value": "50000000",
+        "timestamp": 1680442574451,
+        "persistenceTimestamp": 1680442574451,
+        "source": "CALCULATED",
+        "sourceId": "CalculatedPropertyComputer",
+        "updatedByUserId": 50549138
+      },
+      "hs_is_closed": {
+        "versions": [
+          {
+            "name": "hs_is_closed",
+            "value": "false",
+            "timestamp": 1680442574451,
+            "sourceId": "CalculatedPropertyComputer",
+            "source": "CALCULATED",
+            "sourceVid": [],
+            "requestId": "251ce58e-09b3-4b28-bbdd-6e8165d15a5d",
+            "updatedByUserId": 50549138,
+            "useTimestampAsPersistenceTimestamp": true
+          }
+        ],
+        "value": "false",
+        "timestamp": 1680442574451,
+        "persistenceTimestamp": 1680442574451,
+        "source": "CALCULATED",
+        "sourceId": "CalculatedPropertyComputer",
+        "updatedByUserId": 50549138
+      },
+      "days_to_close": {
+        "versions": [
+          {
+            "name": "days_to_close",
+            "value": "27",
+            "timestamp": 1680442574451,
+            "sourceId": "CalculatedPropertyComputer",
+            "source": "CALCULATED",
+            "sourceVid": [],
+            "requestId": "251ce58e-09b3-4b28-bbdd-6e8165d15a5d",
+            "updatedByUserId": 50549138,
+            "useTimestampAsPersistenceTimestamp": true
+          }
+        ],
+        "value": "27",
+        "timestamp": 1680442574451,
+        "persistenceTimestamp": 1680442574451,
+        "source": "CALCULATED",
+        "sourceId": "CalculatedPropertyComputer",
+        "updatedByUserId": 50549138
+      },
+      "hs_deal_stage_probability": {
+        "versions": [
+          {
+            "name": "hs_deal_stage_probability",
+            "value": "0.200000000000000011102230246251565404236316680908203125",
+            "timestamp": 1680442574957,
+            "sourceId": "DealStageProbabilityHandler",
+            "source": "CALCULATED",
+            "sourceVid": [],
+            "useTimestampAsPersistenceTimestamp": true
+          }
+        ],
+        "value": "0.200000000000000011102230246251565404236316680908203125",
+        "timestamp": 1680442574957,
+        "persistenceTimestamp": 1680442574957,
+        "source": "CALCULATED",
+        "sourceId": "DealStageProbabilityHandler",
+        "updatedByUserId": null
+      },
+      "hs_deal_stage_probability_shadow": {
+        "versions": [
+          {
+            "name": "hs_deal_stage_probability_shadow",
+            "value": "0.200000000000000011102230246251565404236316680908203125",
+            "timestamp": 1680442574451,
+            "sourceId": "CalculatedPropertyComputer",
+            "source": "CALCULATED",
+            "sourceVid": [],
+            "requestId": "251ce58e-09b3-4b28-bbdd-6e8165d15a5d",
+            "updatedByUserId": 50549138,
+            "useTimestampAsPersistenceTimestamp": true
+          }
+        ],
+        "value": "0.200000000000000011102230246251565404236316680908203125",
+        "timestamp": 1680442574451,
+        "persistenceTimestamp": 1680442574451,
+        "source": "CALCULATED",
+        "sourceId": "CalculatedPropertyComputer",
+        "updatedByUserId": 50549138
+      },
+      "hs_closed_amount": {
+        "versions": [
+          {
+            "name": "hs_closed_amount",
+            "value": "0",
+            "timestamp": 1680442574451,
+            "sourceId": "CalculatedPropertyComputer",
+            "source": "CALCULATED",
+            "sourceVid": [],
+            "requestId": "251ce58e-09b3-4b28-bbdd-6e8165d15a5d",
+            "updatedByUserId": 50549138,
+            "useTimestampAsPersistenceTimestamp": true
+          }
+        ],
+        "value": "0",
+        "timestamp": 1680442574451,
+        "persistenceTimestamp": 1680442574451,
+        "source": "CALCULATED",
+        "sourceId": "CalculatedPropertyComputer",
+        "updatedByUserId": 50549138
+      },
+      "hubspot_owner_id": {
+        "versions": [
+          {
+            "name": "hubspot_owner_id",
+            "value": "823493108",
+            "timestamp": 1680442574451,
+            "sourceId": "userId:50549138",
+            "source": "CRM_UI",
+            "sourceVid": [],
+            "requestId": "251ce58e-09b3-4b28-bbdd-6e8165d15a5d",
+            "updatedByUserId": 50549138,
+            "useTimestampAsPersistenceTimestamp": true
+          }
+        ],
+        "value": "823493108",
+        "timestamp": 1680442574451,
+        "persistenceTimestamp": 1680442574451,
+        "source": "CRM_UI",
+        "sourceId": "userId:50549138",
+        "updatedByUserId": 50549138
+      },
+      "hs_created_by_user_id": {
+        "versions": [
+          {
+            "name": "hs_created_by_user_id",
+            "value": "50549138",
+            "timestamp": 1680442574451,
+            "sourceId": "userId:50549138",
+            "source": "CRM_UI",
+            "sourceVid": [],
+            "requestId": "251ce58e-09b3-4b28-bbdd-6e8165d15a5d",
+            "updatedByUserId": 50549138,
+            "useTimestampAsPersistenceTimestamp": true
+          }
+        ],
+        "value": "50549138",
+        "timestamp": 1680442574451,
+        "persistenceTimestamp": 1680442574451,
+        "source": "CRM_UI",
+        "sourceId": "userId:50549138",
+        "updatedByUserId": 50549138
+      },
+      "hs_createdate": {
+        "versions": [
+          {
+            "name": "hs_createdate",
+            "value": "1680442574451",
+            "timestamp": 1680442574451,
+            "sourceId": "userId:50549138",
+            "source": "CRM_UI",
+            "sourceVid": [],
+            "requestId": "251ce58e-09b3-4b28-bbdd-6e8165d15a5d",
+            "updatedByUserId": 50549138,
+            "useTimestampAsPersistenceTimestamp": true
+          }
+        ],
+        "value": "1680442574451",
+        "timestamp": 1680442574451,
+        "persistenceTimestamp": 1680442574451,
+        "source": "CRM_UI",
+        "sourceId": "userId:50549138",
+        "updatedByUserId": 50549138
+      },
+      "hs_is_deal_split": {
+        "versions": [
+          {
+            "name": "hs_is_deal_split",
+            "value": "false",
+            "timestamp": 1680442574451,
+            "sourceId": "CalculatedPropertyComputer",
+            "source": "CALCULATED",
+            "sourceVid": [],
+            "requestId": "251ce58e-09b3-4b28-bbdd-6e8165d15a5d",
+            "updatedByUserId": 50549138,
+            "useTimestampAsPersistenceTimestamp": true
+          }
+        ],
+        "value": "false",
+        "timestamp": 1680442574451,
+        "persistenceTimestamp": 1680442574451,
+        "source": "CALCULATED",
+        "sourceId": "CalculatedPropertyComputer",
+        "updatedByUserId": 50549138
+      },
+      "hs_projected_amount": {
+        "versions": [
+          {
+            "name": "hs_projected_amount",
+            "value": "10000000.000000000555111512312578270211815834045410156250000000",
+            "timestamp": 1680442574957,
+            "sourceId": "CalculatedPropertyComputer",
+            "source": "CALCULATED",
+            "sourceVid": [],
+            "useTimestampAsPersistenceTimestamp": true
+          }
+        ],
+        "value": "10000000.000000000555111512312578270211815834045410156250000000",
+        "timestamp": 1680442574957,
+        "persistenceTimestamp": 1680442574957,
+        "source": "CALCULATED",
+        "sourceId": "CalculatedPropertyComputer",
+        "updatedByUserId": null
+      },
+      "hs_num_target_accounts": {
+        "versions": [
+          {
+            "name": "hs_num_target_accounts",
+            "value": "0",
+            "timestamp": 1680442574707,
+            "sourceId": "RollupProperties",
+            "source": "CALCULATED",
+            "sourceVid": [],
+            "useTimestampAsPersistenceTimestamp": true
+          }
+        ],
+        "value": "0",
+        "timestamp": 1680442574707,
+        "persistenceTimestamp": 1680442574707,
+        "source": "CALCULATED",
+        "sourceId": "RollupProperties",
+        "updatedByUserId": null
+      },
+      "hs_all_owner_ids": {
+        "versions": [
+          {
+            "name": "hs_all_owner_ids",
+            "value": "823493108",
+            "timestamp": 1680442574451,
+            "sourceId": "userId:50549138",
+            "source": "CRM_UI",
+            "sourceVid": [],
+            "requestId": "251ce58e-09b3-4b28-bbdd-6e8165d15a5d",
+            "updatedByUserId": 50549138,
+            "useTimestampAsPersistenceTimestamp": true
+          }
+        ],
+        "value": "823493108",
+        "timestamp": 1680442574451,
+        "persistenceTimestamp": 1680442574451,
+        "source": "CRM_UI",
+        "sourceId": "userId:50549138",
+        "updatedByUserId": 50549138
+      },
+      "hs_projected_amount_in_home_currency": {
+        "versions": [
+          {
+            "name": "hs_projected_amount_in_home_currency",
+            "value": "10000000.000000000555111512312578270211815834045410156250000000",
+            "timestamp": 1680442574957,
+            "sourceId": "CalculatedPropertyComputer",
+            "source": "CALCULATED",
+            "sourceVid": [],
+            "useTimestampAsPersistenceTimestamp": true
+          }
+        ],
+        "value": "10000000.000000000555111512312578270211815834045410156250000000",
+        "timestamp": 1680442574957,
+        "persistenceTimestamp": 1680442574957,
+        "source": "CALCULATED",
+        "sourceId": "CalculatedPropertyComputer",
+        "updatedByUserId": null
+      },
+      "amount": {
+        "versions": [
+          {
+            "name": "amount",
+            "value": "50000000",
+            "timestamp": 1680442574451,
+            "sourceId": "userId:50549138",
+            "source": "CRM_UI",
+            "sourceVid": [],
+            "requestId": "251ce58e-09b3-4b28-bbdd-6e8165d15a5d",
+            "updatedByUserId": 50549138,
+            "useTimestampAsPersistenceTimestamp": true
+          }
+        ],
+        "value": "50000000",
+        "timestamp": 1680442574451,
+        "persistenceTimestamp": 1680442574451,
+        "source": "CRM_UI",
+        "sourceId": "userId:50549138",
+        "updatedByUserId": 50549138
+      },
+      "hs_is_closed_won": {
+        "versions": [
+          {
+            "name": "hs_is_closed_won",
+            "value": "false",
+            "timestamp": 1680442574451,
+            "sourceId": "CalculatedPropertyComputer",
+            "source": "CALCULATED",
+            "sourceVid": [],
+            "requestId": "251ce58e-09b3-4b28-bbdd-6e8165d15a5d",
+            "updatedByUserId": 50549138,
+            "useTimestampAsPersistenceTimestamp": true
+          }
+        ],
+        "value": "false",
+        "timestamp": 1680442574451,
+        "persistenceTimestamp": 1680442574451,
+        "source": "CALCULATED",
+        "sourceId": "CalculatedPropertyComputer",
+        "updatedByUserId": 50549138
+      },
+      "closedate": {
+        "versions": [
+          {
+            "name": "closedate",
+            "value": "1682861749726",
+            "timestamp": 1680442574451,
+            "sourceId": "userId:50549138",
+            "source": "CRM_UI",
+            "sourceVid": [],
+            "requestId": "251ce58e-09b3-4b28-bbdd-6e8165d15a5d",
+            "updatedByUserId": 50549138,
+            "useTimestampAsPersistenceTimestamp": true
+          }
+        ],
+        "value": "1682861749726",
+        "timestamp": 1680442574451,
+        "persistenceTimestamp": 1680442574451,
+        "source": "CRM_UI",
+        "sourceId": "userId:50549138",
+        "updatedByUserId": 50549138
+      },
+      "hs_num_associated_active_deal_registrations": {
+        "versions": [
+          {
+            "name": "hs_num_associated_active_deal_registrations",
+            "value": "0",
+            "timestamp": 1680442574707,
+            "sourceId": "RollupProperties",
+            "source": "CALCULATED",
+            "sourceVid": [],
+            "useTimestampAsPersistenceTimestamp": true
+          }
+        ],
+        "value": "0",
+        "timestamp": 1680442574707,
+        "persistenceTimestamp": 1680442574707,
+        "source": "CALCULATED",
+        "sourceId": "RollupProperties",
+        "updatedByUserId": null
+      },
+      "hs_user_ids_of_all_owners": {
+        "versions": [
+          {
+            "name": "hs_user_ids_of_all_owners",
+            "value": "50549138",
+            "timestamp": 1680442574451,
+            "sourceId": "userId:50549138",
+            "source": "CRM_UI",
+            "sourceVid": [],
+            "requestId": "251ce58e-09b3-4b28-bbdd-6e8165d15a5d",
+            "updatedByUserId": 50549138,
+            "useTimestampAsPersistenceTimestamp": true
+          }
+        ],
+        "value": "50549138",
+        "timestamp": 1680442574451,
+        "persistenceTimestamp": 1680442574451,
+        "source": "CRM_UI",
+        "sourceId": "userId:50549138",
+        "updatedByUserId": 50549138
+      },
+      "pipeline": {
+        "versions": [
+          {
+            "name": "pipeline",
+            "value": "default",
+            "timestamp": 1680442574451,
+            "sourceId": "userId:50549138",
+            "source": "CRM_UI",
+            "sourceVid": [],
+            "requestId": "251ce58e-09b3-4b28-bbdd-6e8165d15a5d",
+            "updatedByUserId": 50549138,
+            "useTimestampAsPersistenceTimestamp": true
+          }
+        ],
+        "value": "default",
+        "timestamp": 1680442574451,
+        "persistenceTimestamp": 1680442574451,
+        "source": "CRM_UI",
+        "sourceId": "userId:50549138",
+        "updatedByUserId": 50549138
+      },
+      "hs_lastmodifieddate": {
+        "versions": [
+          {
+            "name": "hs_lastmodifieddate",
+            "value": "1680442574957",
+            "timestamp": 1680442574957,
+            "sourceId": "DealStageProbabilityHandler",
+            "source": "CALCULATED",
+            "sourceVid": [],
+            "useTimestampAsPersistenceTimestamp": true
+          }
+        ],
+        "value": "1680442574957",
+        "timestamp": 1680442574957,
+        "persistenceTimestamp": 1680442574957,
+        "source": "CALCULATED",
+        "sourceId": "DealStageProbabilityHandler",
+        "updatedByUserId": null
+      },
+      "hubspot_owner_assigneddate": {
+        "versions": [
+          {
+            "name": "hubspot_owner_assigneddate",
+            "value": "1680442574451",
+            "timestamp": 1680442574451,
+            "sourceId": "userId:50549138",
+            "source": "CRM_UI",
+            "sourceVid": [],
+            "requestId": "251ce58e-09b3-4b28-bbdd-6e8165d15a5d",
+            "updatedByUserId": 50549138,
+            "useTimestampAsPersistenceTimestamp": true
+          }
+        ],
+        "value": "1680442574451",
+        "timestamp": 1680442574451,
+        "persistenceTimestamp": 1680442574451,
+        "source": "CRM_UI",
+        "sourceId": "userId:50549138",
+        "updatedByUserId": 50549138
+      },
+      "dealstage": {
+        "versions": [
+          {
+            "name": "dealstage",
+            "value": "appointmentscheduled",
+            "timestamp": 1680442574451,
+            "sourceId": "userId:50549138",
+            "source": "CRM_UI",
+            "sourceVid": [],
+            "requestId": "251ce58e-09b3-4b28-bbdd-6e8165d15a5d",
+            "updatedByUserId": 50549138,
+            "useTimestampAsPersistenceTimestamp": true
+          }
+        ],
+        "value": "appointmentscheduled",
+        "timestamp": 1680442574451,
+        "persistenceTimestamp": 1680442574451,
+        "source": "CRM_UI",
+        "sourceId": "userId:50549138",
+        "updatedByUserId": 50549138
+      },
+      "hs_num_associated_deal_splits": {
+        "versions": [
+          {
+            "name": "hs_num_associated_deal_splits",
+            "value": "0",
+            "timestamp": 1680442574707,
+            "sourceId": "RollupProperties",
+            "source": "CALCULATED",
+            "sourceVid": [],
+            "useTimestampAsPersistenceTimestamp": true
+          }
+        ],
+        "value": "0",
+        "timestamp": 1680442574707,
+        "persistenceTimestamp": 1680442574707,
+        "source": "CALCULATED",
+        "sourceId": "RollupProperties",
+        "updatedByUserId": null
+      },
+      "hs_object_id": {
+        "versions": [
+          {
+            "name": "hs_object_id",
+            "value": "7036839888",
+            "timestamp": 1680442574451,
+            "sourceId": "userId:50549138",
+            "source": "CRM_UI",
+            "sourceVid": [],
+            "requestId": "251ce58e-09b3-4b28-bbdd-6e8165d15a5d",
+            "updatedByUserId": 50549138,
+            "useTimestampAsPersistenceTimestamp": true
+          }
+        ],
+        "value": "7036839888",
+        "timestamp": 1680442574451,
+        "persistenceTimestamp": 1680442574451,
+        "source": "CRM_UI",
+        "sourceId": "userId:50549138",
+        "updatedByUserId": 50549138
+      },
+      "hs_updated_by_user_id": {
+        "versions": [
+          {
+            "name": "hs_updated_by_user_id",
+            "value": "50549138",
+            "timestamp": 1680442574451,
+            "sourceId": "userId:50549138",
+            "source": "CRM_UI",
+            "sourceVid": [],
+            "requestId": "251ce58e-09b3-4b28-bbdd-6e8165d15a5d",
+            "updatedByUserId": 50549138,
+            "useTimestampAsPersistenceTimestamp": true
+          }
+        ],
+        "value": "50549138",
+        "timestamp": 1680442574451,
+        "persistenceTimestamp": 1680442574451,
+        "source": "CRM_UI",
+        "sourceId": "userId:50549138",
+        "updatedByUserId": 50549138
+      }
+    },
+    "version": 3,
+    "secondaryIdentifier": null,
+    "isDeleted": false
+  },
+  "topic": "untitled-1b0b26e769412924a5726f3c16cb379a"
+}
\ No newline at end of file
diff --git a/providers/HubSpot/index.json b/providers/HubSpot/index.json
new file mode 100644
index 0000000..a370a4b
--- /dev/null
+++ b/providers/HubSpot/index.json
@@ -0,0 +1,7 @@
+{
+  "label": "HubSpot",
+  "configs": {
+    "latest_version": "current",
+    "topic_identifier": ""
+  }
+}
\ No newline at end of file