IKEA Second Chance Checker

Checks for new “second chance” offers from specified IKEA stores and emails you the fresh deals.

How It Works

  1. Poll the IKEA API for second-chance offers (based on store IDs).
  2. Compare against a stored last-known item ID in blob storage (so you don’t see old items).
  3. Email any new offers found (with images, prices, store names).
  4. Update blob storage with the new item ID.

Setup

  1. Fork this val
  2. Add your own Store IDs: You can find them by inspecting the IKEA website. For example, 117, 187, 226.
  3. Run & Wait: Once you fork this code, it’ll email you whenever new deals appear.

That’s it—enjoy your new deal alerts!