Description
Enterprise connector for HubSpot CRM via API v3: seven atomic operations across contacts, deals and companies covering the standard funnel — lead capture, deal stage updates, association and search.
community_hubspot · action · Utility · Available · v1.0.0
Enterprise connector for HubSpot CRM via API v3: seven atomic operations across contacts, deals and companies covering the standard funnel — lead capture, deal stage updates, association and search.
Fields shown in the editor when configuring the node. Generated directly from the NodeDefconfigFields.
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
integrationLabelEtichetta integration (opzionale) | string | no | — | — |
operationOperazione | enumcreateContactupdateContactgetContactlistContactscreateDealupdateDealcreateCompany | yes | createContact | Tipo di azione HubSpot da eseguire. |
emailEmail (per createContact/getContact/updateContact via email lookup) | expression | no | — | Required per contact operations (HubSpot dedup per email). |
objectIdObject ID (per update/get specifico) | expression | no | — | HubSpot internal object ID. Alternativa a email per contact, required per deal/company update. |
propertiesJsonProperties (JSON) | code | no | — { "firstname": "Mario", "lastname": "Rossi", "company": "Acme" } | Required per create/update. Object con properties HubSpot (firstname, lastname, email, company, phone, jobtitle, deal_stage, amount, ecc — vedi schema HubSpot CRM per properties valide). |
limitLimit (per listContacts) | number | no | 50 | Max 100 (hard cap HubSpot). Default 50. |
Fields available to downstream nodes via $node.<alias>.json.<field>:
okdataobjectIdcountJSON snippet of the node as it appears in the workflow. Values are derived fromdefaultValue and from required parameters.
{
"id": "node-community_hubspot-1",
"defId": "community_hubspot",
"label": "HubSpot: CRM",
"config": {
"operation": "createContact",
"limit": 50
}
}Available now on all FlowForge plans. Try it free without a credit card.
Start freeBrowse all nodes