Hi, I’ve been working to integrate AeroAPI’s webhook alerts with a Google Apps Script (source/request data in Google Sheets) to receive flight status updates via email. Despite setting up the correct target URL and verifying it through AeroAPI’s test environment, the alerts are consistently redirected or result in a “Page Not Found” error when accessed via a browser. The issue persists even after ensuring the deployment settings are correct, including public access permissions and the proper use of the Web app URL.
The core problem seems related to how AeroAPI interacts with Google Apps Script’s deployment URLs, possibly due to redirection issues or authorization problems. I have successfully tested webhook alerts using webhook.site, but the integration with Google Apps Script fails to deliver the expected results, specifically when attempting to process doPost
requests. I have also explored potential solutions like using HtmlService
instead of ContentService
, but the problem persists. Any guidance on resolving this integration issue would be greatly appreciated.