From 8075b7c6c6203657a8aad2525bd2f302dabd9960 Mon Sep 17 00:00:00 2001 From: Anant Jain Date: Tue, 30 Jan 2024 12:20:32 +0530 Subject: [PATCH] fix: hubspot increasing batch limit from 10 to 100 --- src/v0/destinations/hs/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/v0/destinations/hs/config.js b/src/v0/destinations/hs/config.js index 3e91035fac..b602a7542f 100644 --- a/src/v0/destinations/hs/config.js +++ b/src/v0/destinations/hs/config.js @@ -37,7 +37,7 @@ const IDENTIFY_CRM_UPDATE_CONTACT = `${BASE_ENDPOINT}/crm/v3/objects/contacts/:c const BATCH_IDENTIFY_CRM_CREATE_NEW_CONTACT = `${BASE_ENDPOINT}/crm/v3/objects/contacts/batch/create`; const BATCH_IDENTIFY_CRM_UPDATE_CONTACT = `${BASE_ENDPOINT}/crm/v3/objects/contacts/batch/update`; // Ref - https://developers.hubspot.com/docs/api/crm/contacts#endpoint?spec=GET-/crm/v3/objects/contacts -const MAX_BATCH_SIZE_CRM_CONTACT = 10; +const MAX_BATCH_SIZE_CRM_CONTACT = 100; // Track // Ref - https://developers.hubspot.com/docs/api/analytics/events