Classroom & Events
The Event Webhook delivers an event payload any time a user registers for a Classroom or Event activity on a pathway. The payload contains an array of events
in the data
property and each event object contains a list of attendees
that have registered (confirmed attendance).
Payload Example
Event Object
Attendee Object
The attendee object will contain a guid
which is used in the consume endpoint for events. This will allow integrations to set the booking state if the intention is to manage attendance of events via external systems.
Last updated