---
title: "Notification Center"
slug: "notification-center"
updated: 2026-01-09T18:32:43Z
published: 2026-01-09T18:32:43Z
---

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

# Notification Center

Our notification system keeps you informed about monitored events, delivering real-time updates as soon as results are available. Through a dedicated **Notification Settings** page, you can customize their preferred delivery method, including in-app notifications, email, Slack, or Microsoft Teams integration, or a custom webhook. Additionally, the **Notification History** section lets you view and filter past notifications for easy reference.

Follow these steps to manage your notifications effectively:

## **Access Notification Options**

1. From the main menu, select the Bell icon****(******)****in the top right corner.
  - The Notifications Center displays.

## Configure Notification Settings

1. Select the Gear icon (**) to open the Notification Settings page.
2. Choose your preferred delivery method (e.g., in-app, email, Slack, Microsoft Teams, or Custom Web Hook).
  1. To set up [Slack, Teams, or a Custom Web Hook](/v1/docs/notification-center#set-up-slack-teams-or-custom-web-hook), click the **Web Hook Settings** button in the pop-up box. Enter the pertinent webhook URL (e.g., `https://example-malicious1.com/webhook)`.
  2. > Note that this is a fictional URL for demonstration purposes only
3. Save the settings to enable notifications.

## **View Notification History**

1. From the main menu, select the Bell icon****(******)****in the top right corner.
2. Click **View All** to view your Notification History.
  - This page displays all notifications from the past 30 days, regardless of whether they were cleared.
  - Use the available filters to sort or search for specific notifications.
3. Users can select to delete specific notifications or delete all notifications.

## **Clear Notifications**

1. From the main menu, select the Bell icon****(******)****in the top right corner.
2. Click **Clear All**to remove notifications.

> [!TIP]
> Cleared notifications remain accessible in Notification History and are not deleted.
3. Click the Bell icon****(******) to clear the Notification menu.

### Webhook Payload

The webhook payload includes the notification type (i.e., Monitoring), a message indicating the number of new records and the query name, and a link to view the query results in the Silent Push app.

```plaintext
{
        "title": "Monitoring Result Ready",
        "message": "1000 Indicators found for query 'test query'.",
        "link": "/explore-result?name=test query&queryType=monitoringResults&type=monitoringResults&fromMonitoring=true&resultFileUUID=4862829b-9e98-4682-930a-3fb454196dfe&monitorName=test query&resultFileCreatedAt=2025-09-18T14:02:05 (UTC)&resultFileIocsCount=1000"
        }
```

### Create a Webhook for Microsoft Teams

1. In Microsoft Teams, go to the channel you want notifications sent to.
2. Select **Send webhook alerts to a channel**.
3. Name your workflow.
4. Copy the **HTTP POST URL** generated for the Teams workflow.
5. In Silent Push, click your user icon, select **Account Settings > Webhook Settings** tab.
6. Add the Teams **HTTP POST URL**into the Microsoft Teams field.

Alternatively, users can set up a webhook workflow. Learn more at [Create Incoming Webhooks](https://learn.microsoft.com/en-us/microsoftteams/platform/webhooks-and-connectors/how-to/add-incoming-webhook?tabs=newteams%2Cdotnet).

### Slack

![](https://cdn.document360.io/8e5460b3-9d96-4b01-8bb3-6591a4af3a8c/Images/Documentation/image(58).png)

1. Create an incoming webhook in Slack. For detailed instructions, visit [Slack Webhooks](https://api.slack.com/messaging/webhooks).
2. Copy the **HTTP POST URL** generated for Slack.
3. In Silent Push, go to **Account Settings > Webhook Settings** tab.
4. Add the Teams **HTTP POST URL**into the Slack field.

### Custom Webhook

1. Generate an **HTTP POST URL**for your custom webhook and copy it.
2. In Silent Push, click your user icon, select **Account Settings > Webhook Settings** tab.
3. Paste the Teams **HTTP POST URL**into the **Custom** field.

> **Note**: Always save your HTTP POST URL in a secure location, as it may not be retrievable after initial setup.

### 

A user-defined HTTP callback that automatically sends real-time data or alerts from a system to an external application or service, enabling seamless integration for notifications or automated workflows.
