From e64dfd5a734a15acb8e53bd9bd5cb6217e6ff956 Mon Sep 17 00:00:00 2001 From: gearnode Date: Thu, 10 Apr 2025 20:44:59 -0700 Subject: [PATCH] Add hubsport vendor Signed-off-by: gearnode --- apps/console/public/data/vendors/vendors.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/apps/console/public/data/vendors/vendors.json b/apps/console/public/data/vendors/vendors.json index c229356da..da4bae3b6 100644 --- a/apps/console/public/data/vendors/vendors.json +++ b/apps/console/public/data/vendors/vendors.json @@ -403,5 +403,24 @@ ], "trustPageUrl": "https://trustcenter.linear.app/", "subprocessorsListUrl": "https://linear.app/dpa" + }, + { + "name": "Hubspot", + "legalName": "Hubspot, Inc.", + "headquarterAddress": "2 Canal Park Cambridge, MA 02141. United States", + "websiteUrl": "https://hubspot.com", + "privacyPolicyUrl": "https://legal.hubspot.com/privacy-policy", + "securityPageUrl": "https://legal.hubspot.com/security/", + "dataProcessingAgreementUrl": "https://legal.hubspot.com/dpa", + "termsOfServiceUrl": "https://legal.hubspot.com/terms-of-service", + "description": "Hubspot is a cloud-based marketing and sales platform that enables businesses to manage their marketing and sales activities.", + "category": "Marketing and Sales", + "subprocessorsListUrl": "https://legal.hubspot.com/sub-processors-page", + "certifications": [ + "GDPR", + "SOC3", + "SOC 2 Type 2" + ], + "statusPageUrl": "https://status.hubspot.com/" } ]