Skip to main content

How to setup your first webhook

Paradime’s webhook system supports JSON payloads to your application’s endpoint URL when your webhook is triggered. Paradime supports the below events for Bolt runs:
  • bolt.run.started — Triggered when a Bolt run is started
  • bolt.run.completed — Triggered when a Bolt run is completed. This can be a run that has failed or succeeded.

Event payloads

Each Bolt run emits two events. See the dedicated pages for the full payload structure, a field reference, and up-to-date examples:

bolt.run.started

Triggered when a Bolt run starts.

bolt.run.completed

Triggered when a Bolt run finishes, whether it succeeded or failed.

Payload transformations

Filter or modify webhook events before they are delivered, for example to suppress passed runs or Turbo CI jobs.

Payload Transformations

Filter or modify webhook events before delivery, with an example handler and how to apply it.