Webhooks
Create Webhook
Create a new webhook for receiving real-time event notifications
POST
This endpoint creates a new webhook for receiving real-time event notifications.Documentation Index
Fetch the complete documentation index at: https://docs.getomni.ai/llms.txt
Use this file to discover all available pages before exploring further.
Body Parameters
The webhook listener URL where events will be sent
A list of event types to listen for. Supported events:
action_log.completed,
action_log.failed, document.received, document.extracted, lead.created,
lead.updated, lead.completedWhether the webhook should be enabled immediately (default:
true)Optional description for the webhook
Response
Unique identifier for the webhook
The webhook URL where events will be sent
Array of event types this webhook is subscribed to
Whether the webhook is currently enabled
Optional description for the webhook
ISO 8601 timestamp when the webhook was created
Your webhook endpoint should return a 200 status code within 5 seconds. If it
doesn’t, OmniAI will retry the delivery.