> ## 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.

# Salesforce for Workflows

> Trigger Workflows from Salesforce record changes and update records with AI results.

Connect Salesforce to your Workflows to automatically respond to CRM changes and write results back.

## Triggers

<CardGroup cols={2}>
  <Card title="Record created" href="/integrations/salesforce/record-created-trigger">
    Start a Workflow when a new record is created.
  </Card>

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

## Actions

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

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

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

  <Card title="Find child records">
    Find records related to a parent record.
  </Card>

  <Card title="Create child record">
    Create a new record related to a parent.
  </Card>

  <Card title="Delete child records">
    Remove records related to a parent.
  </Card>
</CardGroup>
