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
Contact
Event payload details and trigger documentation for Contact data from Active Campaign
Copy
{
"customer_account_name": "Morf",
"email": "john.doe@gmail.com",
"field_values": {
"Age Group": ">60",
"Timezone": "America/Los_Angeles"
},
"first_name": "John",
"id": "10",
"ip": "1.2.3.4",
"last_name": "Doe",
"organization_name": "Morf",
"phone": "+15551234123",
"tags": [
"tag1",
"tag2"
],
"updated_at": "2024-01-01T09:00:00Z"
}
Copy
{
"customer_account_name": "Customer account name",
"email": "Email address",
"field_values": "Custom fields' values",
"first_name": "First name",
"id": "ID",
"ip": "IP address",
"last_name": "Last name",
"organization_name": "Organization name (if plan allows)",
"phone": "Phone number",
"tags": "Tags",
"updated_at": "When a webhook ran for the contact"
}
Events
Triggering Webhook Types
The following event types are associated with the Contact event payload from Active Campaign.
Active Campaign Contact Create
Active Campaign Contact Update
Copy
{
"customer_account_name": "Morf",
"email": "john.doe@gmail.com",
"field_values": {
"Age Group": ">60",
"Timezone": "America/Los_Angeles"
},
"first_name": "John",
"id": "10",
"ip": "1.2.3.4",
"last_name": "Doe",
"organization_name": "Morf",
"phone": "+15551234123",
"tags": [
"tag1",
"tag2"
],
"updated_at": "2024-01-01T09:00:00Z"
}
Copy
{
"customer_account_name": "Customer account name",
"email": "Email address",
"field_values": "Custom fields' values",
"first_name": "First name",
"id": "ID",
"ip": "IP address",
"last_name": "Last name",
"organization_name": "Organization name (if plan allows)",
"phone": "Phone number",
"tags": "Tags",
"updated_at": "When a webhook ran for the contact"
}
Payload Field Details
ID
ID
CEL
Copy
id
Example
Copy
"10"
PII
Email address
CEL
Copy
email
Example
Copy
"john.doe@gmail.com"
PII
First name
CEL
Copy
first_name
Example
Copy
"John"
PII
Last name
CEL
Copy
last_name
Example
Copy
"Doe"
PII
Phone number
CEL
Copy
phone
Example
Copy
"+15551234123"
HI
PII
Tags
CEL
Copy
tags
Example
Copy
[
"tag1",
"tag2"
]
Organization name (if plan allows)
CEL
Copy
organization_name
Example
Copy
"Morf"
PII
IP address
CEL
Copy
ip
Example
Copy
"1.2.3.4"
HI
ID
PII
Custom fields’ values
CEL
Copy
field_values
Example
Copy
{
"Age Group": ">60",
"Timezone": "America/Los_Angeles"
}
When a webhook ran for the contact
CEL
Copy
updated_at
Example
Copy
"2024-01-01T09:00:00Z"
Customer account name
CEL
Copy
customer_account_name
Example
Copy
"Morf"
Copy
{
"customer_account_name": "Morf",
"email": "john.doe@gmail.com",
"field_values": {
"Age Group": ">60",
"Timezone": "America/Los_Angeles"
},
"first_name": "John",
"id": "10",
"ip": "1.2.3.4",
"last_name": "Doe",
"organization_name": "Morf",
"phone": "+15551234123",
"tags": [
"tag1",
"tag2"
],
"updated_at": "2024-01-01T09:00:00Z"
}
Copy
{
"customer_account_name": "Customer account name",
"email": "Email address",
"field_values": "Custom fields' values",
"first_name": "First name",
"id": "ID",
"ip": "IP address",
"last_name": "Last name",
"organization_name": "Organization name (if plan allows)",
"phone": "Phone number",
"tags": "Tags",
"updated_at": "When a webhook ran for the contact"
}
Assistant
Responses are generated using AI and may contain mistakes.