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

Free

Free to install

Open source. No license token, no checkout, no expiry.

Show install command
Category
Extension id
tg-delivery

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
Published versions of tg-delivery
Version Channel Status
2.4.4 staging Latest on staging
2.4.3 staging Archived
2.4.2 staging Archived
2.4.1 staging Archived
2.4.0 staging Archived
2.2.2 main Latest stable
2.2.1 main Archived
2.2.0 main Archived
2.0.8 main Archived
2.0.7 main Archived

Support

Issues with the extension itself go to the publisher. Anything about licenses, payments or the registry goes to us.