SmartNotify

Login Illustration
Welcome to SmartNotify
Version v1.3.2

Subscription


Subscribe a notification on your device (Mobile Phone and PC)

  1. Add this page to your mobile home screen by following the steps Steps
  2. Generate a notification token
  3. Enter the token:

Subscribed Notification on this device

Notification Settings


Create and manage notifications.

  1. Create a notification
  2. Publish to subscribers

Your Notifications

Message History


Browse notification delivery history on this device.

Open with /?id=123#history-page to jump to a specific history item.

Overview


Getting Started

  1. Create a new notification item, then locate its token in the list for later steps.
  2. Go to the subscription page and subscribe using that token so this device can receive messages.
    Paste the token into the subscription form and confirm to bind this device.
  3. Test Delivery
    Use the test button on the notification page to send a quick test message to verify delivery.
    This helps confirm permissions, subscription status, and delivery before production use.
  4. Send Notifications via Device
    On the device notification page, fill in the title, body, and token information.
  5. Send Notifications via API
    Send notifications via HTTP request with the title, body, and token for real usage.

Base URL

API

POST /api/notify

Send a notification.

Request
Content-Type: application/json
Body:
Field Type Required Description
title string Yes Notification title.
body string Yes Notification body text.
token string Yes Notification token.
Example Body
{
  "title": "Hello",
  "body": "This is a test notification.",
  "token": "your-token-here"
}
Responses
  • 202 Accepted Request accepted.
  • 400 Bad Request Invalid or missing fields.
  • 500 Internal Server ErrorServer error.

Installation


Install Web Apps on Android

To install this app on your Android device, tap the "Setting" button in Browser and select "Add to Home Screen".

Install Web Apps on iOS

To install this app on your iOS device, tap the "Share" button in Safari and select "Add to Home Screen".

Settings


Mobile UUID

Notification Service: 

Notification Permission: 

Initialization Error