Skip to main content
Zapier 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 command to a schedule. For the full command reference and flags, see the Zapier CLI.