Subscribe a notification on your device (Mobile Phone and PC)
Create and manage notifications.
Send a notification.
| Field | Type | Required | Description |
|---|---|---|---|
| title | string | Yes | Notification title. |
| body | string | Yes | Notification body text. |
| token | string | Yes | Notification token. |
{
"title": "Hello",
"body": "This is a test notification.",
"token": "your-token-here"
}
To install this app on your Android device, tap the "Setting" button in Browser and select "Add to Home Screen".
Push API is only supported on PWA.
To install this app on your iOS device, tap the "Share" button in Safari and select "Add to Home Screen".
Manage your service worker.
Manage notification permission.