Linux 软件免费装
Banner图

Rnotifier for Telegram

开发者 rad18
更新时间 2026年9月18日 19:40
PHP版本: 7.2 及以上
WordPress版本: 7.1
版权: GPLv2 or later
版权网址: 版权信息

标签

telegram contact form 7 wpforms notifications connector

下载

1.0.4

详情介绍:

Rnotifier for Telegram sends a message to your Telegram bot every time a supported contact form is submitted — no need to keep checking your email inbox. This plugin is not affiliated with or endorsed by Telegram. It's a connector, not a form builder: it works alongside the form plugin you already use. Supported form plugins: Only the sections for form plugins that are actually active on your site appear in the settings — nothing to configure for plugins you don't use. Features:

安装:

  1. Upload the plugin folder to /wp-content/plugins/
  2. Activate the plugin from the Plugins screen
  3. Create a bot with @BotFather on Telegram and copy its token
  4. Go to the Rnotifier menu item, paste the bot token and your chat ID(s)
  5. Under the form plugin you use, enable notifications and enter the form ID(s) to notify on
  6. Click "Save & test connection" to confirm it works

屏幕截图:

  • Per-form settings — enable notifications, restrict to specific form IDs, and customize the message template.

常见问题:

How do I find my Telegram chat ID?

Message your bot once, then open https://api.telegram.org/bot<TOKEN>/getUpdates in a browser and look for the chat.id value. For a group or channel, add the bot there first, post any message, then check getUpdates the same way. Personal chat IDs are positive numbers; group IDs are negative; supergroup/channel IDs are negative and start with -100.

Can I send notifications to a group or channel instead of a personal chat?

Yes — list any mix of user, group, and channel IDs in "Chat ID(s)", comma-separated. Each has its own requirement from Telegram itself (the plugin can't override these): a user must have messaged the bot at least once before the bot can message them back; for a group, the bot must be added as a member; for a channel, the bot must be an admin with permission to post.

Why isn't a form's submission triggering a notification?

Check that: the form plugin's section is enabled, the form's ID is listed in "Form IDs" for that plugin, and the bot token/chat ID are correct (use "Save & test connection" to confirm those independently).

Does this store form submissions inside the plugin?

No. The plugin only reads the submitted data long enough to build and send the Telegram message; it isn't saved anywhere by this plugin. If a message fails to send, only the error itself is logged — not the submitted data.

Can I use HTML formatting in the message template?

Yes, a limited set: <b>, <i>, <a href="...">, <code>. This matches what Telegram's HTML parse mode supports.

Is this plugin affiliated with Telegram?

No. "Telegram" refers to the messaging service this plugin sends notifications to via its public Bot API; this plugin is an independent, unofficial integration.

更新日志:

1.0.4 1.0.3 1.0.2 1.0.0