Send Test Event
Fire a synthetic event of the given type through the real signing + retry path. Useful during development for confirming your endpoint can verify the signature and is reachable from Anchor’s egress IPs.
The synthetic delivery counts toward your delivery log so you can see it
in GET /v1/webhooks/{id}/events.
Authorizations
API key passed in the header
Path Parameters
Webhook id.
Body
Catalog of webhook event types Anchor can deliver. Adding a new event type is a coordinated change between session-manager (publisher), webhook-dispatcher (consumer), and the dashboard.
task.completed, task.failed, task.cancelled, task.healed, session.completed, session.failed, session.recording.ready, batch.completed, batch.failed, intervention.requested, intervention.resolved, identity.authenticated, identity.authentication_failed Response
Synthetic event accepted and enqueued for delivery.
The synthetic event id that will appear on the receiver as id in the envelope.
"evt_56a4c6e7f11e4b44eafce28a"
Catalog of webhook event types Anchor can deliver. Adding a new event type is a coordinated change between session-manager (publisher), webhook-dispatcher (consumer), and the dashboard.
task.completed, task.failed, task.cancelled, task.healed, session.completed, session.failed, session.recording.ready, batch.completed, batch.failed, intervention.requested, intervention.resolved, identity.authenticated, identity.authentication_failed 
