Skip to content
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
Next Next commit
updated list of events in notification docs
  • Loading branch information
stirby committed Feb 10, 2025
commit 2a5bf85303996800ee662efec1a91d942797deaa
36 changes: 21 additions & 15 deletions docs/admin/monitoring/notifications/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,34 +12,40 @@ user(s) of this event. Currently we support the following list of events:

_These notifications are sent to the workspace owner._

- Workspace Deleted
- Workspace Manual Build Failure
- Workspace Automatic Build Failure
- Workspace Automatically Updated
- Workspace Dormant
- Workspace Marked For Deletion
- Workspace created
- Workspace deleted
- Workspace manual build failure
- Workspace automatic build failure
- Workspace manually updated
- Workspace automatically updated
- Workspace marked as dormant
- Workspace marked for deletion

### User Events

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

- User Account Created
- User Account Deleted
- User Account Suspended
- User Account Activated
- _(coming soon) User Password Reset_
- _(coming soon) User Email Verification_
- User account created
- User account deleted
- User account suspended
- User account activated

_These notifications are sent to the user themselves._

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

### Template Events

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

- Template Deleted
- 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`.

## Configuration

Expand Down