|
PushOver Notifications - Printable Version +- Ewon Technical Forum (https://techforum.ewon.biz) +-- Forum: Development (https://techforum.ewon.biz/forum-50.html) +--- Forum: BASIC Script (https://techforum.ewon.biz/forum-52.html) +--- Thread: PushOver Notifications (/thread-2814.html) |
PushOver Notifications - riwi@hms-networks.com - 08-12-2025 Ewon Flexy Script to easy sent pushover notifications to PushOver app //PUSHOVER apiToken$ = "xxx" //TEST USERKEY userKey$ = "xxx" body$ = "token=" + apiToken$ + "&user=" + sUserKey1$ + "&message=" + Alarmtext@ REQUESTHTTPX "https://api.pushover.net/1/messages.json", "POST", "", body$ |