Skip to main content
images/zoho.svg

Parameters

Action
Parameters
{
  "$result_object_key": {
    "additional_fields": {
      "Custom_Field_1": "Value1",
      "Custom_Field_2": "Value2"
    },
    "amount": 1000,
    "campaign_source": "Email Campaign",
    "closing_date": "2023-12-31",
    "contact_id": "6325355123451030002",
    "deal_name": "Big Deal",
    "description": "This is a big deal.",
    "id": "6325355123451030002",
    "stage": "Negotiation",
    "type": "Generics"
  }
}
{
  "$result_object_key": {
    "additional_fields": "Additional fields for the deal.",
    "amount": "The amount of the deal.",
    "campaign_source": "The source of the campaign associated with the deal.",
    "closing_date": "The closing date of the deal.",
    "contact_id": "The ID of the contact associated with the deal.",
    "deal_name": "The name of the deal.",
    "description": "A description of the deal.",
    "id": "The unique identifier of the deal.",
    "stage": "The current stage of the deal.",
    "type": "The type of the deal."
  }
}

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