How to call a deployed google sheets webapp webhook

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?

Why not using Make, Zapier, n8n or even Glide workflow directly?

The database will be accessed from other sources as well. Also the business logic is fairly complicated and is already written in apps script. refactoring would be costly and risky. would love to find a solution to calling sheets webhooks from glide.

Would “Call API” do the job?

It maybw would (not sure) but that is only available in the highest tier. This project’s budget cannot bear such a cosr

What is your paid plan?