> ## Documentation Index
> Fetch the complete documentation index at: https://bytebeam.io/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Email Notification Rules

## Overview

Email notification rules allow you to send alerts to specified email addresses when conditions or thresholds in your data streams are met.

These real-time updates keep you informed about critical changes or events, even when you're away from the platform. For example, an email notification can be triggered when a machine's temperature exceeds a critical threshold, alerting maintenance staff to take action.

## Creating Email Notification Rule

![](https://usercontent.clueso.io/1f4455e0-789e-4beb-8cd9-4dac96bc47e4/0b6e26dd-0757-429f-9981-f5ebad137891/7e09c5c1-1ebf-435b-9142-6ee044258c63/images/c2e66ed0-b98b-4527-9df8-2f8bd844b214.gif)

To create an Email Notification in the Bytebeam console:

<Steps>
  <Step title="Access Notification Rules"> Navigate to the **Alerts** tab and click on **Notification Rules**. </Step>
  <Step title="Initiate Creation"> Click on the **+ Notification Rule** button and select the **Email** option. </Step>

  <Step title="Fill Details">
    <p>
      Enter the notification rule name and the email addresses separated by commas where you want the notifications to be sent. Select the created alert rules, enable the **Notify on Deactivation toggle**, and specify the notification interval, which determines how frequently emails are sent. Configure the timezone and select the alert template. Finally, click **Submit**.
    </p>

    <Warning>
      Enabling the **Notify on Deactivation** toggle allows you to receive notifications when an alert is deactivated, in addition to the existing activation emails.
    </Warning>
  </Step>
</Steps>

Your new **Email Notification Rule** will be listed in the Notification Rules table.

<Note>You can test the notification for its working by clicking on **Test Notification** button and check your inbox.</Note>
<Note>You can customize the activation and deactivation templates to suit your needs by following [this guide](/platform-guide/alert-system/notification-system/alert-templates). </Note>
<Info>Hover over the notification rule name to view its ID and name in the tooltip. Click on the name to copy both to the clipboard.</Info>

## Editing Email Notification Rule

![](https://usercontent.clueso.io/1f4455e0-789e-4beb-8cd9-4dac96bc47e4/0b6e26dd-0757-429f-9981-f5ebad137891/7e09c5c1-1ebf-435b-9142-6ee044258c63/images/f481d876-1a0d-4f76-b044-44c9c05c146f.gif)

To edit an existing Email Notification in the Bytebeam console:

<Steps>
  <Step title="Access Notification Rules"> Navigate to the **Alerts** tab and click on **Notification Rules**. </Step>
  <Step title="Initiate Edit"> Find the email notification in the **Notification Rules** and click the **Edit** icon next to it. </Step>
  <Step title="Modify Details"> Add or remove the email addresses, change the template, timezone, interval, enable or disable toggle for notifying on deactivation and click **Submit** to save your changes. </Step>
</Steps>

<Warning>You can not change the alert rule for the same notification rule once the notification rule is created with it.</Warning>

## Deleting Email Notification Rule

![](https://usercontent.clueso.io/1f4455e0-789e-4beb-8cd9-4dac96bc47e4/0b6e26dd-0757-429f-9981-f5ebad137891/7e09c5c1-1ebf-435b-9142-6ee044258c63/images/9b5b8bc7-7b76-4372-97da-a15f2b8a4930.gif)

To delete an existing Email Notification in the Bytebeam console:

<Steps>
  <Step title="Access Notification Rules"> Navigate to the **Alerts** tab and click on **Notification Rules**. </Step>
  <Step title="Initiate Deletion"> Find the email notification in the **Notification Rules** and click the **Delete** icon next to it. </Step>
  <Step title="Confirm Deletion"> Enter the exact text that is shown on the modal and click **Submit** to delete the notification. </Step>
</Steps>
