1

Can someone point me at the API method for changing the "Email Notification Settings" on a Google Sheet?

Thanks.

1 Answers1

0

Programmaticaly, you cannot change Google Sheets UI settings like notification rules

The closest you can do is to create a webhook that will watch for changes and implement the request of your choice (e.g. sending an email) when a certain change of a Drive File (inlcluding Google Sheets) occurs.

You can implement this by watching for file changes with the Google Drive API and receiving push notifications.

ziganotschka
  • 25,866
  • 2
  • 16
  • 33