Notifications
Ideon keeps your system informed of key events so that Enrollment processes work smoothly.
Adding a new layer of communication between oneself and the carrier requires clear an prompt communication. Using the GET endpoints, a platform integrating can poll at any moment to get the latest information on resources in the Ideon API. While polling is a fine approach, Ideon also supports pushing of information to you via a webhook.
Webhook Subscription
Subscribing to the webhook as part of the integration requires a few steps:
Set up an URL endpoint to receive the request delivered from the webhook.
Share that URL with Ideon, along with any required Headers.
That's it! Ideon will add the subscription and you will start to receive updates to your system.
Webhook Request
There are two types of notifications that the webhook delivers today. One upon the change of a state of the Coverage Period and the other for the creation of Enrollment Problems for a Coverage Period.
Coverage Period State
Coverage Periods change states as they move through the process with Ideon. The potential states are:
initial
- Ideon has received the Coverage Period but has yet to take action.configuration
- Ideon is configuring the Coverage Period to the account structure.test
- Ideon is performing tests internally and/or with the Carrier.production
- Ideon is sending enrollment information to the Carrier.expired
- Ideon is no longer sending enrollment information to the Carrier.
Each time the Coverage Period state
field is changed, the webhook is delivered with the following example request body:
Enrollment Problems
Each time Enrollment Problems are encountered by the Ideon team and uploaded for review, the webhook is delivered with the following example request body:
Last updated
Was this helpful?