Best answer

Use an API that uses OAuth authentification for GET requests

  • 28 January 2020
  • 2 replies
  • 120 views

Userlevel 1

Hi everyone, I want to use Zapier to retrieve GET requests from the Zapier API, but I just can't seem to figure out how to implement OAuth authentification in my webhook...

For more context, here is the documentation of the meetup api regarding authentication : https://www.meetup.com/fr-FR/meetup_api/docs/find/upcoming_events/?uri=%2Fmeetup_api%2Fdocs%2Ffind%2Fupcoming_events%2F

and here is the workflow I'm trying to create :

Screenshot_20200128-192204_Chrome.jpg



icon

Best answer by AndrewJDavison_Luhhu 28 January 2020, 19:36

View original

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

2 replies

Userlevel 7
Badge +10

Hi @monicab

So, you can't do OAuth flow in a webhook step, but you can use Zapier's DIY integration building platform to create a private custom integration - and within that you can create trigger/search/action steps that use OAuth GET/POST calls.

Get started here:

Zapier Platform: Build one integration to connect with 1,500+ SaaS apps





Userlevel 1

Oh ok I see, thanks for answering my question !