-
Notifications
You must be signed in to change notification settings - Fork 2
Description
Last Updated: Mar. 19, 2026
Estuary supports a diverse and steadily expanding set of alert types. Presently, by default, all alert types for a given prefix are subscribed to when an alert subscription is created and this set is immutable in the client. It would be advantageous to provide greater visibility into the alert types available as well as enable customization when creating/updating an alert subscription.
Below are the base requirements for this feature:
-
Update the Organization Notifications table on the Settings tab of the Admin page to include a column which displays the alert types enabled for a given subscription.
-
Add a drop-down menu which enables the selection of alert types to the Configure/Update Notification Methods dialog.
Design
Last Updated: Jan. DD, YYYY
Image label
Insert image here.
Dependencies
Last Updated: Mar. 18, 2026
- GraphQL support. GraphQL endpoint(s) that enable alert types to be specified when a subscription is created/edited and returns the comprehensive set of possible alert types (complete with a description).
- Model update. Update the alert type metadata returned by the GraphQL endpoint used to fetch the comprehensive set of possible alert types.
Additional Comments
- Add a comment or question here.
References
Code
-
GraphQL implementation. The alert subscription-related GraphQL implementation and tests.
-
GraphQL mutation overview. The function headers for the set of alert subscription-related GraphQL mutations.
Design
- Asset Name | Latest. A brief description of the design document or reference. For design documents (e.g., mock ups, wire frames, etc.), please identify the location of the relevant content.