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.

FAQ

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.