Webhooks Setup
Zoom Webhook
19min
through pathfix automation, you can enable user webhook listening for all your user that have connected their zoom account via pathfix oauth the following documentation will guide you on how you can setup your zoom account and setup zoom webhook listening for all your connected users setup in pathfix oauth before proceeding, make sure you have setup your zoom integration in pathfix oauth and have added the connect button for your users to be able to connect their zoom accounts configure your zoom integration in pathfix oauth make sure you have included one or more of the following scopes in your zoom developer app user\ write\ admin , user\ read\ admin , user\ read , user\ write , user info\ read , user profile add the script tag in your application to allow your users to authenticate their zoom accounts (detailed documentation for pathfix oauth can be found here ) setup in pathfix automation create a blank automation by clicking on design and selecting new design give your first task a name to save the automation (autosave) click on the test and publish tab and click on test to run a test on the automation on successful completion, click on publish to live click on endpoints and copy the endpoint url for use in the webhook setup live endpoint is for live environments and dev endpoint is for testing/development click on webhooks from the top navigation and click on create new select zoom from the list of provider webhooks paste the endpoint url copied from the automation into the callback url section to get the secret token , go to your zoom developer app select the app and click on features on the left menu options copy the secret token for use in your webhook paste the secret token in the secret token section of the webhook setup in pathfix automation click on the pathfix oauth tab and enter your pathfix oauth public key and private key generate your webhook uri by clicking on the webhook uri section copy the generated uri for use in zoom later click on save and save the settings on the webhooks page, click on activate against zoom to activate your webhook the webhook activation will take a few minutes and will happen in the background (click on refresh on the top navigation to refresh the page) once activated, the webhook status will turn green setup in zoom in order to complete your zoomwebhook setup, you will need to add the callback url generated by the pathfix automation webhook for it to start sending the evenet data login to your zoom developer account, select your app name and click on feature scroll down to the general features section and enable event subscriptions function click on add event subscription add a name for the subscription paste the endpoint copied over from the zoom webhook setup in pathfix automation click on validate button to validate if the webhook is listening for events being sent by zoom under add events , select the events that you want the webhook to listen for click save to save the settings testing your webhook setup we recommend running a test on your webhook setup to make sure the setup is right to do this go to your pathfix oauth account and click on test connection for zoom click on connect/re connect and connect a zoom account on successful connection, the automation will start listening for changes in zoom for the connected user you will see the webhook user count increase (if it doesnt increase at first, click on refresh on the top navigation) go to your zoom app and create a test entry go to your pathfix automation account and click on monitor you should see the test event created would have triggered a webhook call your test is successful configure your automation now that your webhook has been setup successfully, you will need to copy the payload sent by zoom and captured by pathfix automation to create your automation here are the few initial steps to get you going copy the request received from our test event go to the automation created and paste the request into the call data (json) section of the first task from here, you can build out your automation the way you want click on the + icon to add a task and you can call an api, run a condition or process the data as you please through the automation important any changes made to the automation can only be done in the dev environment once changes are made, you will first have to test the automation and on successful completion, publish to live please note, without publishing to live, the changes will not go into effect few points to note on the json the pathfix user id is the same user id that is sent via the pathfix oauth system this generally is the current users unique id the data section of the json is the exact data that is sent by the provider need help? reach out to our support via support\@pathfix com or live chat through your pathfix dashboard