ไม่สามารถเล่นวิดีโอนี้
ขออภัยในความไม่สะดวก

How To Fetch Data In Zapier From Services Using Webhooks HTTP / GET Requests - Automation Tutorial

แชร์
ฝัง
  • เผยแพร่เมื่อ 17 ม.ค. 2021
  • 💡 Join 150+ others learning to use automation to grow their own businesses, or becoming automation freelancers 👉 gavinwiener.com/automation-ne...

ความคิดเห็น • 19

  • @gavinwiener
    @gavinwiener  3 ปีที่แล้ว

    💡 Get weekly tips on how to SAVE TIME and GROW YOUR BUSINESS using automation 👉bit.ly/3jOjzva

  • @SquawkTradeFX
    @SquawkTradeFX 2 ปีที่แล้ว

    HI Gavin - great vid. Do you have a video on how to handle the JSON responses? In my example, I need to query a db and pull an authentication key or access key and send to a new subscriber for software. So in this example, I can pull the response using GET, but how do I continue with processing the response? Much appreciated.

    • @gavinwiener
      @gavinwiener  2 ปีที่แล้ว

      Just responded to your email :) Happy to help where I can!

    • @gavinwiener
      @gavinwiener  2 ปีที่แล้ว

      I *think* this might help you, but I'm not be fully understanding the situation.
      So if you use a webhook to make the HTTP request, and the data comes back as JSON, you typically can use that entire payload in the next step of your Zap.
      If you've made the request in a code block, then you "return" (that's an actual code command) the received data, you'll be able to use it in the next step.

  • @TaelorFayete
    @TaelorFayete ปีที่แล้ว +1

    Hi Gavin! I'm trying to grab information from an application page to then send to my client in Go High Level. What information would I need to do this? If you can't tell, very elementary level here with webhooks. This is for a mortgage company, we need to capture the person's information after they submit an inquiry on their webpage at on outside app then bring the information into High Level. Hope you're able to help!

    • @gavinwiener
      @gavinwiener  ปีที่แล้ว

      What's their website built with? And does the form the use / website they use offer the ability to use webhooks?
      Web page / form -> Zapier Webhook -> Go High Level

  • @seguj
    @seguj ปีที่แล้ว +1

    so how can i send the data updated in the google sheets, to the webhook query params?

    • @gavinwiener
      @gavinwiener  ปีที่แล้ว

      Do you mean you have a Google Sheet, the rows get updated, and you want to send the info to Zapier?
      If that's correct. You could just use the Google Sheets Zap for Updated Rows.
      Or you use a bit of Google App Script to send the data to the Zapier Webhook

  • @MrRossss1
    @MrRossss1 ปีที่แล้ว +1

    Hi, is there a way to make a request to zapier that then makes an api request and then sends data back from the api to the original requester? Thanks

    • @gavinwiener
      @gavinwiener  ปีที่แล้ว +1

      Definitely possible. If I understand correctly:
      1. Your trigger would need to be a webhook, this is how people send data to your Zap
      2. Your next step would next be a webhook as well. Zapier is just confusing because if you use a webhook as an "Action", it allows you to make HTTP requests. So you could fetch the data you want from another API
      3. You use use a webhook again as an action, this time to send the data back to the original requester. The tricky part is, is the requester always the same? And whether they include the URL in the payload (you may need to use the "Raw Webhook" which gives you more info)
      But remember, you'd need to know how the requester's API works, how they accept information.

    • @MrRossss1
      @MrRossss1 ปีที่แล้ว

      @@gavinwiener Great thanks Gavin , much appreciated.

  • @wayneg4628
    @wayneg4628 2 ปีที่แล้ว

    Have you used Integromat?

    • @gavinwiener
      @gavinwiener  2 ปีที่แล้ว

      Just in general? Yup, but Zapier is definitely my main focus and where most of my experience sits though because it's what most of my clients had already been using.
      Integromat is really great if you're more of a "power user", like you understand the more technical side of things because it's definitely not as use-friendly of an interface, and even setting up the automation is more technical, gives you a lot more options.

  • @jasperbourchier3140
    @jasperbourchier3140 7 หลายเดือนก่อน +1

    Hey, I tired this but zapier is saying "Unauthorized: authorization undefined (HTTP Status Code: 401)" How do I fix this?

    • @gavinwiener
      @gavinwiener  7 หลายเดือนก่อน

      Sounds like the API you're trying to use requires authentication of some sort.
      Did you check the documentation and if it says API key anywhere?

  • @deepakverma-uo7pf
    @deepakverma-uo7pf 3 ปีที่แล้ว

    sir how to publish my custom zappier
    app plz help me

    • @gavinwiener
      @gavinwiener  3 ปีที่แล้ว

      Thanks for the question. To be honest, I've actually never created a custom Zapier integration to be added as an app.
      platform.zapier.com/partners/lifecycle-planning
      Does this help?

  • @stephenmaro7219
    @stephenmaro7219 2 ปีที่แล้ว +1

    THANK YOU I APPRECIATE A LOT 🥹 I hope it works if it doesn't I will come back to the comments

    • @gavinwiener
      @gavinwiener  2 ปีที่แล้ว

      My pleasure. Any other questions you have? I'm a bit of a content creation roll at the moment 😎