Test in Sandbox environment notification for monitoring enabled accounts and policies
authCode
for an accessToken
, you can trigger an Account event through POST /sandbox/account/{accountId}/event
or Policy event through POST /sandbox/policies/{policyId}/event
.
client
is properly configured!account.modified
event. The following example will change email
, firstName
, and phone
fields on an existing Account.
account.disconnected
event by setting the connection status to one of the “inactive” states. Refer to Account object for all the available cases.
disconnected
, your user will need to complete
an Axle Ignition session to reconnect it. If the user reconnects the same
insurance account and policy, Axle will merge the updated information with any
existing Account or Policy objects. More info on account.disconnected
can be
found here.policy.modified
event. The following example will set Policy as inactive (e.g., the policy has been cancelled) as well as update the Policy address.