Skip to main content
Question

Webhooks with Zapier-Access Token

  • December 12, 2022
  • 3 replies
  • 588 views

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?

Did this topic help you find an answer to your question?
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

Troy Tessalone
Forum|alt.badge.img+14
  • Zapier Expert
  • 31123 replies
  • December 12, 2022

Hi @RamiMuha 

Good question.

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


  • Author
  • Beginner
  • 1 reply
  • December 12, 2022

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.


GetUWired
Forum|alt.badge.img+12
  • Zapier Expert
  • 1030 replies
  • December 15, 2022

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.