Skip to content

Add Zoom Webhook

Aaron Jacobson requested to merge zoom-hook into dev

Have added test for all service methods but create_event_from_meeting.
Next steps are 1) upgrading these tests to include checkers of mock calls
2) add test for create_event_from_meeting and 3) write tests for the actual webhook file in addition to the service

Once this is done it should hopefully be in a place to merge. The next work I'd wanna do for it is write up a markdown explaining how to set up the zoom webhook & env file. After this we should talk about a good way to allow for multiple zoom hooks to be defined in the env file for chapters with multiple Zoom accounts (like ours).

One more thing worth mentioning is that these commits make a webhook file for endpoints, so it might be worth looking at migrating the google doc integration here too to clean up our codebase.

Edited by Aaron Jacobson

Merge request reports