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.
![Capture d’écran 2022-07-11 181450 Capture d’écran 2022-07-11 181450](/t5/image/serverpage/image-id/22079i8EF6C9E0DD998702/image-size/large?v=v2&px=999)
![2 2](/t5/image/serverpage/image-id/22086i3BB88CB1207AC5A8/image-size/large?v=v2&px=999)
![3 3](/t5/image/serverpage/image-id/22087iE1DE72DCF514432C/image-size/large?v=v2&px=999)
Best regards