A lightweight API that forwards structured notifications to Telegram.
This is a private API for personal use only. It is not open for external consumers. Unauthorized requests will be rejected.
A stateless proxy that accepts JSON payloads and delivers them as formatted messages to a Telegram chat via the Bot API. Built for automated services, scripts, and LLM agents that need a simple way to push alerts.
Send a notification to Telegram.
Machine-readable API description for agents and automated clients.
Health check.
{
"tool": "Bitwarden Backup",
"title": "Backup degraded",
"content": "Uploaded but checksum mismatch on 2 files.",
"level": "warning",
"emoji": "🦷",
"duration_ms": 4312,
"extras": {
"bucket": "bw-backup",
"files_affected": "2"
}
}
All endpoints require a Bearer token passed in the
Authorization header.