System Bridge logo
Data Data by Key Keyboard Notification Open Power

API - Notification

Send notifications to the desktop.

Request

POST /api/notification
{
    "title": "Title",
    "message": "Message",
    "icon": "icon.png"
}

Response

{
    "message": "Notification sent"
}