โน๏ธ Reservation Events
All reservation-related business events. Each event represents a significant state change or action in the reservation lifecycle.
Lifecycle Events
Core reservation state transitions and updates.
| Event | Topic | Description |
|---|---|---|
| ๐ Created | RESERVATION_CREATED |
New reservation has been created in the system |
| ๐ Updated | RESERVATION_UPDATED |
Reservation details have been modified |
| ๐ Condition Updated | RESERVATION_CONDITION_UPDATED |
Reservation condition or validation status changed |
| โก๏ธ Checked In | RESERVATION_CHECKED_IN |
Guest has officially checked in to the property |
| โฌ ๏ธ Checked Out | RESERVATION_CHECKED_OUT |
Guest has officially checked out from the property |
| ๐๏ธ Cancelled | RESERVATION_CANCELLED |
Reservation has been cancelled |
| โ No-Show | RESERVATION_NO_SHOW |
Guest did not arrive for their reservation |
Pre-Check-In Events
Guest pre-arrival flow progression and completion.
| Event | Topic | Description |
|---|---|---|
| ๐ Flow Changed | RESERVATION_PRECHECKIN_FLOW_CHANGED |
Guest made progress in pre-check-in flow |
| โ Flow Completed | RESERVATION_PRECHECKIN_FLOW_COMPLETED |
Guest completed all pre-check-in steps |
Pre-Check-Out Events
Guest departure flow progression and completion.
โ ๏ธ Only available for PMS Oracle / Mews
| Event | Topic | Description |
|---|---|---|
| ๐ Flow Changed | RESERVATION_PRECHECKOUT_FLOW_CHANGED |
Guest made progress in pre-check-out flow |
| โ Flow Completed | RESERVATION_PRECHECKOUT_FLOW_COMPLETED |
Guest completed all pre-check-out steps |
Door Access Events
Smart lock synchronization and door access operations.
| Event | Topic | Description |
|---|---|---|
| โ Sync Success | RESERVATION_DOOR_ACCESS_SYNC_SUCCESS |
Door access credentials synchronized successfully |
| โ Sync Failed | RESERVATION_DOOR_ACCESS_SYNC_FAILED |
Door access synchronization failed |
| โ Open Success | RESERVATION_DOOR_OPEN_SUCCESS |
Guest successfully opened door using digital key |
| โ Open Failed | RESERVATION_DOOR_OPEN_FAILED |
Guest failed to open door with digital key |
Notification Events
Email and messaging delivery status.
| Event | Topic | Description |
|---|---|---|
| โ Sent | RESERVATION_NOTIFICATION_SENT |
Notification successfully sent to guest |
| โ Failed | RESERVATION_NOTIFICATION_FAILED |
Notification delivery failed |
Action Events
Staff-initiated operations and manual interventions.
| Event | Topic | Description |
|---|---|---|
| โ Success | RESERVATION_ACTION_SUCCESS |
Staff action completed successfully |
| โ Failed | RESERVATION_ACTION_FAILED |
Staff action failed to complete |
Build powerful integrations with real-time reservation events ๐