{
  "$result_object_key": {
    "address": {
      "city": "Springfield",
      "country": "US",
      "line1": "1234 Main St",
      "line2": "Apt. 1",
      "postal_code": "62704",
      "state": "IL"
    },
    "balance": 1000,
    "created": "2025-01-02T15:04:05Z",
    "currency": "usd",
    "description": "VIP Customer",
    "email": "customer@example.com",
    "id": "cus_J2m3K4L5N6O7P8Q9R0S",
    "metadata": {
      "key1": "value1",
      "key2": "value2"
    },
    "name": "John Doe",
    "phone": "+1234567890"
  }
}
{
  "$result_object_key": {
    "address": {
      "city": "City/District/Suburb/Town/Village",
      "country": "Two-letter country code (ISO 3166-1 alpha-2)",
      "line1": "Address line 1 (Street address/PO Box/Company name)",
      "line2": "Address line 2 (Apartment/Suite/Unit/Building)",
      "postal_code": "ZIP or postal code",
      "state": "State/County/Province/Region"
    },
    "balance": "The current balance, if any, that's stored on the customer",
    "created": "Time at which the object was created.",
    "currency": "Three-letter ISO code for the currency the customer can be charged in for recurring billing purposes",
    "description": "An arbitrary string attached to the object. Often useful for displaying to users",
    "email": "The customer's email address",
    "id": "Unique identifier for the object",
    "metadata": {
      "key": null,
      "value": null
    },
    "name": "The customer's full name or business name",
    "phone": "The customer's phone number"
  }
}

Parameters

Action
Parameters
{
  "$result_object_key": {
    "address": {
      "city": "Springfield",
      "country": "US",
      "line1": "1234 Main St",
      "line2": "Apt. 1",
      "postal_code": "62704",
      "state": "IL"
    },
    "balance": 1000,
    "created": "2025-01-02T15:04:05Z",
    "currency": "usd",
    "description": "VIP Customer",
    "email": "customer@example.com",
    "id": "cus_J2m3K4L5N6O7P8Q9R0S",
    "metadata": {
      "key1": "value1",
      "key2": "value2"
    },
    "name": "John Doe",
    "phone": "+1234567890"
  }
}
{
  "$result_object_key": {
    "address": {
      "city": "City/District/Suburb/Town/Village",
      "country": "Two-letter country code (ISO 3166-1 alpha-2)",
      "line1": "Address line 1 (Street address/PO Box/Company name)",
      "line2": "Address line 2 (Apartment/Suite/Unit/Building)",
      "postal_code": "ZIP or postal code",
      "state": "State/County/Province/Region"
    },
    "balance": "The current balance, if any, that's stored on the customer",
    "created": "Time at which the object was created.",
    "currency": "Three-letter ISO code for the currency the customer can be charged in for recurring billing purposes",
    "description": "An arbitrary string attached to the object. Often useful for displaying to users",
    "email": "The customer's email address",
    "id": "Unique identifier for the object",
    "metadata": {
      "key": null,
      "value": null
    },
    "name": "The customer's full name or business name",
    "phone": "The customer'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.

Customer
Fetch Action Response Object