Organization admins can control how and when booking guests receive notifications. These settings define the default notification behavior for all members in the organization, while individual users can still override preferences at their own level.Documentation Index
Fetch the complete documentation index at: https://cal.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
How notification precedence works
Cal.com resolves notification preferences using a hierarchical model:- Organization defaults — set by the org admin, applied to all members
- User overrides — individual members can override organization defaults
Supported notification events
The following booking events can trigger guest notifications:| Event | Description |
|---|---|
| Booking confirmed | A new booking is confirmed |
| Booking cancelled | An existing booking is cancelled |
| Booking rescheduled | A booking is rescheduled to a new time |
| Booking reminder | A reminder is sent before the booking |
Supported notification channels
Organization admins can enable or disable notifications across these channels:- Email — standard email notifications to guests
- Web push — browser push notifications for users with an active Cal.com session
- SMS — text message notifications (when a phone number is available)
Configuring organization notification defaults
Navigate to organization settings
Go to Settings → Organization → Notification preferences in your Cal.com admin panel.
Set default preferences
For each notification event, choose which channels should be enabled by default for all organization members.
By default, all notification channels are enabled for all events. Organization settings only need to be configured if you want to restrict or customize the default behavior.
User-level overrides
Individual organization members can override the organization defaults from their personal notification settings:- Go to Settings → Notifications
- Adjust preferences for specific events or channels
- Save changes
API configuration
You can also manage notification preferences programmatically using the Cal.com API. Organization notification preferences are managed through the organization settings endpoints.Refer to the API v2 Reference for full details on available endpoints and parameters.