Skip to content

Events & Webhooks

Biometrid supports real-time event delivery via Webhooks. Events are triggered on process updates, step completions, and scheduled sessions.

Where to configure webhooks

Go to https://admin.biometrid.com:

Navigate to Flows > Edit Flow > Add Notifications to configure webhook URLs and select which events to receive.

Configure your webhook endpoint URL and select the specific events you want to receive notifications for.

Events List

Event Name Description
process:created Triggered when a new process is created
process:updated Triggered when a process step is completed
process:status Triggered when a process changes its status
action:processed Triggered when a single action finishes

Each event includes a payload schema as defined in the Swagger file.

Ensure your endpoint is ready to receive and verify webhook requests securely.