Skip to content
Free

tg-delivery

No summary provided by the publisher yet.

Publisher
webresto
Latest
2.2.2
Updated
2/23/2026
Releases
10

Install

Run this from your platform root. The registry resolves the newest main build unless you pass a version or channel.

msc install --appId=tg-delivery

Channels published for this extension: staging main — append --channel=<name> to install one of them.

What this extension does

Here’s a concise README.md in English for your module:

# Telegram Delivery Module

This module sends food order notifications to Telegram. It can be added to a group, allowing multiple users to receive orders directly from the site.

```markdown
# Telegram Delivery Module

This module sends food order notifications to Telegram. It can be added to a group, allowing multiple users to receive orders directly from the site.

## Configuration

   Add the following settings to your application's configuration:

   ```json
   {
     "TG_DELIVERY_TOKEN": "YOUR_BOT_TOKEN",
     "TG_DELIVERY_CHAT_ID": "CHAT_ID",
     "TG_DELIVERY_TEMPLATE": "PATH_TO_EJS_TEMPLATE" // Optional
   }
  • TG_DELIVERY_TOKEN: Token for your Telegram bot.
  • TG_DELIVERY_CHAT_ID: ID of the chat (group or private) to receive messages.
  • TG_DELIVERY_TEMPLATE: (Optional) Path to EJS template for messages. Defaults to a built-in template if not provided.

Usage

The module initializes automatically and listens for the core-order-after-order event to send notifications.

Changelog

version 2

Release history

10 releases
VersionChannelStatus
2.4.4stagingLatest on staging
2.4.3stagingArchived
2.4.2stagingArchived
2.4.1stagingArchived
2.4.0stagingArchived
2.2.2mainLatest stable
2.2.1mainArchived
2.2.0mainArchived
2.0.8mainArchived
2.0.7mainArchived

Support

Issues with the extension itself go to the publisher. Anything about the registry goes to us.