Hi all!
I experience problem with understanding and using web hooks. Hope that someone can help me. So, let me explain the case.
I use Chooser on my site, configured for getting 'preview' links. I send these links to the server, which downloads and stores files. I want to extend this functionality and monitor changes in files at user side. When a new version is uploaded, my site automatically gets this version.
That could be implemented by keeping the link and asking API with some interval. But I don't want to spam API by a large number of request. So the idea is to use web hooks. I've registered a hook for my application. But it was called only once, during verification. Chosing of files in Chooser does not fire events.
I think that my way is wrong, but cannot figure out how to achieve my goal. May be someone could help me?