Which channels can Tokenearly push to?

Tokenearly delivers through 7 push channels plus free web notifications: Telegram, Bark, PushDeer, WeCom, DingTalk and Feishu are open to every account, and Webhook belongs to the Business plan. Each source and each keyword can target different channels, in the language the subscriber sets.

Tokenearly team · Updated 2026-09-07

Channel comparison

Push channelsPlatformCost
TelegramMobile, desktop, webFreeThe most used channel. Alerts go to a private chat, group, channel or topic; you can also bind your own push bot to avoid shared-bot rate limits.
BarkiOS and macOSFreeAn open-source iOS push app. Paste the push URL or key from Bark and alerts land on the iPhone lock screen.
PushDeeriOS, Android, desktopFreeOpen-source, self-hostable push service; one PushKey is all you need.
WeChat / WeComWeChat and WeCom group botsFreeUse a WeCom group-bot webhook URL directly; personal WeChat receives through WeCom interop, with a step-by-step guide inside the dashboard.
DingTalkDingTalk group botsFreeSupports custom-bot webhooks with the signing secret.
Feishu / LarkFeishu and Lark group botsFreeSupports group-bot webhooks with signature verification.
WebhookAny HTTPS endpointPaid plansEvery matched alert is POSTed as JSON (title, content, timestamp, url; Bearer Token check) to your endpoint, so you can feed Discord, Slack, n8n or a database. Open-source receivers are on GitHub.
Web notificationBrowserFreeNo app needed: while a site tab is open, new alerts pop up in the corner with a sound.

How to connect

Telegram

  1. Sign in or bind your Telegram account in the dashboard
  2. Enable Telegram under notification settings and pick chat, group or channel
  3. Press the test button and confirm the message arrives

Bark

  1. Install Bark from the App Store and copy the push URL
  2. Enable Bark in notification settings and paste it
  3. Send a test

PushDeer

  1. Install PushDeer and get a PushKey
  2. Enable PushDeer in notification settings and enter the key
  3. Send a test

WeChat / WeCom

  1. Add a bot to a WeCom group and copy its webhook
  2. Enable WeCom in notification settings and paste it
  3. Send a test

DingTalk

  1. Add a custom bot to a DingTalk group and copy the webhook and secret
  2. Enable DingTalk in notification settings and enter them
  3. Send a test

Feishu / Lark

  1. Add a bot to a Feishu group and copy the webhook and signature
  2. Enable Feishu in notification settings and enter them
  3. Send a test

Webhook

  1. Subscribe to the Business plan
  2. Enter the HTTPS URL and a Bearer Token in notification settings
  3. Send a test; HTTP 200 means it works

Web notification

  1. Enable web notification in notification settings
  2. Keep any site page open
  3. Matched alerts pop up instantly

FAQ

Can one alert go to several channels?

Yes. Global, per-source and per-keyword settings each accept multiple channels, and a matched alert is sent to all of them.

Can Telegram alerts target a forum topic?

Yes, choose topic mode and enter the topic ID.

What does the Webhook JSON look like?

Four fields: title, content, timestamp and url, with an optional Bearer Token; the full spec and receivers in three stacks are in the webhook-examples repository on GitHub.

Start without signing up →

Related pages