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

# Zapier

> Trigger Zapier webhooks from Paradime Bolt schedules to kick off downstream automation across thousands of apps after your dbt™ runs finish.

[Zapier](https://zapier.com/) is an automation platform that connects thousands of apps through webhooks and workflows (Zaps). Trigger Zapier webhooks from a Paradime Bolt schedule with the Paradime CLI, so downstream automation runs as part of your pipeline.

## What you can do

* Trigger one or more Zapier webhooks from a Bolt schedule
* Pass a JSON payload to each webhook

## Prerequisites

* A Zapier account with a Zap that starts from a webhook trigger.

## Set up

Zapier commands do not use stored credentials. Each webhook URL contains its own secret, so you pass the URL directly in the command.

1. In Zapier, create a Zap with a **Webhooks by Zapier -> Catch Hook** trigger.
2. Copy the generated webhook URL.
3. Pass it to the command with `--webhook-urls=`, and add a JSON body with `--payload='{"key":"value"}'` if your Zap expects one.

## Trigger from Bolt

Add the [Trigger Zapier](/products/bolt/creating-schedules/command-settings/zapier) command to a schedule. For the full command reference and flags, see the [Zapier CLI](/developers/paradime-cli/zapier-cli).


## Related topics

- [Zapier CLI](/developers/paradime-cli/zapier-cli.md)
- [Trigger Zapier](/products/bolt/creating-schedules/command-settings/zapier.md)
- [Integrations](/integrations/index.md)
- [Commands](/products/bolt/creating-schedules/command-settings/index.md)
- [New Bolt command integrations](/changelog/2026-07-22/bolt-command-integrations.md)
