HubSpot: Update Lead¶
Plugin ID: eca_hubspot_update_lead
Available since: 1.0.0
Update an existing lead in HubSpot by ID.
Fields¶
Lead ID— config key:lead_id-
The HubSpot lead ID to update.
This field supports tokens.Type:
textfield· Required: yes · Default: empty string Lead Name— config key:lead_name-
The name of the lead.
This field supports tokens.Type:
textfield· Required: no · Default: empty string Lead Type— config key:lead_type-
The type of lead (e.g., "NEW_BUSINESS", "EXISTING_BUSINESS").
This field supports tokens.Type:
textfield· Required: no · Default: empty string Lead Label— config key:lead_label-
Custom label for the lead.
This field supports tokens.Type:
textfield· Required: no · Default: empty string Associated Contact ID— config key:associated_contact_id-
The contact ID to associate with this lead.
This field supports tokens.Type:
textfield· Required: no · Default: empty string Associated Company IDs— config key:associated_company_ids-
Comma-separated list of company IDs to associate with this lead.
This field supports tokens.Type:
textfield· Required: no · Default: empty string Additional Properties (YAML)— config key:additional_properties-
Additional or custom properties in YAML format. See HubSpot API documentation for available properties. Example:
website: "https://example.com"
numberofemployees: 50
custom_property: "value"
This field supports tokens.Type:
textarea· Required: no · Default: empty string Token name— config key:token_name-
Provide the name of a token that holds the updated lead data including ID and all properties.
This field supports tokens.Type:
textfield· Required: no · Default: empty string