Connect Zapier to Cloudsmith webhook events
Cloudsmith fires webhooks on every package event - upload, sync, scan, failure. Pair that with Zapier and your entire tool stack reacts automatically, with no custom integration code required.
How we support Zapier
Why teams integrate Cloudsmith with Zapier
Frequently asked questions
Cloudsmith supports repository-level package events including: package uploaded, package synchronising, package synchronised, and package failed. It also fires vulnerability webhooks each time a security scan completes, carrying the scanned package identity and a severity summary.
Create a Zap using the Webhooks by Zapier trigger, set the trigger type to Catch Hook, and copy the generated URL. Paste that URL as the endpoint when creating a webhook in your Cloudsmith repository. Cloudsmith will then POST event payloads directly to Zapier whenever the subscribed event fires.
Yes. When creating a webhook in Cloudsmith you can attach a package search query. Only packages matching the query will fire the webhook. You can filter by name, tag, format, and other supported search fields, keeping downstream Zapier workflows focused on the events that matter.
Cloudsmith supports two authentication approaches: HMAC-based signature verification, where each payload is signed and the receiver can validate it, and a configurable secret header and value pair that is sent with every request. Use either to confirm that incoming payloads genuinely originate from Cloudsmith.
Anything Zapier supports. Common patterns include opening Jira tickets on vulnerability findings, posting package sync notifications to Slack or Microsoft Teams, triggering CircleCI or GitHub Actions runs on package promotion, and logging package events to Sheets or a data warehouse for audit purposes.