Back to Knowledge Base
Documentation

Webhooks Setup

Use webhooks when your team needs asynchronous updates from simulation workflows without polling every state change.

Documentation

When they help

Notify downstream systems when a simulation completes.

Notify downstream systems when a simulation completes.
Trigger team workflows for review, approval, or reporting.
Keep dashboards or CRM processes loosely coupled to simulation execution.
01

When they help

  • Notify downstream systems when a simulation completes.
  • Trigger team workflows for review, approval, or reporting.
  • Keep dashboards or CRM processes loosely coupled to simulation execution.
02

Implementation notes

  • Start with a staging endpoint so you can inspect payload shape safely.
  • Record retry behavior and failure handling before relying on webhooks operationally.
  • Keep webhook consumers idempotent so duplicate deliveries do not create side effects.
Webhooks | DoesItClick