> For the complete documentation index, see [llms.txt](https://docs.connect.jfrog.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.connect.jfrog.io/features-new-ui/tools/get-alerts/create-channel.md).

# Create Channel

A channel is the medium over which you [receive alerts](/features-new-ui/tools/get-alerts.md). For example, you can receive alerts by email or by webhook to one or more applications such as a pager or an external dashboard.&#x20;

You must have at least one channel configured to configure an alert in JFrog Connect. The channels give you a lot of flexibility with your alerts in that you can configure different alerts to be delivered on different channels, and different channels to serve different subsets of devices.

To create a channel, do the following:

1. There are two ways to get to the New Channel configuration:
   * In the left navigation tree, click **Alerts** > **Create Alert** > **Create Channel**, or
   * In the left navigation tree, click **Alerts** > **Configuration tab** > **Channels** > **Create Channel**.

<div align="left"><figure><img src="/files/Yf4wbdEOQ2wmffKY9I7i" alt="" width="375"><figcaption></figcaption></figure></div>

2. Complete the following information:

* **Channel Name**: Enter a name that will help you remember the purpose of this channel.
* **Send to channel when alert triggered**: The notification will be sent to the channel as soon as the alert is triggered. (Can be marked with or without marking “when alert finished”).
* **Send to channel when alert finished**: A notification will be sent to the channel when the alert is finished. (Can be marked with or without marking “when alert triggered”.)&#x20;
* **Send to channel with bundled alerts**: Mark this to avoid multiple messages through the selected channel type in case multiple devices are triggered at the same moment. If enabled, the alert will be sent as a list of all triggered devices in a single message. This is recommended for channels that will be used for alerts on large deployments. For more information, see [Set Alert upon Deployment Failure](/features-new-ui/deployments/update-deployment/set-alert-upon-failure.md).
* **Type**: The type of channel can be Email or Webhook.&#x20;
  * **Email**: Enter a valid email address. The address must exist already. The email body is a standard email and cannot be customized.
  * **Webhook**: enter the Webhook URL. This is the URL of the application that will receive the alert messages. You can use the default payload schema for the alert message, or you can [customize the payload schema](/features-new-ui/tools/get-alerts/create-channel/set-webhook.md).

## What’s Next?

Learn how to customize a webhook payload or use preformatted webhook templates in [Set Webhook](/features-new-ui/tools/get-alerts/create-channel/set-webhook.md).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.connect.jfrog.io/features-new-ui/tools/get-alerts/create-channel.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
