Tool for delivering notifications from Hastic webhooks to Telegram
- Create Telegram Bot
- Get your chat ID
- Add
chatId
and bottoken
toconfig.json
npm install
npm run build
npm start
- Configure Hastic webhooks
- Get notifications
{
"port": "12345",
"host": "127.0.0.1",
"chatIds": {
// "<endpoint>": "<chat_id>"
"/": "1234567890123",
"/test": "-1234567890123"
},
"token": "123456789:AAHqa17QIUJ3fG42VfzrYg1egJ1pKEUcujE"
}