I looked at this as well, but not sure if it’s the same problem
I haven’t changed my API in a long time, but for some reason when I do the following get:
returned_dictionary = at.get(unit_history, view='Default', filter_by_formula = search_term)
Wher...
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 am a programmer…
I am just trying to make API requests and send an alerts to my own systems. If I can’t do that, than the Zapier’s documentation is lying.
I don’t understand exactly how I am supposed to POST to that URL. I don’t see where it’s written in the Zapier documentation states about which format or method to send a “hook” to.