Google Sheets Watch Changes (Webhook/Script) Not Working with Make After Google Cloud Instability

Hi everyone,

I’m facing a persistent issue with my automation between Google Sheets and Make (formerly Integromat), and I’d like to see if anyone in the community has experienced something similar or has any ideas about what might be going on.

The automation’s objective:

The automation is supposed to trigger from any change (editing an existing row or adding a new row) in Google Sheets, sending the change data to Make.

Background on the problem:

This automation was working perfectly until approximately yesterday, June 12, 2025, when there were reports of global instability in Google Cloud services. Since then, the functionality hasn’t returned to normal for me.

The current issue:

The Google Sheets - Watch Changes module (configured via webhook/script in Google Apps Script) has simply stopped working. The webhook in Make isn’t receiving any data when I make changes to the spreadsheet. Curiously, the Google Sheets - Watch New Row module (the native Make one, without a script) continues to work normally. This indicates the problem isn’t with Make’s general connection to Google Sheets, but specifically with the Watch Changes via script/webhook.

What I’ve tried to fix it (and didn’t work):

  1. Rebuilt everything from scratch: The entire automation in Make, a new webhook, and the Google Apps Script.
  2. Checked and updated the webhook URL: Made sure the URL in the Sheets script is exactly the same as the one in the Make webhook.
  3. Checked the Triggers in Apps Script: They’re correctly configured to fire On edit for the watchChanges function.
  4. Re-authorized the script multiple times: Confirmed all necessary permissions for the script to send data externally (UrlFetchApp).
  5. Checked Apps Script Logs:
  • When I run the watchChanges function manually, the logs show the request is made, but Make doesn’t receive it.
  • When I make a change in the spreadsheet, the trigger doesn’t seem to be firing the script, or the script isn’t able to send. (Meaning, no new execution appears in the logs when I edit the spreadsheet).
  1. Tested with a simple Make scenario: I created a Make scenario with only a “Webhooks - Custom webhook” module and pointed the script to it. Even then, no data is received in Make.

My questions:

  • Is anyone else experiencing persistent communication issues between Google Sheets/Apps Script (Watch Changes via webhook) and Make after the Google Cloud instability?

Any help, suggestions, or insights would be greatly appreciated! Thanks in advance!