Telegram Bot Dispatcher
Use when an agent needs to send alerts directly to a user's Telegram account.
Call
POST https://codepulse-api.hahavoid0.workers.dev/notify/telegram
{
"bot_token": "BOT_TOKEN",
"chat_id": "CHAT_ID",
"message": "Alert! Task has completed."
}AgentCash command
npx agentcash@latest fetch https://codepulse-api.hahavoid0.workers.dev/notify/telegram -m POST -b '{"bot_token":"BOT_TOKEN","chat_id":"CHAT_ID","message":"Alert! Task has completed."}'Not for
Do not use for streaming high-frequency log lines.