Events
- Active Campaign
- Acuity
- Athena
- Axle Health
- Butterfly Labs
- Calendly
- Customer.io
- Elation
- Feathery
- Formsort
- Healthie
- Hubspot
- IntakeQ
- Junction
- Morf
- Segment
Actions
- Active Campaign
- Athena
- Customer.io
- Elation
- Facebook
- Freshdesk
- Google
- Healthie
- Hubspot
- IntakeQ
- Intercom
- Mixpanel
- Morf
- Nextdoor
- Open Phone
- Segment
- Slack
- Spruce
- Stedi
- Stripe
- Tiktok
- Twilio
Deal
Event payload details and trigger documentation for Deal data from Active Campaign
Copy
{
"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
}
Copy
{
"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"
}
Events
Triggering Webhook Types
The following event types are associated with the Deal event payload from Active Campaign.
Active Campaign Deal Create
Active Campaign Deal Update
Copy
{
"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
}
Copy
{
"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"
}
Payload Field Details
ID
ID
CEL
Copy
id
Example
Copy
"10"
ID
Contact ID
CEL
Copy
contact_id
Example
Copy
"10"
Title
CEL
Copy
title
Example
Copy
"Deal 1"
Currency
CEL
Copy
currency
Example
Copy
"USD"
Deal group ID (pipeline ID)
CEL
Copy
group
Example
Copy
"2"
Deal group stage ID (pipeline stage ID)
CEL
Copy
stage
Example
Copy
"3"
Owner ID
CEL
Copy
owner
Example
Copy
"10"
HI
ID
PII
Custom fields’ values
CEL
Copy
field_values
Example
Copy
{
"Deal Note": "This is a note"
}
Deal value
CEL
Copy
value
Example
Copy
100
Deal stage title
CEL
Copy
stage_title
Example
Copy
"Stage 1"
Deal group title (pipeline title)
CEL
Copy
group_title
Example
Copy
"Pipeline 1"
Copy
{
"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
}
Copy
{
"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"
}
Assistant
Responses are generated using AI and may contain mistakes.