Skip to main content

Hello Together. I’m having an JSON file accessible by an URL. What I want is to send a Slack Message or whatever action as soon something changes in the JSON file. I saw there is the “Retrieve Poll” “Webhook by Zapier” but that doesn't really do what I want. Is there another way I miss out? Thank You, Thomas.

@thomas.niederberger - Where is the JSON file stored? Is it on a server you own? If so, can you implement a webhook system your server to send a request to Zapier when the file changes?


It is one of our services, but I can not change there something right now and as everything is in the Json file, like every change as well I’m wondering if there is another way to do it...


@thomas.niederberger - Then you can only poll for changes. Depending on your Zapier plan, your zap can run every 1-15 minutes. So you could implement a code step as a trigger that would poll that URL and check if its content changed then it would return an object. Otherwise, if no changes were detected, it should return an empty array so that the zap wouldn’t run.