Events

Subscribe to events that occur in iTwins in order to invoke actions in your applications.

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.

Monitor events and coordinate workflows