ContiBeat API
A custom REST API created after Telegram integrations were blocked, restoring automated production alerts through ContiBeat.
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 REST API was developed through reverse engineering of the application's network requests. This allowed existing systems to send messages with minimal changes and restored automated 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.
- Restored production alerting without requiring major changes to existing monitoring tools.
