One API, every channel
A single POST reaches LINE, Telegram, Discord, Slack, Messenger, WhatsApp, Email, SMS and the Ting Notifications — no per-platform code to write.
Ting is a notification hub for all your applications, including the Ting Notifications. Connect once through a single API and manage everything from one dashboard.
Everything a notification system needs — for a flat ฿300 per app per month, no hidden fees.
A single POST reaches LINE, Telegram, Discord, Slack, Messenger, WhatsApp, Email, SMS and the Ting Notifications — no per-platform code to write.
Send as many as you like. No daily cap, no per-message fee — the more you send, the better the deal.
No servers, no queues, no retry logic, no chasing each platform’s API changes — Ting handles all of it.
Skip building your own. Your customers install the Ting Notifications, scan a QR, and start receiving your notifications as full HTML cards.
Keep whatever you already send notifications through today. Connect Ting alongside it, and let each user pick where they'd rather receive yours.
Each platform needs its own inbound webhook AND outbound sender — 2 platforms means 4 separate connections to build and maintain.
Every platform connects into Ting instead — you build just one inbound and one outbound connection, no matter how many platforms you add.
Anyone already on LINE keeps using LINE exactly as before — you're only adding an option, not replacing one.
You keep billing your own customers however you already do. Ting only charges you, the developer, for platform usage — no commission, no payment disputes, no refunds to manage on your behalf.
Call the API once and choose which of your subscribers get it on which channel — broadcast to everyone, or target exactly who you mean.
Ting keeps track of who's subscribed on each channel, lets you set an expiry date per subscriber, and stops sending automatically once it lapses — no extra database or cron job for you to build.
Same app, same one API call — each subscriber just receives it wherever they signed up to receive it.
A complete toolkit for distributing notifications across every channel
Connect and manage notifications for multiple applications from a single dashboard
Send notifications straight into the Ting Notifications with zero extra setup
Automatic queueing and retries make sure every notification reaches its destination
Clear documentation gets you integrated in minutes, not days
Followers who receive through the Ting Notifications see your message rendered with full HTML/CSS — not just bold/italic like every other platform.
Gradients, rounded corners, shadows, flexbox — design a message card like it's a real web page.
Show several products in one message, with a smooth horizontal swipe.
Attach a dashboard, a map, or an interactive page — opens sandboxed, separate from the main card.
A button a follower taps that fires a webhook straight back into your own system — no typing required.
Control the card's layout pixel-for-pixel instead of relying on an automatic height guess.
Followers can report a problem or suggest something right from inside the app — no separate channel needed.
Native support for the Ting Notifications and other popular platforms
Send notifications, receive webhooks and build command buttons — all over plain HTTP, no SDK to install. The docs show every example in 8 languages: curl, Node.js, PHP, Python, C#, Java, Go, Ruby.
curl -X POST <TING_API_URL>/apps/v1/notify \
-H "X-Ting-Api-Token: tapp_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" \
-H "Content-Type: application/json" \
-d '{
"message": "Your order #1042 has shipped!",
"channels": ["LINE", "TELEGRAM"]
}'One POST to /apps/v1/notify reaches every channel you've connected — broadcast or target specific people, attach images, video or files.
One URL receives every event — inbound messages, delivery results, new followers — as the same JSON from every platform, HMAC-signed so you can verify it.
A button in the Ting Notifications that POSTs to your system when a follower taps it, with a form, a photo or their location attached — and you can reply with an HTML card.
Write a message once with simple tags and Ting converts it into each platform's Flex Message, Block Kit or embed — or use full HTML/CSS on the Ting Notifications.