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.- In Zapier, create a Zap with a Webhooks by Zapier -> Catch Hook trigger.
- Copy the generated webhook URL.
- Pass it to the command with
--webhook-urls=, and add a JSON body with--payload='{"key":"value"}'if your Zap expects one.