Question

Webhooks with Zapier-Access Token

  • 12 December 2022
  • 3 replies
  • 373 views

Userlevel 1

I’m trying to create a Zap that creates a new access token every time it runs. The issue I’m running into is that it needs to be of grant type Authorization Code, and the setup for a Post Request of this nature is unclear. Any ideas?


This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

3 replies

Userlevel 7
Badge +12

Hi @RamiMuha 

Zapier Webhooks do not yet fully support an OAUTH protocol for authorization. It would be better to build a custom app https://platform.zapier.com/quickstart/create-integration 

Webhooks are better suited for API Keys or Basic Authorization which it doesn’t appear Zoom supports. 

Userlevel 7
Badge +14

Hi @RamiMuha 

Good question.

Please link to the API documentation you are referencing in order for us to have more context, thanks.

Userlevel 1

Hi Troy

 

Thanks for the response. I’m using Zoom API, specifically a Zoom App that I created, so this is the documentation I’ve been trying to follow. 

https://marketplace.zoom.us/docs/api-reference/using-zoom-apis/

 

Thanks.