🚧 The following types are only available in API versions 2025-10 and later
The monday.com mute_board_settings
API lets you read and update a board's mute notification settings.
Each object type described below represents a specific part of the board's mute 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 ID | The board's unique identifier. | |
enabled [CustomizableBoardSettings!] | A list of customizable settings. Only available when the board is in a CUSTOM_SETTINGS state, otherwise it returns null. | AUTOMATION_NOTIFIED IM_ASSIGNED IM_MENTIONED |
mute_state BoardMuteState | The current user's board mute settings state. | CURRENT_USER_MUTE_ALL CUSTOM_SETTINGS MENTIONS_AND_ASSIGNS_ONLY MUTE_ALL NOT_MUTED |