# notification_channel Notification delivery channel management for alerts and event notifications ## Get list of notification channels - [GET /notification_channels](https://docs.vilna.io/apis/spec/notification_channel/listnotificationchannels.md): Returns a paginated list of all notification delivery channels ## Create NATS notification channel - [POST /notification_channels/nats](https://docs.vilna.io/apis/spec/notification_channel/createnatschannel.md): Creates a new NATS notification channel for subject-based messaging ## Update NATS notification channel - [PATCH /notification_channels/nats/{notification_channel_id}](https://docs.vilna.io/apis/spec/notification_channel/patchnatschannel.md): Update the configuration of an existing NATS notification channel ## Create Telegram notification channel - [POST /notification_channels/telegram](https://docs.vilna.io/apis/spec/notification_channel/createtelegramchannel.md): Creates a new Telegram notification channel for bot message delivery ## Update Telegram notification channel - [PATCH /notification_channels/telegram/{notification_channel_id}](https://docs.vilna.io/apis/spec/notification_channel/patchtelegramchannel.md): Update the configuration of an existing Telegram notification channel ## Create Webhook notification channel - [POST /notification_channels/webhook](https://docs.vilna.io/apis/spec/notification_channel/createwebhookchannel.md): Creates a new Webhook notification channel for HTTP callback delivery ## Update Webhook notification channel - [PATCH /notification_channels/webhook/{notification_channel_id}](https://docs.vilna.io/apis/spec/notification_channel/patchwebhookchannel.md): Update the configuration of an existing Webhook notification channel ## Get notification channel by ID - [GET /notification_channels/{notification_channel_id}](https://docs.vilna.io/apis/spec/notification_channel/getnotificationchannel.md): Returns detailed information about a specific notification channel ## Delete notification channel - [DELETE /notification_channels/{notification_channel_id}](https://docs.vilna.io/apis/spec/notification_channel/deletenotificationchannel.md): Delete a notification channel by its unique identifier ## Archive notification channel - [POST /notification_channels/{notification_channel_id}/actions/archive](https://docs.vilna.io/apis/spec/notification_channel/archivenotificationchannel.md): Archives (disables) a notification channel while preserving its configuration ## Restore notification channel - [POST /notification_channels/{notification_channel_id}/actions/restore](https://docs.vilna.io/apis/spec/notification_channel/restorenotificationchannel.md): Restores an archived notification channel, making it active again