1
Get the Group's Carrier Configurations
Use the Noyo will return basic details about each account structure category and option, with a free text description from the carrier (“All Members”, “Executives”) and a unique ID that Noyo would send to the carrier when enrolling a member or updating their coverage.Often for complex or large groups, you will need to classify members (for example, which job title qualifies someone for the “Executives” subclass or which employees are in the “Sales” division). It’s very possible you already have some process for the broker or group admin to set up and run these rules in your system. Our team will get into more detail on these scenarios as you start testing more complicated groups.
group_id to get the account structure details for the group from our Get carrier configuration by group list. This is an example for a group with coverage at Guardian:Request
Response
2
Get the Group's Plans
Use the Noyo will return basic details and benefit information for each plan, including a unique ID for the plan and its effective start and end dates. You can use the line of coverage (dental/vision), plan name, plan type (HMO or PPO, basic or voluntary) and other fields in the API response to match each plan with the corresponding benefit in your system.
group_id to get the list of plans for the group from our Get group plan list:Request
Response
3
Create a link between records
You’ll need to define a process to review the data between our two systems, make any matching decisions and store the correct IDs on your side. This might involve writing an algorithm to link records automatically or creating a page in your internal tools to view and edit stored identifiers. It might also involve creating a new column in your database to store these identifiers, or tagging records with a custom field. This process is needed when the initial group connection finishes, or any time the group enters their renewal window and makes a change to their account structure or decides to add or remove a plan.
