I see the button, and I've clicked it. But, I don't know if it's not firing or I'm not receiving it. I have a rule for temperature and that seems to send the request. I have rules for orientation changes - which don't. Hmmn. Maybe my rules just isn't any good.
I also noticed that the URL that is GET'd isn't complete, it's truncating everything after the first parameter (everything from & on). Thanks for working this...good stuff.
I'm also finding that with the" Test Url" button the on the HTTP request config, the second name value pair on the query string is not being passed. Any insight on this? My url looks like this:
It works perfectly when I try it in the browser but does not work with HTTP GET and the parameters section is too limited for POST. The api does not support JSON.
Answers
https://www.notifymyandroid.com/publicapi/notify?apikey=xxxx&application=Twine&event=Garage is OPEN!&description=A garage door is now OPEN. The temperature is [temperature].&priority=1
It works perfectly when I try it in the browser but does not work with HTTP GET and the parameters section is too limited for POST. The api does not support JSON.