Install to enable notifications
- Tap the Share button in Safari's toolbar.
- Scroll down and choose Add to Home Screen.
- Open notifyme from your Home Screen and come back here.
Subscribe to a topic
A topic is just a name. Anyone who knows it can publish to it, so treat the name like a password — use something unguessable.
Your topics
Recent messages
Nothing published to this topic yet.
Diagnostics
A service worker can't be inspected on an iPhone without a Mac, so it records what it did with each push here. Note that iOS has a per-app Badges switch in Settings → Notifications and deliberately hides its state from web apps — a badge can silently not appear even when every call below succeeds.
Last push handled by the service worker
Publish
Any HTTP client works. Replace TOPIC with your topic name.
Plain text
With a title and a click-through URL
Read recent messages
Fields
message | Required. The notification body. Max 2000 characters. |
title | Optional. Defaults to the topic name. Max 200 characters. |
click | Optional. Absolute http(s) URL opened when tapped. |
tags | Optional. Up to 8 short strings. |
priority | Optional. 1–5, default 3. 1–2 deliver silently. |
With a plain-text body you can set the same fields via the
X-Title, X-Click, X-Tags and
X-Priority headers.