Skip to main content
images/healthie.svg

Parameters

Action
Parameters
{
  "$result_object_key": {
    "city": "San Francisco",
    "id": "123456",
    "latitude": "37.7749",
    "line1": "123 Main St",
    "line2": "Suite 100",
    "longitude": "-122.4194",
    "name": "CVS Pharmacy",
    "phone_number": "+14155551234",
    "state": "CA",
    "zip": "94102"
  }
}
{
  "$result_object_key": {
    "city": "The city of the address",
    "id": "The unique identifier of the pharmacy",
    "latitude": "Latitude coordinate of the pharmacy",
    "line1": "The first line of the address",
    "line2": "The second line of the address",
    "longitude": "Longitude coordinate of the pharmacy",
    "name": "The name of the pharmacy",
    "phone_number": "The phone number of the pharmacy",
    "state": "The state of the address (Uses the 2 letter abbreviation if in US)",
    "zip": "The zip/postal code of the address"
  }
}

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