Skip to content

HubSpot: Create Lead

Plugin ID: eca_hubspot_create_lead

Available since: 1.0.0

Create a new lead record in HubSpot. Leads must be associated with a contact.

Fields

Lead Name — config key: lead_name

The name of the lead (required).
This field supports tokens.

Type: textfield · Required: yes · 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 (required).
This field supports tokens.

Type: textfield · Required: yes · 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 created lead data including ID and all properties.
This field supports tokens.

Type: textfield · Required: no · Default: empty string