Can someone point me at the API method for changing the "Email Notification Settings" on a Google Sheet?
Thanks.
Can someone point me at the API method for changing the "Email Notification Settings" on a Google Sheet?
Thanks.
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.