Telegram notification
-pnetlab 5.2.7
I am following above links to set notification in telegram if admin login
I can send manually from linux to telegram
config system automation-action
edit "telegram"
set action-type webhook
set protocol https
set uri "api.telegram.org/bot5962153123:AAHf7wKYu7dhheSiLc580pC4G-LUmEvOSLA/sendMessage"
set http-body "{\"chat_id\":\"-759260123\",\"text\":\"%%msg%%\"}"
set port 443
set headers "Content-Type:application/json"
set verify-host-cert enable
next
end
-I can see System Event shown "Automation stitch triggered" but nothing happen in my telegram
1. can I test using fortigate 7.2 eval license in pnetlab
