Hello, I am a beginner in the API world and I am a little lost in my research. I have a script that sends data with webhook into a google script. I check with webhook site if my data was send correctly and I succeeded to retrieve the data from my airtable (after I choose the right row).
My question is, how can I get the data (from the payload) with variables into my google script doPost function ?
I want to retrieve data from my airtable to generate a google doc after. I hope it’s clear enough.
Best regards