mirror of
https://github.com/Dokploy/website.git
synced 2026-06-15 20:25:25 +02:00
feat: add company property to contact data formatting for HubSpot integration
- Included a new property for 'company' in the formatContactDataForHubSpot function to enhance contact data submission. - Updated the objectTypeId for the company property to align with HubSpot's requirements.
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user