Events
- Active Campaign
- Acuity
- Athena
- Axle Health
- Butterfly Labs
- Calendly
- Customer.io
- Elation
- Feathery
- Formsort
- Healthie
- Hubspot
- IntakeQ
- Junction
- Morf
- Posthog
- 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
Posthog Event
Event payload details and trigger documentation for Posthog Event data from Posthog
Copy
Ask AI
{
"event": {
"distinct_id": "776b6998-96d2-4914-88b8-c1668170cea0",
"elements_chain": "button:attr__id=\"pageViewBtn\"attr__onclick=\"trackPageView()\"attr_id=\"pageViewBtn\"nth-child=\"1\"nth-of-type=\"1\"text=\"Track Page View\";div.button-group:attr__class=\"button-group\"nth-child=\"3\"nth-of-type=\"2\";div.container:attr__class=\"container\"nth-child=\"1\"nth-of-type=\"1\";body:nth-child=\"2\"nth-of-type=\"1\"",
"event": "$pageview",
"properties": {
"$browser": "Chrome",
"$current_url": "https://us.posthog.com/project/158784/pipeline/new/destination/hog-template-webhook"
},
"timestamp": "2025-06-02T10:58:03.080Z",
"url": "https://us.posthog.com/project/158784/events/",
"uuid": "b677f41f-7cd9-42c4-9015-556c34879707"
},
"person": {
"id": "ecf17b10-8971-4826-a463-1fb9a24a6aff",
"name": "Example person",
"properties": {
"email": "example@posthog.com"
},
"url": "https://us.posthog.com/person/ecf17b10-8971-4826-a463-1fb9a24a6aff"
}
}
Copy
Ask AI
{
"event": {
"distinct_id": "Links events to a specific user",
"elements_chain": "Contains data on the location of autocapture events in your code",
"event": "Event name",
"properties": "Properties of the person",
"timestamp": "Timestamp of the event",
"url": "URL associated with the event",
"uuid": "Unique identifier for this event"
},
"person": {
"id": "Unique identifier for the person",
"name": "Name of the person",
"properties": "Properties of the person",
"url": "URL to the person's profile"
}
}
Events
Triggering Webhook Types
The following event types are associated with the Posthog Event event payload from Posthog.
$Autocapture
$Identify
$Pageleave
$Pageview
$Rageclick
$Screen
$Set
$Web Vitals
Copy
Ask AI
{
"event": {
"distinct_id": "776b6998-96d2-4914-88b8-c1668170cea0",
"elements_chain": "button:attr__id=\"pageViewBtn\"attr__onclick=\"trackPageView()\"attr_id=\"pageViewBtn\"nth-child=\"1\"nth-of-type=\"1\"text=\"Track Page View\";div.button-group:attr__class=\"button-group\"nth-child=\"3\"nth-of-type=\"2\";div.container:attr__class=\"container\"nth-child=\"1\"nth-of-type=\"1\";body:nth-child=\"2\"nth-of-type=\"1\"",
"event": "$pageview",
"properties": {
"$browser": "Chrome",
"$current_url": "https://us.posthog.com/project/158784/pipeline/new/destination/hog-template-webhook"
},
"timestamp": "2025-06-02T10:58:03.080Z",
"url": "https://us.posthog.com/project/158784/events/",
"uuid": "b677f41f-7cd9-42c4-9015-556c34879707"
},
"person": {
"id": "ecf17b10-8971-4826-a463-1fb9a24a6aff",
"name": "Example person",
"properties": {
"email": "example@posthog.com"
},
"url": "https://us.posthog.com/person/ecf17b10-8971-4826-a463-1fb9a24a6aff"
}
}
Copy
Ask AI
{
"event": {
"distinct_id": "Links events to a specific user",
"elements_chain": "Contains data on the location of autocapture events in your code",
"event": "Event name",
"properties": "Properties of the person",
"timestamp": "Timestamp of the event",
"url": "URL associated with the event",
"uuid": "Unique identifier for this event"
},
"person": {
"id": "Unique identifier for the person",
"name": "Name of the person",
"properties": "Properties of the person",
"url": "URL to the person's profile"
}
}
Payload Field Details
Description coming soon
CEL
Copy
Ask AI
event
Example
Copy
Ask AI
{
"distinct_id": "776b6998-96d2-4914-88b8-c1668170cea0",
"elements_chain": "button:attr__id=\"pageViewBtn\"attr__onclick=\"trackPageView()\"attr_id=\"pageViewBtn\"nth-child=\"1\"nth-of-type=\"1\"text=\"Track Page View\";div.button-group:attr__class=\"button-group\"nth-child=\"3\"nth-of-type=\"2\";div.container:attr__class=\"container\"nth-child=\"1\"nth-of-type=\"1\";body:nth-child=\"2\"nth-of-type=\"1\"",
"event": "$pageview",
"properties": {
"$browser": "Chrome",
"$current_url": "https://us.posthog.com/project/158784/pipeline/new/destination/hog-template-webhook"
},
"timestamp": "2025-06-02T10:58:03.080Z",
"url": "https://us.posthog.com/project/158784/events/",
"uuid": "b677f41f-7cd9-42c4-9015-556c34879707"
}
Unique identifier for this event
CEL
Copy
Ask AI
event.uuid
Example
Copy
Ask AI
"b677f41f-7cd9-42c4-9015-556c34879707"
Links events to a specific user
CEL
Copy
Ask AI
event.distinct_id
Example
Copy
Ask AI
"776b6998-96d2-4914-88b8-c1668170cea0"
Timestamp of the event
CEL
Copy
Ask AI
event.timestamp
Example
Copy
Ask AI
"2025-06-02T10:58:03.080Z"
Contains data on the location of autocapture events in your code
CEL
Copy
Ask AI
event.elements_chain
Example
Copy
Ask AI
"button:attr__id=\"pageViewBtn\"attr__onclick=\"trackPageView()\"attr_id=\"pageViewBtn\"nth-child=\"1\"nth-of-type=\"1\"text=\"Track Page View\";div.button-group:attr__class=\"button-group\"nth-child=\"3\"nth-of-type=\"2\";div.container:attr__class=\"container\"nth-child=\"1\"nth-of-type=\"1\";body:nth-child=\"2\"nth-of-type=\"1\""
URL associated with the event
CEL
Copy
Ask AI
event.url
Example
Copy
Ask AI
"https://us.posthog.com/project/158784/events/"
Event name
CEL
Copy
Ask AI
event.event
Example
Copy
Ask AI
"$pageview"
Properties of the person
CEL
Copy
Ask AI
event.properties
Example
Copy
Ask AI
{
"$browser": "Chrome",
"$current_url": "https://us.posthog.com/project/158784/pipeline/new/destination/hog-template-webhook"
}
Description coming soon
CEL
Copy
Ask AI
person
Example
Copy
Ask AI
{
"id": "ecf17b10-8971-4826-a463-1fb9a24a6aff",
"name": "Example person",
"properties": {
"email": "example@posthog.com"
},
"url": "https://us.posthog.com/person/ecf17b10-8971-4826-a463-1fb9a24a6aff"
}
Unique identifier for the person
CEL
Copy
Ask AI
person.id
Example
Copy
Ask AI
"ecf17b10-8971-4826-a463-1fb9a24a6aff"
Properties of the person
CEL
Copy
Ask AI
person.properties
Example
Copy
Ask AI
{
"email": "example@posthog.com"
}
Name of the person
CEL
Copy
Ask AI
person.name
Example
Copy
Ask AI
"Example person"
URL to the person’s profile
CEL
Copy
Ask AI
person.url
Example
Copy
Ask AI
"https://us.posthog.com/person/ecf17b10-8971-4826-a463-1fb9a24a6aff"
Copy
Ask AI
{
"event": {
"distinct_id": "776b6998-96d2-4914-88b8-c1668170cea0",
"elements_chain": "button:attr__id=\"pageViewBtn\"attr__onclick=\"trackPageView()\"attr_id=\"pageViewBtn\"nth-child=\"1\"nth-of-type=\"1\"text=\"Track Page View\";div.button-group:attr__class=\"button-group\"nth-child=\"3\"nth-of-type=\"2\";div.container:attr__class=\"container\"nth-child=\"1\"nth-of-type=\"1\";body:nth-child=\"2\"nth-of-type=\"1\"",
"event": "$pageview",
"properties": {
"$browser": "Chrome",
"$current_url": "https://us.posthog.com/project/158784/pipeline/new/destination/hog-template-webhook"
},
"timestamp": "2025-06-02T10:58:03.080Z",
"url": "https://us.posthog.com/project/158784/events/",
"uuid": "b677f41f-7cd9-42c4-9015-556c34879707"
},
"person": {
"id": "ecf17b10-8971-4826-a463-1fb9a24a6aff",
"name": "Example person",
"properties": {
"email": "example@posthog.com"
},
"url": "https://us.posthog.com/person/ecf17b10-8971-4826-a463-1fb9a24a6aff"
}
}
Copy
Ask AI
{
"event": {
"distinct_id": "Links events to a specific user",
"elements_chain": "Contains data on the location of autocapture events in your code",
"event": "Event name",
"properties": "Properties of the person",
"timestamp": "Timestamp of the event",
"url": "URL associated with the event",
"uuid": "Unique identifier for this event"
},
"person": {
"id": "Unique identifier for the person",
"name": "Name of the person",
"properties": "Properties of the person",
"url": "URL to the person's profile"
}
}
Assistant
Responses are generated using AI and may contain mistakes.