pickrelated/Telegram Notification

Post a running deployment status message to a Telegram chat

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
bot-tokenTelegram bot token (from @BotFather)yes
chat-idTarget chat, group, channel or user IDyes
statusWhich update to perform: "start" sends the initial "deployment started" message; "step" appends a "<step-name> ✅" line to it; "done" appends a "done" line; "fail" appends a "[<step-name> ]fail ❌" line (step name included only if given). "done" and "fail" also send a short reply so the update notifies (edits alone never notify, per Telegram's API). yes
step-nameName of the step. Required when status is "step". Optional when status is "fail", to name which step failed. no""
message-idThe message-id output from the "start" call. Required when status is "step", "done" or "fail". no""
bodyThe body output from the previous call (the message text built up so far). Required when status is "step", "done" or "fail". no""
namedescription
message-idID of the status message. Pass through to the next step call.
bodyCurrent text of the status message. Pass through to the next step call.