> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cassidyai.com/llms.txt
> Use this file to discover all available pages before exploring further.

# HubSpot record updated trigger

> Start a Workflow automatically when a HubSpot record is updated.

The HubSpot Record Updated trigger starts your [Workflow](/workflows/overview) whenever a HubSpot record is updated. Use it to react to deal stage changes, contact property updates, or ticket status transitions.

<Info>
  This trigger works for various HubSpot record types, including companies, contacts, deals, and tickets. The setup process is the same for all record types — this guide uses an updated company record as an example.
</Info>

<Steps>
  <Step title="Add a HubSpot Record Updated trigger">
    Create a new [Workflow](/workflows/overview) with a HubSpot Record Updated trigger, or change an existing Workflow's trigger type. For example, select **HubSpot Company Updated** to trigger on company updates.

    <Frame>
      <img src="https://mintcdn.com/cassidy/NfnWXcqF9xNMFxoX/images/reference/hubspot-record-updated-trigger-img-0.png?fit=max&auto=format&n=NfnWXcqF9xNMFxoX&q=85&s=8ee49287b1ab02e41e3ea853e39ae305" alt="Selecting the HubSpot Company Updated trigger in the Workflow builder" width="902" height="318" data-path="images/reference/hubspot-record-updated-trigger-img-0.png" />
    </Frame>
  </Step>

  <Step title="Connect your HubSpot account">
    If you haven't already, connect your HubSpot account to Cassidy. This allows Cassidy to access your HubSpot records and trigger Workflows based on record updates.

    <Frame>
      <img src="https://mintcdn.com/cassidy/NfnWXcqF9xNMFxoX/images/reference/hubspot-record-updated-trigger-img-1.png?fit=max&auto=format&n=NfnWXcqF9xNMFxoX&q=85&s=7ec8292a54f89a20797cd9e605fd9720" alt="HubSpot connection prompt in the trigger configuration" width="992" height="892" data-path="images/reference/hubspot-record-updated-trigger-img-1.png" />
    </Frame>
  </Step>

  <Step title="Add fields to check for changes">
    Specify which HubSpot fields the trigger should monitor. When any of these fields are updated, the trigger activates and starts the Workflow. If no field is specified, changes to any field on the record will trigger the Workflow.

    <Frame>
      <img src="https://mintcdn.com/cassidy/NfnWXcqF9xNMFxoX/images/reference/hubspot-record-updated-trigger-img-2.png?fit=max&auto=format&n=NfnWXcqF9xNMFxoX&q=85&s=72999b3dd8f434c4b33533aa3c248365" alt="Specifying fields to monitor for changes in the trigger configuration" width="974" height="244" data-path="images/reference/hubspot-record-updated-trigger-img-2.png" />
    </Frame>
  </Step>

  <Step title="Add filters (optional)">
    Click **Add Filter** to trigger the Workflow only for specific records. Set conditions based on the record's properties — for example, trigger only when a company's industry is set to "Technology."

    <Frame>
      <img src="https://mintcdn.com/cassidy/NfnWXcqF9xNMFxoX/images/reference/hubspot-record-updated-trigger-img-3.png?fit=max&auto=format&n=NfnWXcqF9xNMFxoX&q=85&s=ac6e5410df21a96d56f4d8a726f0a8fb" alt="Adding a filter condition to the HubSpot Record Updated trigger" width="978" height="498" data-path="images/reference/hubspot-record-updated-trigger-img-3.png" />
    </Frame>
  </Step>

  <Step title="Reference the trigger variables">
    In subsequent actions, use the variable picker to insert data from the trigger. Available variables:

    * **Record ID** — unique identifier for the updated record
    * **Record Type** — the HubSpot object type (Company, Contact, Deal, or Ticket)
    * **Record fields** — all field values from the updated record (name, email, deal stage, etc.)

    <Frame>
      <img src="https://mintcdn.com/cassidy/NfnWXcqF9xNMFxoX/images/reference/hubspot-record-updated-trigger-img-4.png?fit=max&auto=format&n=NfnWXcqF9xNMFxoX&q=85&s=f4a121b41792ea3ef85a5235f2698b48" alt="Variable picker showing available HubSpot record fields" width="2252" height="886" data-path="images/reference/hubspot-record-updated-trigger-img-4.png" />
    </Frame>
  </Step>

  <Step title="Activate the trigger">
    In the trigger block, click the toggle switch to turn it on. Your Workflow will now run whenever a matching record is updated in HubSpot.

    <Frame>
      <img src="https://mintcdn.com/cassidy/NfnWXcqF9xNMFxoX/images/reference/hubspot-record-updated-trigger-img-5.png?fit=max&auto=format&n=NfnWXcqF9xNMFxoX&q=85&s=cd4a22f5e3cb33da349bf03565ded71b" alt="Toggle switch to activate the HubSpot Record Updated trigger" width="894" height="470" data-path="images/reference/hubspot-record-updated-trigger-img-5.png" />
    </Frame>
  </Step>
</Steps>

## Related

* [HubSpot Record Created trigger](/integrations/hubspot/record-created-trigger)
* [Update HubSpot Record action](/integrations/hubspot/update-record)
* [Look Up HubSpot Record action](/integrations/hubspot/look-up-record)
* [HubSpot for Workflows](/integrations/hubspot/workflows)
