Parameters
Hide parameters
Hide parameters
This field maps to the destination API
Deal_Name field.This field maps to the destination API
Account_Name field.This field maps to the destination API
Type field.This field maps to the destination API
Lead_Source field.This field maps to the destination API
Campaign_Source field.This field maps to the destination API
Contact_Name field.This field maps to the destination API
Amount field.This field maps to the destination API
Closing_Date field.This field maps to the destination API
Description field.This field maps to the destination API
Layout field.This field maps to the destination API
Pipeline field.This field maps to the destination API
Stage field.This field maps to the destination API
<Deal_Field> field.Copy
Ask AI
{
"$result_object_key": {
"additional_fields": {
"Custom_Field_1": "Value1",
"Custom_Field_2": "Value2"
},
"amount": 1000,
"campaign_source": "Email Campaign",
"closing_date": "2023-12-31",
"contact_id": "6325355123451030002",
"deal_name": "Big Deal",
"description": "This is a big deal.",
"id": "6325355123451030002",
"stage": "Negotiation",
"type": "Generics"
}
}
Copy
Ask AI
{
"$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."
}
}
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.
Hide fields
Hide fields
The unique identifier of the deal.
CEL
Copy
Ask AI
$result_object_key.id
Example
Copy
Ask AI
"6325355123451030002"
The amount of the deal.
CEL
Copy
Ask AI
$result_object_key.amount
Example
Copy
Ask AI
1000
The source of the campaign associated with the deal.
CEL
Copy
Ask AI
$result_object_key.campaign_source
Example
Copy
Ask AI
"Email Campaign"
The closing date of the deal.
CEL
Copy
Ask AI
$result_object_key.closing_date
Example
Copy
Ask AI
"2023-12-31"
The ID of the contact associated with the deal.
CEL
Copy
Ask AI
$result_object_key.contact_id
Example
Copy
Ask AI
"6325355123451030002"
The name of the deal.
CEL
Copy
Ask AI
$result_object_key.deal_name
Example
Copy
Ask AI
"Big Deal"
A description of the deal.
CEL
Copy
Ask AI
$result_object_key.description
Example
Copy
Ask AI
"This is a big deal."
The current stage of the deal.
CEL
Copy
Ask AI
$result_object_key.stage
Example
Copy
Ask AI
"Negotiation"
The type of the deal.
CEL
Copy
Ask AI
$result_object_key.type
Example
Copy
Ask AI
"Generics"
Additional fields for the deal.
CEL
Copy
Ask AI
$result_object_key.additional_fields
Example
Copy
Ask AI
{
"Custom_Field_1": "Value1",
"Custom_Field_2": "Value2"
}
