Identify
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
Identify
Event payload details and trigger documentation for Identify data from Customer Io
{
"anonymous_id": "569a0e86-0484-4a84-afa8-cc55b76fe5c4",
"message_id": "07cf5c9f-fbb0-4877-bfad-e158d86978ee",
"timestamp": "2024-03-20T15:30:00Z",
"traits": {
"email": "peter@example.com",
"logins": 5,
"name": "Peter Gibbons",
"plan": "premium"
},
"user_id": "97980cfea0067"
}
{
"anonymous_id": "Anonymous identifier for the user before identification",
"message_id": "Unique identifier for this message",
"timestamp": "When this identify event occurred",
"traits": "User traits containing information like name, email, plan, and login count",
"user_id": "Unique identifier for the user"
}
Events
Triggering Webhook Types
The following event types are associated with the Identify event payload from Customer Io.
Customer Io Identify
{
"anonymous_id": "569a0e86-0484-4a84-afa8-cc55b76fe5c4",
"message_id": "07cf5c9f-fbb0-4877-bfad-e158d86978ee",
"timestamp": "2024-03-20T15:30:00Z",
"traits": {
"email": "peter@example.com",
"logins": 5,
"name": "Peter Gibbons",
"plan": "premium"
},
"user_id": "97980cfea0067"
}
{
"anonymous_id": "Anonymous identifier for the user before identification",
"message_id": "Unique identifier for this message",
"timestamp": "When this identify event occurred",
"traits": "User traits containing information like name, email, plan, and login count",
"user_id": "Unique identifier for the user"
}
Payload Field Details
Unique identifier for the user
CEL
user_id
Example
"97980cfea0067"
When this identify event occurred
CEL
timestamp
Example
"2024-03-20T15:30:00Z"
Unique identifier for this message
CEL
message_id
Example
"07cf5c9f-fbb0-4877-bfad-e158d86978ee"
User traits containing information like name, email, plan, and login count
CEL
traits
Example
{
"email": "peter@example.com",
"logins": 5,
"name": "Peter Gibbons",
"plan": "premium"
}
Anonymous identifier for the user before identification
CEL
anonymous_id
Example
"569a0e86-0484-4a84-afa8-cc55b76fe5c4"
{
"anonymous_id": "569a0e86-0484-4a84-afa8-cc55b76fe5c4",
"message_id": "07cf5c9f-fbb0-4877-bfad-e158d86978ee",
"timestamp": "2024-03-20T15:30:00Z",
"traits": {
"email": "peter@example.com",
"logins": 5,
"name": "Peter Gibbons",
"plan": "premium"
},
"user_id": "97980cfea0067"
}
{
"anonymous_id": "Anonymous identifier for the user before identification",
"message_id": "Unique identifier for this message",
"timestamp": "When this identify event occurred",
"traits": "User traits containing information like name, email, plan, and login count",
"user_id": "Unique identifier for the user"
}