diff --git a/apps/website/lib/hubspot.ts b/apps/website/lib/hubspot.ts index 58ffcac..4eb7e95 100644 --- a/apps/website/lib/hubspot.ts +++ b/apps/website/lib/hubspot.ts @@ -71,6 +71,11 @@ export function formatContactDataForHubSpot( name: "message", value: contactData.message, }, + { + objectTypeId: "0-1", // Contact property for company + name: "company", + value: contactData.company, + }, { objectTypeId: "0-2", // Company object type name: "name",