Webhooks
Introduction
Webhooks allow you to receive real-time notifications when specific events occur in your micro1 account. This enables you to automatically trigger actions in your systems based on these events.
Webhook Structure
All webhook payloads follow this general structure:
Common Fields
Field | Type | Description |
---|---|---|
event | string | The type of event that triggered the webhook |
data | object | Event-specific payload containing relevant information |
Available Events
Here are the events you can subscribe to:
Interview Events
interview_report.created
- Triggered when a new interview report is createdinterview_recording.completed
- Triggered when an interview recording is completed