Knyazev Vadim

Results 2 comments of Knyazev Vadim

same issue, but with telegram webhook

i am using nomad for docker orchestration and for me work this solution: ```bash CIAO_WEBHOOK_ENDPOINT_TELEGRAM="https://api.telegram.org/bot***/sendMessage" CIAO_WEBHOOK_PAYLOAD_TELEGRAM="{\"chat_id\": \"****\", \"disable_web_page_preview\": 1, \"text\": \"[__name__] Status changed from (__status_before__) to (__status_after__)\"}" ```