Skip to content

Introduction

Notifly is a SaaS for notifications, monitoring and feedback. A single HTTP request delivers a message from your server, script, CMS or AI agent straight to your phone, browser, email or Telegram. No workers, no queues, no backend of your own.

Sign up in the dashboard — your token is issued instantly — and send your first message:

Окно терминала
curl -X POST "https://notifly.ru/message?token=<APP_TOKEN>" \
-F "title=Hello" \
-F "message=First message from Notifly" \
-F "priority=5"

It shows up right away in the Android app, in the browser, or in any MCP client. For a step-by-step walkthrough see First login; for every send parameter see Sending messages.

  • Client — a receiving device or application. It manages clients, messages and channels, but cannot send messages itself.
  • Channel — a message source (backend service, script, bot) with its own app token. It can only send.
  • Message — content, title, creation date, channel identifier and priority.

Each user can manage (view, edit, delete) only the clients and channels — and the messages within them — that they created.

Notifly web interface: clients, channels and the message feed