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