Skip to main content
images/hubspot.svg

Parameters

Action
Parameters
{
  "$result_object_key": [
    {
      "archived": false,
      "archived_at": "2024-07-04T10:32:12+00:00",
      "associated_companies": [
        {
          "id": "39580875173",
          "type": "contact_to_company"
        }
      ],
      "associated_contacts": [
        {
          "id": "39580875173",
          "type": "contact_to_company"
        }
      ],
      "associated_deals": [
        {
          "id": "39580875173",
          "type": "contact_to_company"
        }
      ],
      "associated_tickets": [
        {
          "id": "39580875173",
          "type": "contact_to_company"
        }
      ],
      "created_at": "2024-07-04T10:32:12+00:00",
      "id": "39580875173",
      "properties": {
        "email": "[email protected]",
        "firstname": "John",
        "lastname": "Smith"
      },
      "recently_updated_property_names": [
        "email",
        "firstname",
        "lastname"
      ],
      "updated_at": "2024-07-04T10:32:12+00:00"
    }
  ]
}
{
  "$result_object_key": [
    {
      "archived": "Whether the contact was archived",
      "archived_at": "When the contact was archived",
      "associated_companies": {
        "id": "ID",
        "type": "Type (label) of the association"
      },
      "associated_contacts": {
        "id": "ID",
        "type": "Type (label) of the association"
      },
      "associated_deals": {
        "id": "ID",
        "type": "Type (label) of the association"
      },
      "associated_tickets": {
        "id": "ID",
        "type": "Type (label) of the association"
      },
      "created_at": "When the contact was created",
      "id": "ID",
      "properties": {
        "key": null,
        "value": null
      },
      "recently_updated_property_names": "The properties that were updated for a webhook event triggering this event payload to be created",
      "updated_at": "When the contact was updated"
    }
  ]
}

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.
[]Contact
Fetch Action Response Object