Hi everyone,
I’m trying to connect a Google Apps Script webhook to my Glide app using the “Trigger Webhook” action.
The Google Script is deployed as a Web App (Anyone can access) with the /exec URL.
-
When I test the URL in a browser or Postman, it works fine and returns {“ok”: true}.
-
From Glide, however, the webhook fails with:
-
302 redirect most of the time
-
Sometimes 500 server error
-
-
The request body includes: title, category, notes, target_profit, shipping, row_id.
Has anyone successfully used Glide webhooks with Google Apps Script, or found a workaround for this redirect/error problem?
Thanks so much!