Skip to main content
images/healthie.svg

Parameters

Action
Parameters
{
  "$result_object_key": {
    "appointment_ids": [
      "1000701",
      "2004221"
    ],
    "count": 42
  }
}
{
  "$result_object_key": {
    "appointment_ids": "The matching appointments for the selected appointment type IDs and filter combination",
    "count": "The count of matching appointments for the selected appointment type IDs and filter combination"
  }
}

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.
AppointmentsCount
Fetch Action Response Object