Skip to main content
images/hubspot.svg

Parameters

Action
Parameters
{
  "$result_object_key": {
    "access": "PUBLIC_INDEXABLE",
    "created_at": "2023-04-01T00:00:00Z",
    "extension": "pdf",
    "id": "1234567890",
    "name": "Signature",
    "path": "/patients/signature_123.pdf",
    "updated_at": "2023-04-01T00:00:00Z",
    "url": "https://12345678.fs1.hubspotusercontent-na1.net/hubfs/12345678/my_file.pdf"
  }
}
{
  "$result_object_key": {
    "access": "The access level of the file",
    "created_at": "The timestamp when the file was created",
    "extension": "The file extension",
    "id": "The unique identifier for the file",
    "name": "The name of the file",
    "path": "The path to the file",
    "updated_at": "The timestamp when the file was updated",
    "url": "The URL of the file"
  }
}

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