HubSpot Triggers
Category: Polling
HubSpot Contact Created
What it does: Fires when a new contact is created in HubSpot (polling).
Inputs
- Record Source (optional) — Limits triggers to contacts from specific sources: Ads, Connected Inbox, Forms, Integration. Leave empty to include all sources.
Outputs
One object per new contact with HubSpot contact properties. Use these fields in later steps (e.g. send email to the new contact, create a deal).
Output schema
- id — HubSpot contact ID.
- firstName — Contact’s first name.
- lastName — Contact’s last name.
- email — Contact’s email address.
- phone — Contact’s phone number.
- company — Associated company (if any).
- jobTitle — Job title.
- city, state — Location fields.
- properties — Other HubSpot contact properties (custom and standard) as key-value pairs.
HubSpot Company Created
What it does: Fires when a new company is created in HubSpot (polling).
Inputs
- Record Source (optional) — Filter by creation source (e.g. Integration, Manual). Omit to include all.
Outputs
One object per new company with standard and custom company properties.
Output schema
- id — HubSpot company ID.
- name — Company name.
- domain — Company domain.
- properties — Other HubSpot company properties (industry, size, address, custom fields, etc.).
HubSpot Deal Created
What it does: Fires when a new deal is created in HubSpot (polling).
Inputs
- Deal Stage (optional) — Only trigger when the deal is in one of the selected stages (e.g. Qualified, Negotiation).
- Deal Amount (optional) — Only trigger when deal amount is within the specified range (min/max).
Outputs
One object per new deal with deal properties and linked contact/company when available.
Output schema
- id — HubSpot deal ID.
- dealname — Name of the deal.
- amount — Deal amount (numeric).
- dealstage — Current stage name or ID.
- closedate — Expected or actual close date.
- associated contact/company — Linked contact and company IDs or objects (if configured).
- properties — Other HubSpot deal properties (pipeline, custom fields, etc.).
Last updated on