Zapier CLI
Trigger Zapier webhook URLs from Paradime Bolt to kick off Zaps and connect dbt™ runs with thousands of downstream apps using the paradime run zapier CLI.
The Paradime SDK provides a CLI command to trigger one or more Zapier webhooks.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Trigger Zapier webhook URLs from Paradime Bolt to kick off Zaps and connect dbt™ runs with thousands of downstream apps using the paradime run zapier CLI.
paradime run zapier-trigger
| Flag | Type | Description |
|---|---|---|
--webhook-urls | Required, TEXT (comma-separated) | Comma-separated Zapier webhook URL(s) to trigger. |
--payload | Optional, TEXT | JSON payload to send to the webhooks (optional). |
--json | Optional, Flag | Output results as JSON. Default: False. |
--help | Optional, Flag | Show the help message and exit. |
# Trigger a single webhook
paradime run zapier-trigger \
--webhook-urls "https://hooks.zapier.com/hooks/catch/123456/abcdef"
# Trigger multiple webhooks with a JSON payload
paradime run zapier-trigger \
--webhook-urls "https://hooks.zapier.com/hooks/catch/123456/abcdef,https://hooks.zapier.com/hooks/catch/123456/ghijkl" \
--payload '{"status": "success", "schedule": "daily_run"}'