Is there a way to get node red to check a webpage and alert me when its in stock?
I tried first just doing an http request and it does return a payload, but it appears to be truncated. I need to see the entire payload and then hoping I can put in a switch to look for the words out of stock.
How do I get the payload to not be truncated?
[{"id":"5b052fc3.25283","type":"tab","label":"Flow 3","disabled":false,"info":""},{"id":"a404705e.d925","type":"inject","z":"5b052fc3.25283","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"","payloadType":"date","x":1312,"y":153,"wires":[["f382423a.cf469"]]},{"id":"f382423a.cf469","type":"http request","z":"5b052fc3.25283","name":"","method":"GET","ret":"txt","paytoqs":"ignore","url":"https://inovelli.com/refurbished-4-in-1-sensor-z-wave/","tls":"","persist":false,"proxy":"","authType":"","x":1304,"y":225,"wires":[["b68fe543.a67b08"]]},{"id":"b68fe543.a67b08","type":"debug","z":"5b052fc3.25283","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"true","targetType":"full","statusVal":"","statusType":"auto","x":1301,"y":297,"wires":[]}]