I’ve created a price monitoring flow. I have Webhook > IF nodes > Switch > Slack notifications. Now I have 15 products/websites that I want to monitor when stocks or prices drop. Do I have to create 15 IF nodes in that case? Second, I am getting continuous notifications but with wrong information, meaning it’s not following my JSON script and the rules on my IF nodes. 3) I am not getting input and output on my Switch nodes, so I am not getting the Slack notification. It’s like my Python is bypassing my n8n flow.
Hi @darrell_tw , I was able to streamline my n8n flow and make it work (see amz_price_monitor.json), and the config.json is where the list of websites is. I am stuck with my Python script (price_monitor.py). I can’t get it to run 24/7, and it’s not fetching the right signals.
For example, for JoesNB - Fresh Foam X 880v14 - Inkwell, there is existing stock and a discount. But the script is not fetching the data.
I was able to streamline my n8n flow and make it work (see amz_price_monitor.json), and the config.json is where the list of websites is. I am stuck with my Python script (price_monitor.py). I can’t get it to run 24/7, and it’s not fetching the right signals.
For example, for JoesNB - Fresh Foam X 880v14 - Inkwell, there is existing stock and a discount. But the script is not fetching the data.