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
.
You can also test notifications sent to other communication channels such as
email or Slack by making a request to the same Axle API endpoints. Reach out
to the Axle team to ensure your
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.
When account has been set as
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.