Looking at the zoom docs, it looks like the indico plugin only supports the ‘Own header flow’ [1].
You may need to tweak the setup to correctly match the authorization header.
The zoom header flow with hashing of the body[2] is not supported,
[1] Using webhooks
[2] Using webhooks
Thanks. I’ll, hopefully today, and let you know!
Michel
In the end I deployed it on our instance and it seems to work fine - after deleting a meeting from Zoom, it was immediately marked as deleted on Indico as well.
Since it works fine for us, I just published indico-plugin-vc-zoom v3.2.5 to PyPI, so you can pip install -U indico-plugin-vc-zoom
to get that version. The wheel is identical to the one I posted above, so no need to re-install it if you installed that one.
Thanks. I just tested and confirm that it works like a charm 