<!-- DO NOT EDIT | GENERATED CONTENT -->
# notifications

Manage Coder notifications

Aliases:

* notification

## Usage

```console
coder notifications
```

## Description

```console
Administrators can use these commands to change notification settings.
  - Pause Coder notifications. Administrators can temporarily stop notifiers from
dispatching messages in case of the target outage (for example: unavailable SMTP
server or Webhook not responding):

     $ coder notifications pause

  - Resume Coder notifications:

     $ coder notifications resume

  - Send a test notification. Administrators can use this to verify the notification
target settings:

     $ coder notifications test

  - Send a custom notification to the requesting user. Sending notifications
targeting other users or groups is currently not supported:

     $ coder notifications custom "Custom Title" "Custom Message"
```

## Subcommands

| Name                                             | Purpose                    |
|--------------------------------------------------|----------------------------|
| [<code>pause</code>](https://coder.com/docs/reference/cli/notifications_pause.md)   | Pause notifications        |
| [<code>resume</code>](https://coder.com/docs/reference/cli/notifications_resume.md) | Resume notifications       |
| [<code>test</code>](https://coder.com/docs/reference/cli/notifications_test.md)     | Send a test notification   |
| [<code>custom</code>](https://coder.com/docs/reference/cli/notifications_custom.md) | Send a custom notification |
