{ "$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." }}
v1
Create Or Update Deal
Documentation for the Create Or Update Deal action for Zoho
Fill in the required details. Once created, go to the Client Secret tab and copy the Client ID and Client Secret. You will need these to configure the Zoho integration in Morf.
{ "$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." }}
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.