Skip to content

chore(docs): update list of events in notification docs #16516

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Feb 13, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
md edit
  • Loading branch information
EdwardAngert committed Feb 10, 2025
commit c2ee5e13ac062cf7f0e4ec3f796e64343b9fd4d7
21 changes: 13 additions & 8 deletions docs/admin/monitoring/notifications/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,20 @@
Notifications are sent by Coder in response to specific internal events, such as
a workspace being deleted or a user being created.

Available events may differ between versions.
For a list of all events, visit your Coder deployment's
`https://coder.example.com/deployment/notifications`.

## Event Types

Notifications are sent in response to internal events, to alert the affected
user(s) of this event. Currently we support the following list of events:
user(s) of the event.

Coder supports the following list of events:

### Workspace Events

_These notifications are sent to the workspace owner._
These notifications are sent to the workspace owner:

- Workspace created
- Workspace deleted
Expand All @@ -23,29 +29,28 @@ _These notifications are sent to the workspace owner._

### User Events

_These notifications are sent to users with **owner** and **user admin** roles._
These notifications sent to users with **owner** and **user admin** roles:

- User account created
- User account deleted
- User account suspended
- User account activated

_These notifications are sent to the user themselves._
These notifications sent to users themselves:

- User account suspended
- User account activated
- User password reset (One-time passcode)

### Template Events

_These notifications are sent to users with **template admin** roles._
These notifications are sent to users with **template admin** roles:

- Template deleted
- Template deprecated
- Report: Workspace builds failed for template
> This notification delivers on a weekly CRON summarizing the failed builds for a given template.

Available events may differ between versions. See all events under `https://your-domain.com/deployment/notifications`.
- This notification is delivered as part of a weekly cron job and summarizes
the failed builds for a given template.

## Configuration

Expand Down