Basically, I am trying to use Webhooks for whenever my Airtable is updated with a new record.
Here is my understanding of how this works:
The webhook is like a user defined callback that can execute commands from one application to another.
So, first, I want the “trigger” to CATCH the HOOK. This generates a URL, but I am not exactly sure what to do with this. It says We’ve generated a custom webhook URL for you to send requests to.
URL: https://hooks.zapier.com/hooks/catch/3447493/r4nd0mn355/
I am guessing Airtable is going to have to send data to this URL, but nowhere does it explain how to do that. If I get Airtable to send data like that, I would just directly send it to my application.
So, can someone help me with sending a hook to my URL? I have a couple more questions latter, but they might be answered if this step works!

