Policy events
This guide will walk you through the various Policy events that may occur when monitoring an insurance policy.
Once an insurance policy is connected through an Ignition session, Axle can monitor that policy for updates. These updates will trigger events that are sent from Axle to your systems via webhook or to your organization via communication channels such as email.
Policy events are only sent for insurance policies connected through Axle
Ignition sessions that are configured with monitoring
enabled. Please
contact the Axle team if you would like to enable this feature!
Webhooks
You must specify a webhookUri
when generating an Ignition token to receive
webhook events. See Start Ignition
for more details.
Custom webhook headers can be configured to support uses cases like authentication. Please contact the Axle team if you would like to configure custom webhook headers!
A POST
request will be sent to the webhookUri
with the following payload. All events will include client
, account
, ref
(Policy object identifier), user
(optionally specified when generating Ignition token), and metadata
(optionally specified when generating Ignition token).
policy.modified
When identifying details on the Policy change. Refer to the Policy object reference for more details on the fields that can be modified.
Axle performs safety checks on policy modifications before sending a policy.modified
event. This may cause a short delay between when policy information was refreshed
from the carrier and when you receive notification of the event.