Events
Triggering Webhook Types
The following event types are associated with the Page event payload from Customer Io.Customer Io Page
Copy
Ask AI
{
  "anonymous_id": "569a0e86-0484-4a84-afa8-cc55b76fe5c4",
  "locale": "en-US",
  "message_id": "07cf5c9f-fbb0-4877-bfad-e158d86978ee",
  "name": "Product Details Page",
  "path": "/products/123",
  "properties": {
    "any": "value",
    "you": "can have"
  },
  "referrer": "https://google.com",
  "search": "?q=search+term",
  "timestamp": "2024-03-20T15:30:00Z",
  "title": "Product Details",
  "url": "https://example.com/products/123",
  "user_agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7)",
  "user_id": "569a0e86-0484-4a84-afa8-cc55b76fe5c4"
}
Copy
Ask AI
{
  "anonymous_id": "Anonymous identifier for the user",
  "locale": "Locale of the page view",
  "message_id": "Unique identifier for this message",
  "name": "Name of the page",
  "path": "Path portion of the URL",
  "properties": "Page event properties, free-form dictionary of properties of the event",
  "referrer": "URL of the previous page",
  "search": "Query string portion of the URL",
  "timestamp": "When this page view occurred",
  "title": "Page title",
  "url": "Full URL of the page",
  "user_agent": "User agent string from the client",
  "user_id": "Identifier for the page view (same as anonymous_id for Page events)"
}
Payload Field Details
Hide fields
Hide fields
Identifier for the page view (same as anonymous_id for Page events)
CEL
Copy
Ask AI
user_id
Example
Copy
Ask AI
"569a0e86-0484-4a84-afa8-cc55b76fe5c4"
Path portion of the URL
CEL
Copy
Ask AI
path
Example
Copy
Ask AI
"/products/123"
URL of the previous page
CEL
Copy
Ask AI
referrer
Example
Copy
Ask AI
"https://google.com"
Query string portion of the URL
CEL
Copy
Ask AI
search
Example
Copy
Ask AI
"?q=search+term"
Page title
CEL
Copy
Ask AI
title
Example
Copy
Ask AI
"Product Details"
Full URL of the page
CEL
Copy
Ask AI
url
Example
Copy
Ask AI
"https://example.com/products/123"
User agent string from the client
CEL
Copy
Ask AI
user_agent
Example
Copy
Ask AI
"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7)"
Locale of the page view
CEL
Copy
Ask AI
locale
Example
Copy
Ask AI
"en-US"
When this page view occurred
CEL
Copy
Ask AI
timestamp
Example
Copy
Ask AI
"2024-03-20T15:30:00Z"
Unique identifier for this message
CEL
Copy
Ask AI
message_id
Example
Copy
Ask AI
"07cf5c9f-fbb0-4877-bfad-e158d86978ee"
Page event properties, free-form dictionary of properties of the event
CEL
Copy
Ask AI
properties
Example
Copy
Ask AI
{
"any": "value",
"you": "can have"
}
Anonymous identifier for the user
CEL
Copy
Ask AI
anonymous_id
Example
Copy
Ask AI
"569a0e86-0484-4a84-afa8-cc55b76fe5c4"
Name of the page
CEL
Copy
Ask AI
name
Example
Copy
Ask AI
"Product Details Page"
