HubSpot: CRM

community_hubspot · action · Utility · Available · v1.0.0

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.

⚙️ Configuration parameters

Fields shown in the editor when configuring the node. Generated directly from the NodeDefconfigFields.

FieldTypeRequiredDefaultDescription
integrationLabel
Etichetta integration (opzionale)
stringno
operation
Operazione
enum
createContactupdateContactgetContactlistContactscreateDealupdateDealcreateCompany
yescreateContactTipo di azione HubSpot da eseguire.
email
Email (per createContact/getContact/updateContact via email lookup)
expressionnoRequired per contact operations (HubSpot dedup per email).
objectId
Object ID (per update/get specifico)
expressionnoHubSpot internal object ID. Alternativa a email per contact, required per deal/company update.
propertiesJson
Properties (JSON)
codeno
{ "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).
limit
Limit (per listContacts)
numberno50Max 100 (hard cap HubSpot). Default 50.

⬆️ Node output

Fields available to downstream nodes via $node.<alias>.json.<field>:

  • ok
  • data
  • objectId
  • count

💡 Configuration example

JSON 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
  }
}

🔗 Related nodes in the same category

Ready to use HubSpot: CRM?

Available now on all FlowForge plans. Try it free without a credit card.

Start freeBrowse all nodes