ntfy.vaspian.me
test publish

Send a test notification

Sends a real notification through ntfy.sh. Default topic is vaspian-test — use that to verify a new phone subscription without paging anyone. Cloudflare Access gates this page, so only authenticated users can fire the form.

Publishes via the Pages Function at /api/publish

Want to do this from the terminal?

~/.claude/skills/ntfy-expert/scripts/send.sh \
  --topic vaspian-test \
  --title "Hello" \
  "test body"

Or raw curl

curl -d "test body" \
  -H "Title: Hello" \
  -H "Priority: high" \
  https://ntfy.sh/vaspian-test