Skip to content

Commit 766c05c

Browse files
stirbyEdwardAngert
andauthored
chore(docs): update list of events in notification docs (#16516)
Co-authored-by: EdwardAngert <17991901+EdwardAngert@users.noreply.github.com>
1 parent 00e76b8 commit 766c05c

File tree

1 file changed

+31
-20
lines changed
  • docs/admin/monitoring/notifications

1 file changed

+31
-20
lines changed

docs/admin/monitoring/notifications/index.md

Lines changed: 31 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -3,43 +3,54 @@
33
Notifications are sent by Coder in response to specific internal events, such as
44
a workspace being deleted or a user being created.
55

6+
Available events may differ between versions.
7+
For a list of all events, visit your Coder deployment's
8+
`https://coder.example.com/deployment/notifications`.
9+
610
## Event Types
711

812
Notifications are sent in response to internal events, to alert the affected
9-
user(s) of this event. Currently we support the following list of events:
13+
user(s) of the event.
14+
15+
Coder supports the following list of events:
1016

1117
### Workspace Events
1218

13-
_These notifications are sent to the workspace owner._
19+
These notifications are sent to the workspace owner:
1420

15-
- Workspace Deleted
16-
- Workspace Manual Build Failure
17-
- Workspace Automatic Build Failure
18-
- Workspace Automatically Updated
19-
- Workspace Dormant
20-
- Workspace Marked For Deletion
21+
- Workspace created
22+
- Workspace deleted
23+
- Workspace manual build failure
24+
- Workspace automatic build failure
25+
- Workspace manually updated
26+
- Workspace automatically updated
27+
- Workspace marked as dormant
28+
- Workspace marked for deletion
2129

2230
### User Events
2331

24-
_These notifications are sent to users with **owner** and **user admin** roles._
32+
These notifications sent to users with **owner** and **user admin** roles:
2533

26-
- User Account Created
27-
- User Account Deleted
28-
- User Account Suspended
29-
- User Account Activated
30-
- _(coming soon) User Password Reset_
31-
- _(coming soon) User Email Verification_
34+
- User account created
35+
- User account deleted
36+
- User account suspended
37+
- User account activated
3238

33-
_These notifications are sent to the user themselves._
39+
These notifications sent to users themselves:
3440

35-
- User Account Suspended
36-
- User Account Activated
41+
- User account suspended
42+
- User account activated
43+
- User password reset (One-time passcode)
3744

3845
### Template Events
3946

40-
_These notifications are sent to users with **template admin** roles._
47+
These notifications are sent to users with **template admin** roles:
4148

42-
- Template Deleted
49+
- Template deleted
50+
- Template deprecated
51+
- Report: Workspace builds failed for template
52+
- This notification is delivered as part of a weekly cron job and summarizes
53+
the failed builds for a given template.
4354

4455
## Configuration
4556

0 commit comments

Comments
 (0)