mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
eec6c8c120
## Description Adds support for sending an ad‑hoc custom notification to the authenticated user via API and CLI. This is useful for surfacing the result of scripts or long‑running tasks. Notifications are delivered through the configured method and the dashboard Inbox, respecting existing preferences and delivery settings. ## Changes * New notification template: “Custom Notification” with a label for a custom title and a custom message. * New API endpoint: `POST /api/v2/notifications/custom` to send a custom notification to the requesting user. * New API endpoint: `GET /notifications/templates/custom` to get custom notification template. * New CLI subcommand: `coder notifications custom <title> <message>` to send a custom notification to the requesting user. * Documentation updates: Add a “Custom notifications” section under Administration > Monitoring > Notifications, including instructions on sending custom notifications and examples of when to use them. Closes: https://github.com/coder/coder/issues/19611
10 lines
164 B
Plaintext
10 lines
164 B
Plaintext
coder v0.0.0-devel
|
|
|
|
USAGE:
|
|
coder notifications custom <title> <message>
|
|
|
|
Send a custom notification
|
|
|
|
———
|
|
Run `coder --help` for a list of global options.
|