Hello lovely people of Glide community, I hope you will have a greet weekend.
Just this week, I was presented with a challenge of creating a Zoom link upon request from a mentor app. The client wanted an option such that when a mentor/mentee clicks a button inside the app and presents information about a Zoom meeting they want to create, they will have a direct link to the Zoom room with submitted details.
So here we are.
What you need.
1/Zoom JWT app
Go to https://marketplace.zoom.us/develop/create and create a JWT app.
After filling information about your app, you will see a âCredentialsâ page that looks like this.
The piece you need from this is the JWT Token.
2/Google Scripts
We have 2 scripts here:
- Custom function to create a Zoom link.
- Script to paste the formula to each new row (as Arrayformula doesnât work here), and paste back the link value upon completion to prevent it being run again upon the next trigger.
I have packed them two here, with the red bold text marking the fields you need to customize yourself.
After finishing the scripts, you need to go to Edit > Current Projectâs triggers and add a trigger for the second one.
Let me know if you need any help to set this up. Thanks for reading.