update_notification_preferences
Update notification preferences for your account. Control per-type toggles, email frequency, or enable Do Not Disturb mode.
Instructions
Update notification preferences for the current user — per-type toggles, email frequency, or Do Not Disturb.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| preferences | No | Per-type notification toggles, e.g. { "fileEdit": false, "mention": true }. | |
| workspaceId | No | Workspace ID. Defaults to configured workspace. | |
| doNotDisturb | No | Enable Do Not Disturb mode. | |
| emailEnabled | No | Master toggle for all notification emails. | |
| inAppEnabled | No | Master toggle for all in-app notifications. | |
| emailFrequency | No | How often to receive email digests. | |
| doNotDisturbUntil | No | ISO datetime to end DND (optional). |