{ "$result_object_key": [ { "id": "ID of the insurance plan", "name_and_id": "Name of the payer and id of payer", "payer_id": "ID of the insurance payer", "payer_name": "Name of the insurance payer" } ]}
v1
List Insurance Plans
Documentation for the List Insurance Plans action for Healthie
{ "$result_object_key": [ { "id": "ID of the insurance plan", "name_and_id": "Name of the payer and id of payer", "payer_id": "ID of the insurance payer", "payer_name": "Name of the insurance payer" } ]}
You can use the result of the action’s data as inputs to downstream workflow actions.Each fetch action requires a result object key to be specified which will nest the action’s result data inside the downstream data context in the Workflow.Here we demonstrate how to refer to this data using the prefix $result_object_key.