Key features
Subscribe to events and receive instant notifications when they occur
Create event-driven workflows
Eliminate inefficient polling for events
Increase automation and integrate multiple systems
Monitor events and coordinate workflows
Webhooks allow an application to subscribe to an event and get notified when it occurs. The application specifies a callback URL. When the event occurs a POST request will be sent to the callback URL. For example, an application could use webhooks to monitor for changes to an iModel, get notified when an iModel changeset is pushed, and then perform some other action.