11-06-2023, 09:55 AM
(11-06-2023, 12:31 AM)admin Wrote: what information you want to post? you can list at here.
Hello,
I want to send following parameter to http post method :
token = xxxx
user = xxxx
title = message tittle
message = message test
to this API
https://api.pushover.net/1/messages.json
I also see that there is a Pushover integration that exist for ESP32. It can be usefull for everybody that is natively integrated to KCS firmware. I mean it is a nice way to send notification on mobile phone device.
https://github.com/brunojoyal/PushoverESP32