---
title: Configure Cloudflare Notifications
description: Set up notifications via email, webhooks, or PagerDuty.
image: https://developers.cloudflare.com/core-services-preview.png
---

> Documentation Index  
> Fetch the complete documentation index at: https://developers.cloudflare.com/notifications/llms.txt  
> Use this file to discover all available pages before exploring further.

[Skip to content](#%5Ftop) 

# Configure Cloudflare Notifications

The list of notifications available depends on the type of account you have. Refer to [Available Notifications](https://developers.cloudflare.com/notifications/notification-available/) to learn more about what each notification does and what do to when receiving one.

You can check the [Notification History](https://developers.cloudflare.com/notifications/notification-history/) using the API to view notifications that have been generated for your account.

## Permissions

To create a notification via the Cloudflare dashboard, you will need to have the Super Administrator or Administrator role.

You can also create a notification if you have the account edit role, which allows you create any type of notification.

An API token needs to have the [Notifications Read/Write permission ↗](https://developers.cloudflare.com/fundamentals/api/reference/permissions/) to create a notification,

Some notifications can only be created if you have a Professional, Business or Enterprise account or if you are using a particular Cloudflare product.

## Configure notifications

This guide will help you create, edit, test, or delete notifications using the Cloudflare dashboard.

### Create a notification

You can create a notification via the Cloudflare dashboard.

1. In the Cloudflare dashboard, go to the **Notifications** page.  
[ Go to **Notifications** ](https://dash.cloudflare.com/?to=/:account/notifications)
2. Select **Add**.
3. On the notification you want to create, choose **Select**.
4. Name the notification.
5. Enter an email address to receive the notifications.

Note

Professional and Business plans will have access to more notifications and PagerDuty. Accounts with a paid service will additionally have access to webhooks.

1. (Optional) Specify any additional options for the notification, if required. For example, some notifications require that you select one or more domains or services.
2. Select **Create**.

The browser will navigate back to the list of notifications, where the new notification will appear as **Enabled**.

### Edit a notification

You can edit existing Notifications via the Cloudflare dashboard.

1. In the Cloudflare dashboard, go to the **Notifications** page.  
[ Go to **Notifications** ](https://dash.cloudflare.com/?to=/:account/notifications)
2. On the notification that you want to modify, select **Edit**.
3. Make your changes as needed and select **Save**.

The browser will navigate back to the list of notifications.

### Disable or delete a notification

You can delete or disable existing Notifications via the Cloudflare dashboard.

1. In the Cloudflare dashboard, go to the **Notifications** page.  
[ Go to **Notifications** ](https://dash.cloudflare.com/?to=/:account/notifications)
2. On the notification that you want to disable, select the **Enabled** toggle. To delete it, select **Delete**.

### Mute a notification

You can temporarily mute a notification to stop receiving alerts for a set period of time. Muted notifications create a silence that automatically expires after the specified duration.

1. In the Cloudflare dashboard, go to the **Notifications** page.  
[ Go to **Notifications** ](https://dash.cloudflare.com/?to=/:account/notifications)
2. On the notification that you want to mute, select **Mute**.
3. Select a duration preset (**1h**, **12h**, or **24h**), or set a custom time range using the **Start Time** and **End Time** fields.
4. Select **Save**.

Note

While a notification is muted, alerts that would have triggered it are suppressed and will not be sent. However, silenced alerts still appear in [Notification History](https://developers.cloudflare.com/notifications/notification-history/) and are marked as silenced.

### Manage silences

You can view, edit, or delete existing silences from the **Silences** tab.

1. In the Cloudflare dashboard, go to the **Notifications** page.  
[ Go to **Notifications** ](https://dash.cloudflare.com/?to=/:account/notifications)
2. Select the **Silences** tab.
3. To create a new silence, select **Add**. To modify an existing silence, select **Edit**. To remove a silence before it expires, select **Delete**.

### Test a notification

To verify that notifications will be sent to the correct location or to view which details are available, you can test a notification by selecting **Test** on any enabled notification.

This action sends a notification with fake data.

```json
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"item":{"@id":"/directory/","name":"Directory"}},{"@type":"ListItem","position":2,"item":{"@id":"/notifications/","name":"Notifications"}},{"@type":"ListItem","position":3,"item":{"@id":"/notifications/get-started/","name":"Configure Cloudflare Notifications"}}]}
```
