You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our customers are having some trouble debugging notifications during the initial setup process. They find that it's difficult to test whether their notification delivery system is running without some visual aid. We should add a simple CLI tool and button in the dashboard to test their configuration. Both of these testing options should send a notification to the initiator.
CLI
Requires a single command, should notify the imitating user. Restricted to administrators.
As an admin:
$ coder notifications test
Test notification sent to (SMTP|Webhook)!
See your notification settings here: https://example.coder.com/deployment/notifications?tab=settings
Adjust your notification preferences here: https://example.coder.com/settings/notifications
As a member:
$ coder notifications test
Test notification sent to (SMTP|Webhook)!
Adjust your notification preferences here: https://example.coder.com/settings/notifications
Dashboard
The text was updated successfully, but these errors were encountered:
Our customers are having some trouble debugging notifications during the initial setup process. They find that it's difficult to test whether their notification delivery system is running without some visual aid. We should add a simple CLI tool and button in the dashboard to test their configuration. Both of these testing options should send a notification to the initiator.
CLI
Requires a single command, should notify the imitating user. Restricted to administrators.
As an admin:
As a member:
Dashboard
The text was updated successfully, but these errors were encountered: