Why Zapier’s API Calls with Webhooks Are A Game Changer

Поделиться
HTML-код
  • Опубликовано: 2 июл 2024
  • In this tutorial, we show you how to extract data from any API using Zapier webhooks and then populate a Google Sheets with that data. The Zapier workflow triggers when a new row (domain) is added to the Google Sheet, retrieves relevant data from the API, and then automatically updates the appropriate row in the Google Sheet with the retrieved data.
    ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
    Tool Used: zapier.com/
    ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
    💥 Join our Community of makers - www.skool.com/nocodedevs
    🚀 Add your tool to our directory & browse 400+ tools - www.nocodedevs.com/
    ✍🏻 Weekly NCD newsletter - newsletter.nocodedevs.com/
    ✅ Merge discord for developers and non-developers - bit.ly/3OhPxiz
    ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
    00:00 Introduction
    00:45 Exploring XylaLabs and Choosing an API
    01:23 Testing the API and Gathering Data
    03:12 Setting Up Google Sheets and Zapier Workflow
    05:07 Configuring Webhooks and API Call
    08:32 Updating Google Sheets with API Data
    10:40 Finalizing and Testing the Workflow
    12:17 Conclusion

Комментарии • 3

  • @AdityaBalu-fg7xr
    @AdityaBalu-fg7xr Месяц назад

    can you please do a video for POST method here with some headers with a key and value pair.
    without initial header setup, The sheets should be updated as per the API response.

  • @user-wy5xe1ob2z
    @user-wy5xe1ob2z 3 месяца назад

    This is great for API calls that return only one set of values, what if a API search returns multiple values ? How to deal with this ?

    • @nocodedevs
      @nocodedevs  3 месяца назад

      You can use Zapier to parse the returned object and then map those fields to whatever app you're using in your workflow