Get Contact Deals
Events
- Active Campaign
- Acuity
- Axle Health
- Butterfly Labs
- Calendly
- Customer.io
- Elation
- Feathery
- Formsort
- Healthie
- Hubspot
- IntakeQ
- Junction
- Morf
- Segment
Actions
- Active Campaign
- Customer.io
- Facebook
- Freshdesk
- Google
- Healthie
- Hubspot
- IntakeQ
- Intercom
- Mixpanel
- Morf
- Nextdoor
- Open Phone
- Segment
- Slack
- Spruce
- Stedi
- Stripe
- Tiktok
- Twilio
Get Contact Deals
Documentation for the Get Contact Deals action for Active Campaign
{
"$result_object_key": [
{
"contact_id": "10",
"currency": "USD",
"field_values": {
"Deal Note": "This is a note"
},
"group": "2",
"group_title": "Pipeline 1",
"id": "10",
"owner": "10",
"stage": "3",
"stage_title": "Stage 1",
"title": "Deal 1",
"value": 100
}
]
}
{
"$result_object_key": [
{
"contact_id": "Contact ID",
"currency": "Currency",
"field_values": "Custom fields' values",
"group": "Deal group ID (pipeline ID)",
"group_title": "Deal group title (pipeline title)",
"id": "ID",
"owner": "Owner ID",
"stage": "Deal group stage ID (pipeline stage ID)",
"stage_title": "Deal stage title",
"title": "Title",
"value": "Deal value"
}
]
}
Parameters
{
"$result_object_key": [
{
"contact_id": "10",
"currency": "USD",
"field_values": {
"Deal Note": "This is a note"
},
"group": "2",
"group_title": "Pipeline 1",
"id": "10",
"owner": "10",
"stage": "3",
"stage_title": "Stage 1",
"title": "Deal 1",
"value": 100
}
]
}
{
"$result_object_key": [
{
"contact_id": "Contact ID",
"currency": "Currency",
"field_values": "Custom fields' values",
"group": "Deal group ID (pipeline ID)",
"group_title": "Deal group title (pipeline title)",
"id": "ID",
"owner": "Owner ID",
"stage": "Deal group stage ID (pipeline stage ID)",
"stage_title": "Deal stage title",
"title": "Title",
"value": "Deal value"
}
]
}
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
.
ID
ID
CEL
$result_object_key[*].id
Example
"10"
ID
Contact ID
CEL
$result_object_key[*].contact_id
Example
"10"
Title
CEL
$result_object_key[*].title
Example
"Deal 1"
Currency
CEL
$result_object_key[*].currency
Example
"USD"
Deal group ID (pipeline ID)
CEL
$result_object_key[*].group
Example
"2"
Deal group stage ID (pipeline stage ID)
CEL
$result_object_key[*].stage
Example
"3"
Owner ID
CEL
$result_object_key[*].owner
Example
"10"
HI
ID
PII
Custom fields’ values
CEL
$result_object_key[*].field_values
Example
{
"Deal Note": "This is a note"
}
Deal value
CEL
$result_object_key[*].value
Example
100
Deal stage title
CEL
$result_object_key[*].stage_title
Example
"Stage 1"
Deal group title (pipeline title)
CEL
$result_object_key[*].group_title
Example
"Pipeline 1"
{
"$result_object_key": [
{
"contact_id": "10",
"currency": "USD",
"field_values": {
"Deal Note": "This is a note"
},
"group": "2",
"group_title": "Pipeline 1",
"id": "10",
"owner": "10",
"stage": "3",
"stage_title": "Stage 1",
"title": "Deal 1",
"value": 100
}
]
}
{
"$result_object_key": [
{
"contact_id": "Contact ID",
"currency": "Currency",
"field_values": "Custom fields' values",
"group": "Deal group ID (pipeline ID)",
"group_title": "Deal group title (pipeline title)",
"id": "ID",
"owner": "Owner ID",
"stage": "Deal group stage ID (pipeline stage ID)",
"stage_title": "Deal stage title",
"title": "Title",
"value": "Deal value"
}
]
}