prufa_set_notifications
Configure the notification routing matrix for 9 events, mapping each to email and Slack channels with boolean values. Returns locked events that cannot be disabled.
Instructions
Set the notification routing matrix: 'cells' is the 9-event x {email, slack} map of booleans deciding which channel each event fires on. The server validates keys and types (422 on unknown/missing keys or non-booleans) and returns {cells, locked_events} (events you can't turn off). [Pro]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cells | Yes | 9-event x {email, slack} routing matrix of booleans. |