I want to poll an API built with swagger to see when the status inside an item changes. Is this not doable with having webhook as a trigger? Does it only alert for new items and not status changes inside an already existing item? If I go the other route and trigger the zap every 10 minutes and send a webhook get request to see if the data has changed, it will eat too many tasks.
What would be the best way forward?