Skip to main content

WebhookEvent

Events a platform partner can subscribe a webhook to. When the event occurs, the registered URL receives a POST with a payload identifying the affected offer.

enum WebhookEvent {
OFFER_CREATED
OFFER_UPDATED
POLICY_ISSUED
REWORK_CREATED
REWORK_UPDATED
}

Values

WebhookEvent.OFFER_CREATED

An offer has been created for a broker in your tree (including offers created directly in the insurance system, not only via this API).

WebhookEvent.OFFER_UPDATED

An offer in your tree has changed status, signature, or application state.

WebhookEvent.POLICY_ISSUED

A policy has been issued for an offer/application in your tree.

WebhookEvent.REWORK_CREATED

A rework has been opened on an offer/policy in your tree.

WebhookEvent.REWORK_UPDATED

An existing rework changed status (e.g. resolved/closed) or details.

Member Of

RegisterWebhookInput input ● UnregisterWebhookInput input ● Webhook object