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

# Zapier

> Connect Skyvern to 7,000+ apps through Zapier. Create and run tasks or agents, retrieve results, and trigger browser automations from any Zap.

Connect Skyvern to 7,000+ apps through Zapier. Trigger browser automations from any Zap, or feed Skyvern's results into downstream steps.

## Available Triggers

* **New or Updated Skyvern Agent**: Starts a Zap whenever an agent is created or modified.

## Available Actions

* **Create and Run a Task**: Run an automation using **Skyvern 1.0** (simple, single-step goals)
* **Create and Run Task V2**: Legacy action for explicitly requested V2 task runs
* **Run an Agent**: Run a pre-built Skyvern agent with parameters
* **Get a Task / Get a Task V2**: Retrieve results from a previously run task
* **Get an Agent**: Retrieve results from a previously run agent

## Setup

<Steps>
  <Step title="Add the Skyvern block">
    Create a new Zap or edit an existing one, search for "Skyvern" in the Apps section, and choose the action or trigger you want.

    <Frame>
      <video autoPlay muted loop playsInline className="w-full aspect-video rounded-xl" src="https://mintcdn.com/skyvern/zAeFmUI5A37NfW0p/images/zapier/zap1.mp4?fit=max&auto=format&n=zAeFmUI5A37NfW0p&q=85&s=5aafc7bef5d418ccb2063a9c43956c76" data-path="images/zapier/zap1.mp4" />
    </Frame>
  </Step>

  <Step title="Connect your account">
    Click *Sign in* on the left panel and paste your API key from [Settings](https://app.skyvern.com/settings/).

    <Frame>
      <video autoPlay muted loop playsInline className="w-full aspect-video rounded-xl" src="https://mintcdn.com/skyvern/zAeFmUI5A37NfW0p/images/zapier/zap2.mp4?fit=max&auto=format&n=zAeFmUI5A37NfW0p&q=85&s=6f3565e92df53f8cfbb0792df7b3ad21" data-path="images/zapier/zap2.mp4" />
    </Frame>
  </Step>

  <Step title="Configure">
    Fill in the fields for your chosen action. See the field reference below.
  </Step>

  <Step title="Test">
    Review "Data In" to verify what will be sent, click **Test step**, and monitor progress in your [Skyvern dashboard](https://app.skyvern.com).

    <Frame>
      <img src="https://mintcdn.com/skyvern/w1JM1wfEFGWTyk6L/images/zapier/z.5.png?fit=max&auto=format&n=w1JM1wfEFGWTyk6L&q=85&s=63f1f9aaccaedee386f99be0331dcf7f" alt="Test the Zapier step" width="814" height="902" data-path="images/zapier/z.5.png" />
    </Frame>
  </Step>
</Steps>

## Field reference

### Create and Run a Task

* **URL** (required): The starting page for the automation
* **Navigation Goal**: What Skyvern should do on the page. Omit if only extracting data.
* **Data Extraction Goal**: What data to pull from the page
* **Navigation Payload**: JSON input data for forms. Lets you reuse the same task with different data.
* **Extracted Information Schema**: JSON schema defining the shape of extracted data
* **Webhook Callback URL**: URL to notify when the task finishes
* **Max Steps**: Cap the number of steps to control costs

<Note>
  The navigation goal describes what to do *after* loading the URL. Don't include "go to website X"; use the URL field instead.
</Note>

<Frame>
  <img src="https://mintcdn.com/skyvern/w1JM1wfEFGWTyk6L/images/zapier/z.3.png?fit=max&auto=format&n=w1JM1wfEFGWTyk6L&q=85&s=16733ae0f798bca7f37e25bc281a2db0" alt="Configure task fields in Zapier" width="808" height="898" data-path="images/zapier/z.3.png" />
</Frame>

### Run an Agent

First, create your agent in the [Skyvern UI](https://app.skyvern.com).

* **Agent** (required): Select the agent to run
* **Parameters**: Fill in any parameters defined in your agent

<Frame>
  <img src="https://mintcdn.com/skyvern/w1JM1wfEFGWTyk6L/images/zapier/z.7w.png?fit=max&auto=format&n=w1JM1wfEFGWTyk6L&q=85&s=7730114b56c954e7e915797092cec39b" alt="Select agent in Zapier" width="814" height="908" data-path="images/zapier/z.7w.png" />
</Frame>

<Frame>
  <img src="https://mintcdn.com/skyvern/w1JM1wfEFGWTyk6L/images/zapier/z.8w.png?fit=max&auto=format&n=w1JM1wfEFGWTyk6L&q=85&s=da5750a004ac96f820d14cd3dbd836b9" alt="Configure agent parameters in Zapier" width="810" height="906" data-path="images/zapier/z.8w.png" />
</Frame>

### Get a Task / Agent

Retrieve the output of a completed run.

* **Task ID** (required): Starts with `tsk_`
* **Agent Run ID** (required): Starts with `wr_`

<Frame>
  <img src="https://mintcdn.com/skyvern/w1JM1wfEFGWTyk6L/images/zapier/z.11ag.png?fit=max&auto=format&n=w1JM1wfEFGWTyk6L&q=85&s=424a8057c957a8675d801a7b953d2282" alt="Enter Task ID field in Zapier" width="812" height="904" data-path="images/zapier/z.11ag.png" />
</Frame>

## Next steps

<CardGroup cols={2}>
  <Card title="Build Agents" icon="diagram-project" href="/cloud/building-agents/manage-agents">
    Create reusable multi-step automations in Skyvern
  </Card>

  <Card title="Use Webhooks" icon="webhook" href="/developers/going-to-production/webhooks">
    Get notified when tasks complete
  </Card>
</CardGroup>
