Free
tg-delivery
No summary provided by the publisher yet.
Install
msc install --appId=tg-delivery
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| 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.