This project demonstrates a real‑world integration between 1C:УТ and Telegram for automating operational notifications and owner‑level reporting.
In a retail and small‑to‑medium manufacturing business, the owner needed:
- Real‑time control over orders, payments, and stock levels.
- Daily and ad‑hoc financial summaries without waiting for physical reports.
- A communication channel preferred by the business owner: Telegram.
Traditional manual reporting in Excel and 1C was:
- Slow,
- Error‑prone,
- Not interactive for decision‑making.
We implemented a two‑way integration between 1C and Telegram using:
- Webhook‑based communication from 1C to Telegram.
- Telegram Bot API for receiving commands from the owner.
- Custom scripts and 1C handled web‑service to parse and send data.
Key features:
- Automatic notifications about:
- New orders,
- Payments received,
- Critical stock thresholds (low stock, high debt).
- Interactive commands in Telegram that trigger actions in 1C:
- Generate summary reports,
- Request current cashflow status,
- Check overdue payments.
-
1C side:
- Configured 1C:УТ as the core ERP.
- Created a web‑service/webhook handler to send and receive HTTP‑requests.
- Used secure HTTPS and JSON‑format messages.
-
Telegram side:
- Custom Telegram bot using Bot API.
- Structured JSON payloads from 1C parsed and transformed into human‑readable messages and interactive buttons.
-
Infrastructure:
- Light Python wrapper (or 1C HTTP‑handler) for orchestration.
- Cron jobs and background tasks to send daily summaries.
- Docker environments for secure isolation and deployment.
-
Time savings:
- Reduced daily reporting time from ~1 hour to under 5 minutes.
- Owner receives real‑time updates without manual intervention.
-
Quality improvement:
- Near‑zero human errors in operational reporting.
- Improved visibility into cashflow, stock, and receivables.
-
Business value:
- Faster decision‑making and proactive management.
- Integration with other systems (IIko, План‑Факт, А‑Деск) planned or already implemented in similar deployments.
- It shows how automation with Telegram can be used not just for notifications, but as a control panel for 1C‑based businesses.
- It bridges financial and operational data with owner‑friendly UX.
- It is scalable for SMEs, retail, manufacturing, and SaaS environments.
Try the demo and see how easy it is to integrate 1C and Telegram for your own business.