IKEA Second Chance Checker
Checks for new “second chance” offers from specified IKEA stores and emails you the fresh deals.
- Poll the IKEA API for second-chance offers (based on store IDs).
- Compare against a stored last-known item ID in blob storage (so you don’t see old items).
- Email any new offers found (with images, prices, store names).
- Update blob storage with the new item ID.
- Fork this val
- Add your own Store IDs: You can find them by inspecting the IKEA website. For example,
117, 187, 226.
- Run & Wait: Once you fork this code, it’ll email you whenever new deals appear.
That’s it—enjoy your new deal alerts!