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

# Trigger Zapier

> Add a Trigger Zapier command to a Paradime Bolt schedule to fire Zapier webhooks from the Paradime CLI and kick off automation across thousands of apps.

Trigger one or more Zapier webhooks from a Bolt schedule to kick off downstream automation as part of your pipeline.

## Prerequisites

* Zapier connected as a [workspace integration](/integrations/zapier).

## Usage

Add the **Trigger Zapier** command to your schedule and enter the command to run. The modal accepts any command supported by the [Paradime Zapier CLI](/developers/paradime-cli/zapier-cli):

```bash theme={"system"}
paradime run zapier-trigger --webhook-urls=https://hooks.zapier.com/...
```

Pass a JSON body with `--payload='{"key":"value"}'`.

## Learn more

See the [Paradime Zapier CLI](/developers/paradime-cli/zapier-cli) for the full command and flag reference.


## Related topics

- [Zapier](/integrations/zapier.md)
- [Zapier CLI](/developers/paradime-cli/zapier-cli.md)
- [Commands](/products/bolt/creating-schedules/command-settings/index.md)
- [Integrations](/integrations/index.md)
- [Triggers](/products/bolt/creating-schedules/trigger-types.md)
