Back to Features
🛠️

In-app Notifications

ActivePlatformFREE

What it does

Real-time notifications within the POTAL Dashboard for usage alerts, compliance warnings, and system updates. Notifications appear in the bell icon dropdown and are accessible via API for integration into your own applications.

How to use it

1

View notifications

Click the bell icon in the Dashboard header to see recent notifications.

2

Access via API

GET /api/v1/notifications returns all unread notifications with timestamps and categories.

3

Mark as read

PATCH /api/v1/notifications/{id} to mark individual notifications as read.

4

Configure types

Choose which notification types appear in-app vs email in Dashboard > Settings.

API Reference

GET/api/v1/notifications

Related Features

Having issues?