You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a user, I would like to disable the workspace deleted notification because I regularly spawn and destroy workspaces, in order to not be annoyed by the notifications and block them all
As an operator, I would specifically like the user account created notification to be sent via webhook (while all others are sent by SMTP), so that I can programmatically trigger a Slack notification to my billing department
As a user or operator, I would like a web UI through which to modify my notification preferences
Upon enqueue, a new notification_messages entry must not be added
Upon dequeue (for any messages already in the queue at the time of the template being disabled), notification_messages rows must be marked as inhibited & not sent
Notification preferences will define if a notification should be sent to a particular user, and if so then by which method it should be sent.
The original concept was described in the RFC.
This feature is described in this new RFC: Notification Preferences.
Example user stories:
Requirements:
notification_messages
entry must not be addednotification_messages
rows must be marked asinhibited
& not sentThe text was updated successfully, but these errors were encountered: