Needweb Telegram Alerts for WooCommerce

外掛說明

Get instant Telegram notifications when a new WooCommerce order is placed or an order status changes. Built for reliability: messages are sent asynchronously through a queue with automatic retries, so checkout is never slowed down and Telegram rate limits are respected.

Features (free):

  • New order notifications to a Telegram chat
  • Order status change notifications
  • 3-step setup wizard (token chat test)
  • Customizable message template with placeholders
  • Full UTF-8 / Cyrillic support
  • HPOS (High-Performance Order Storage) compatible

Pro version

The Pro version adds: multiple recipients and rule-based routing, customer notifications in Telegram (order status instead of email), two-way customer support inside Telegram, abandoned cart reminders with a pay link, a visual template builder, multi-store/multilingual support, delivery logs and priority support. Learn more: https://needweb.ru/plugins/needweb-telegram-alerts-for-woocommerce

External services

This plugin connects to the Telegram Bot API (api.telegram.org) to deliver order notifications to your Telegram chat.

When an order is placed or its status changes, the plugin sends the order details defined in your message template (such as order number, total, status, customer name and ordered items) to Telegram, using the bot token and chat ID you provide. Requests are sent only when these notification events occur, or when you press the “Test connection” / “Send test message” buttons.

Optionally, you may route requests through your own relay URL (e.g. a Cloudflare Worker) or an outbound proxy that you configure; in that case requests pass through that endpoint before reaching Telegram.

Telegram is a third-party service provided by Telegram FZ-LLC. By using this plugin you agree to Telegram’s Terms of Service (https://telegram.org/tos) and Privacy Policy (https://telegram.org/privacy).

安裝方式

  1. Upload the plugin to /wp-content/plugins/ and activate it.
  2. Go to WooCommerce Telegram.
  3. Create a bot with @BotFather, paste the token, click “Test connection”.
  4. Enter the recipient chat ID and click “Send test message”.
  5. Choose which events to notify and save.

常見問題集

How do I get a chat ID?

Send /start to your bot, then use a helper like @userinfobot to get your numeric chat ID.

Does it work with Cyrillic product names?

Yes. All text is sent as UTF-8 via wp_json_encode, so Cyrillic and other non-Latin scripts work correctly.

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈Needweb Telegram Alerts for WooCommerce〉的開發相關工作。

參與者

〈Needweb Telegram Alerts for WooCommerce〉外掛目前已有 2 個本地化語言版本。 感謝全部譯者為這個外掛做出的貢獻。

將〈Needweb Telegram Alerts for WooCommerce〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

1.1.0

  • Block/Store API checkout support, event-aware message titles, HTML-entity decoding for totals, Telegram relay & proxy for blocked networks, Pro promo, and es_ES / de_DE / fa_IR translations.

0.1.0

  • Initial MVP: new order and status-change notifications with async queue.