> ## 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 for Workflows

> Trigger Workflows from HubSpot record changes and update records with AI-generated results.

Connect HubSpot to your Workflows to automatically process record changes and push results back to your CRM.

## Triggers

<CardGroup cols={2}>
  <Card title="Record created" href="/integrations/hubspot/record-created-trigger">
    Start a Workflow when a new contact, deal, company, or ticket is created.
  </Card>

  <Card title="Record updated" href="/integrations/hubspot/record-updated-trigger">
    Start a Workflow when a record field is updated.
  </Card>
</CardGroup>

## Actions

<CardGroup cols={2}>
  <Card title="Update record" href="/integrations/hubspot/update-record">
    Update fields on an existing HubSpot record.
  </Card>

  <Card title="Look up record" href="/integrations/hubspot/look-up-record">
    Search for records by field values.
  </Card>

  <Card title="Find or create record" href="/integrations/hubspot/find-or-create-record">
    Look up a record and create it if not found.
  </Card>

  <Card title="Create association" href="/integrations/hubspot/create-association">
    Link two HubSpot records together.
  </Card>

  <Card title="Remove association" href="/integrations/hubspot/remove-association">
    Unlink two associated records.
  </Card>

  <Card title="Find associated records" href="/integrations/hubspot/find-associated-records">
    Find all records linked to a specific record.
  </Card>
</CardGroup>
