Disclaimer, I'm new to API's.
I have an API key, that holds data for a bunch of different basketball games. I currently have all of the different games in a google sheets document, under which I have the column "scores". I want to update the google sheets column "scores" every time the API changes.
I want to do this using Zapier, but I have no idea how. I have a clue that I need to use Catch Hooks, but I can't seem to figure it out. I'm trying to follow this guide: https://help.zapier.com/hc/en-us/articles/8496288690317-Trigger-Zaps-from-webhooks#3-add-the-webhook-url-to-your-app-0-3
But I can't seem to figure out how to add a new Webhook or Callback Url. Btw, my API is from API-Basketball (https://www.api-basketball.com) and is being handled in RapidAPI. Maybe that will help