{
"action": "TIME_SPENT_IN_SESSION",
"actionId": "a912a64f-8865-4289-9024-9a120792c3d8",
"actor": {
"id": "h212a64f-8865-4289-9024-9a120792c3d8",
"type": "USER"
},
"actionCreatedAt": "2023-10-01T12:00:00Z",
"registration": {
"id": "d5e31ba5-2d1e-4918-bb60-dd1514b4b397",
"profile": {
"firstName": "Jane",
"lastName": "Smith",
"email": "jane.smith@example.com",
"company": "Zuddl",
"designation": "Senior Software Engineer",
"bio": "Jane is a senior engineer with over 10 years of experience in cloud architecture.",
"headline": "Cloud Architecture Expert | Tech Speaker",
"industry": "Information Technology",
"country": "United States",
"phoneNumber": "+1-2125551234"
}
},
"event": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"organizationId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "Huddle with zuddl."
},
"session": {
"id": "d5e31ba5-2d1e-4918-bb60-dd1514b4b397",
"title": "Session 1",
"description": "Session 1 description",
"startDateTime": "2025-03-14T05:55:00Z",
"endDateTime": "2025-03-14T05:55:00Z",
"location": {
"locationId": "d5e31ba5-2d1e-4918-bb60-dd1514b4b397",
"locationName": "Session location",
"type": "STAGE",
"link": "<string>"
},
"speakers": [
{
"speakerId": "d5e31ba5-2d1e-4918-bb60-dd1514b4b397",
"url": "<string>"
}
],
"sponsors": [
{
"sponsorId": "d5e31ba5-2d1e-4918-bb60-dd1514b4b397",
"url": "<string>"
}
],
"tags": [
"tag1",
"tag2"
]
},
"timeSpentInMinutes": 123
}
This webhook is triggered 1 hour after event ends if the attendee has spent time in a session.
{
"action": "TIME_SPENT_IN_SESSION",
"actionId": "a912a64f-8865-4289-9024-9a120792c3d8",
"actor": {
"id": "h212a64f-8865-4289-9024-9a120792c3d8",
"type": "USER"
},
"actionCreatedAt": "2023-10-01T12:00:00Z",
"registration": {
"id": "d5e31ba5-2d1e-4918-bb60-dd1514b4b397",
"profile": {
"firstName": "Jane",
"lastName": "Smith",
"email": "jane.smith@example.com",
"company": "Zuddl",
"designation": "Senior Software Engineer",
"bio": "Jane is a senior engineer with over 10 years of experience in cloud architecture.",
"headline": "Cloud Architecture Expert | Tech Speaker",
"industry": "Information Technology",
"country": "United States",
"phoneNumber": "+1-2125551234"
}
},
"event": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"organizationId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "Huddle with zuddl."
},
"session": {
"id": "d5e31ba5-2d1e-4918-bb60-dd1514b4b397",
"title": "Session 1",
"description": "Session 1 description",
"startDateTime": "2025-03-14T05:55:00Z",
"endDateTime": "2025-03-14T05:55:00Z",
"location": {
"locationId": "d5e31ba5-2d1e-4918-bb60-dd1514b4b397",
"locationName": "Session location",
"type": "STAGE",
"link": "<string>"
},
"speakers": [
{
"speakerId": "d5e31ba5-2d1e-4918-bb60-dd1514b4b397",
"url": "<string>"
}
],
"sponsors": [
{
"sponsorId": "d5e31ba5-2d1e-4918-bb60-dd1514b4b397",
"url": "<string>"
}
],
"tags": [
"tag1",
"tag2"
]
},
"timeSpentInMinutes": 123
}
Signature to verify the webhook request
Information about time spent in session activity
Webhook payload for time spent in session activity
Return a 200 status to indicate that the data was received successfully
Was this page helpful?