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
Deal
Event payload details and trigger documentation for Deal data from Active Campaign
{
"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
}
{
"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
{
"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
}
{
"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
id
Example
"10"
ID
Contact ID
CEL
contact_id
Example
"10"
Title
CEL
title
Example
"Deal 1"
Currency
CEL
currency
Example
"USD"
Deal group ID (pipeline ID)
CEL
group
Example
"2"
Deal group stage ID (pipeline stage ID)
CEL
stage
Example
"3"
Owner ID
CEL
owner
Example
"10"
HI
ID
PII
Custom fields’ values
CEL
field_values
Example
{
"Deal Note": "This is a note"
}
Deal value
CEL
value
Example
100
Deal stage title
CEL
stage_title
Example
"Stage 1"
Deal group title (pipeline title)
CEL
group_title
Example
"Pipeline 1"
{
"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
}
{
"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"
}