{
  "$result_object_key": {
    "business_name": "Dr. John",
    "created_at": "2024-05-10T08:46:04Z",
    "email": "john.doe@example.com",
    "first_name": "John",
    "full_name": "John Doe",
    "id": "57211",
    "last_name": "Doe",
    "location": {
      "city": "San Francisco",
      "country": "USA",
      "line1": "123 Main Street",
      "line2": "Suite 100",
      "state": "CA",
      "zip": "94117"
    },
    "phone_number": "+15551234123"
  }
}
{
  "$result_object_key": {
    "business_name": "Provider's business name",
    "created_at": "Provider's creation date",
    "email": "Provider's email",
    "first_name": "Provider's first name",
    "full_name": "Provider's full name",
    "id": "Provider ID",
    "last_name": "Provider's last name",
    "location": {
      "city": "City",
      "country": "Country",
      "line1": "First line of the address",
      "line2": "Second line of the address",
      "state": "State",
      "zip": "Zip code"
    },
    "phone_number": "Provider's phone number"
  }
}

Parameters

Action
Parameters
{
  "$result_object_key": {
    "business_name": "Dr. John",
    "created_at": "2024-05-10T08:46:04Z",
    "email": "john.doe@example.com",
    "first_name": "John",
    "full_name": "John Doe",
    "id": "57211",
    "last_name": "Doe",
    "location": {
      "city": "San Francisco",
      "country": "USA",
      "line1": "123 Main Street",
      "line2": "Suite 100",
      "state": "CA",
      "zip": "94117"
    },
    "phone_number": "+15551234123"
  }
}
{
  "$result_object_key": {
    "business_name": "Provider's business name",
    "created_at": "Provider's creation date",
    "email": "Provider's email",
    "first_name": "Provider's first name",
    "full_name": "Provider's full name",
    "id": "Provider ID",
    "last_name": "Provider's last name",
    "location": {
      "city": "City",
      "country": "Country",
      "line1": "First line of the address",
      "line2": "Second line of the address",
      "state": "State",
      "zip": "Zip code"
    },
    "phone_number": "Provider's phone number"
  }
}

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.

ReferringProvider
Fetch Action Response Object