Hi,
I’m experiencing issues with webhook actions in my app. I am using the webhook action in Glide workflows to POST data to a Google Apps Script web app endpoint. Here are the problems:
- Sometimes the webhook doesn’t send all the data, or the data never arrives.
- Occasionally, Glide reports the webhook was sent, but nothing is received on the Google side.
- I frequently receive a 302 error when the webhook is triggered.
- There is no clear alert or message in Glide when the webhook fails, so failures are hard to track. (sometimes I get 302 failure but the info does send)
Details:
- My Google Apps Script web app is deployed as “Anyone”
- I am using the URL provided by Google for the web app.
- The webhook is a POST request in a Glide workflow.
- I have tested the endpoint and it works with external tools, but issues persist from within Glide.
Can you help me resolve the 302 errors, understand why data is sometimes missing, and guide me on best practices for reliable webhook integrations with Google Apps Script?
Thank you,
Yosef