I have deployed a webapp from google sheets and i inserted callable webhooks. I have read in other topics that this is problematic now, as I get a 302 because of google’s redirect. However all the proposed solutuions are too complicated for me.
What i want to do is just call a simple GET webhook that would trigger the running of certain apps scripts on the sheet. I think deploying as cloud function is over the top for this.
I tried to enter the redirected URL but then I get a 405. Is there a way to simply call into a google sheet webhook nowadays?