{ "$result_object_key": { "archived": "Whether the company was archived", "archived_at": "When the company was archived", "created_at": "When the company was created", "id": "ID", "properties": { "key": null, "value": null }, "updated_at": "When the company was updated" }}
v1
Create Or Update Company
Documentation for the Create Or Update Company action for Hubspot
{ "$result_object_key": { "archived": "Whether the company was archived", "archived_at": "When the company was archived", "created_at": "When the company was created", "id": "ID", "properties": { "key": null, "value": null }, "updated_at": "When the company was updated" }}
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.