{
  "$result_object_key":  [
    {
      "id":  "611231",
      "name_and_id":  "Blue Cross Blue Shield - 629913",
      "payer_id":  "629913",
      "payer_name":  "Blue Cross Blue Shield"
    }
  ]
}
{
  "$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"
    }
  ]
}

Parameters

Action
Parameters
Keywords
string

This field maps to the destination API keywords field.

Is Accepted
bool

This field maps to the destination API is_accepted field.

Is Custom
bool

This field maps to the destination API is_custom field.

{
  "$result_object_key":  [
    {
      "id":  "611231",
      "name_and_id":  "Blue Cross Blue Shield - 629913",
      "payer_id":  "629913",
      "payer_name":  "Blue Cross Blue Shield"
    }
  ]
}
{
  "$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"
    }
  ]
}

Result Object Field Details

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.

[]InsurancePlan
Fetch Action Response Object
payer_id
string

ID of the insurance payer

CEL
$result_object_key[*].payer_id
Example
"629913"
payer_name
string

Name of the insurance payer

CEL
$result_object_key[*].payer_name
Example
"Blue Cross Blue Shield"
id
string
required

ID of the insurance plan

CEL
$result_object_key[*].id
Example
"611231"
name_and_id
string

Name of the payer and id of payer

CEL
$result_object_key[*].name_and_id
Example
"Blue Cross Blue Shield - 629913"