# Scheduler notifications

Source: https://developer.nylas.com/docs/reference/notifications/scheduler/

Notifications about booking events from Nylas Scheduler.

## Triggers

- [`booking.created`](https://developer.nylas.com/docs/reference/notifications/scheduler/booking-created/) - Sent when a guest creates a booking.
- [`booking.pending`](https://developer.nylas.com/docs/reference/notifications/scheduler/booking-pending/) - Sent when a guest schedules a pending booking that requires confirmation.
- [`booking.rescheduled`](https://developer.nylas.com/docs/reference/notifications/scheduler/booking-rescheduled/) - Sent when a guest reschedules a booking.
- [`booking.cancelled`](https://developer.nylas.com/docs/reference/notifications/scheduler/booking-cancelled/) - Sent when a guest cancels a booking.
- [`booking.reminder`](https://developer.nylas.com/docs/reference/notifications/scheduler/booking-reminder/) - Sent at the scheduled reminder time before a booking.
