ContiBeat API
A custom API that restored real-time production alerts after corporate restrictions blocked Telegram integrations.
Context & Motivation
Telegram was originally used to deliver automated production alerts. When the company replaced it with an internal messaging platform called ContiBeat, the new system did not provide an API, preventing existing tools from sending notifications.
To restore automated alerts, a custom ContiBeat API was developed using reverse engineering of the application's network requests. This allowed existing systems to send messages with minimal changes and restored real-time production notifications.

Technologies Used
C#
.NET
REST API
SignalR
Reverse Engineering
Key Features
- Custom REST API enabling automated messaging through ContiBeat.
- Reverse engineered network requests to replicate message delivery.
- Compatible request structure for easy migration from Telegram integrations.
- Token-based authentication for secure message sending.
- Real-time message delivery using WebSocket connections.
- Integration with MES and production monitoring systems.
