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.
Your first message in a minute
Section titled “Your first message in a minute”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.
Core concepts
Section titled “Core concepts”- 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.

Where to go next
Section titled “Where to go next”- Sending messages — title, priority, links, images and buttons.
- Active monitors and Heartbeat — watch services and tasks, and learn about outages and silence.
- Webhook router and Email Inbox — receive events from GitHub, Grafana, 1C-Bitrix or plain email.
- MCP server — give your AI agent a channel to the real world.
- Use cases — ready-made recipes for sysadmins, developers, websites and personal tasks.