Learn more about the other types used when reading and creating notifications and their settings via the API
The monday.com notifications, notifications_settings, and mute_board_settings APIs let you create, read, and update users' notifications and notification settings.
Each object type described below represents a specific part of a user's notification settings. You can use these object types to supply metadata in mutations or to define which fields should be returned in your queries.
BoardMuteSettings
An object containing the result of updating a board's mute notification settings via the API.
Field | Description | Enum Values |
|---|---|---|
board_id | The board's unique identifier. | |
enabled | A list of customizable settings. Only available when the board is in a |
|
mute_state | The current user's board mute settings state. |
|
NotificationSettingChannel
An object containing the available notification settings for a given channel.
Field | Description | Enum Values |
|---|---|---|
editable_status | Whether the notification channel settings are editable. |
|
enabled | Whether notifications are enabled for the channel. | |
name | The notification channel type. |
|
