Google Forms · Arazzo Workflow
Google Forms Unsubscribe Form Watches
Version 1.0.0
List the watches registered on a form and delete one to stop its notification delivery.
View Spec
View on GitHub
Data CollectionFormsGoogleGoogle WorkspaceQuestionnairesResponsesSurveysArazzoWorkflows
Provider
Workflows
unsubscribe-form-watches
Find and remove a form's registered watch to stop notifications.
Lists the watches this project owns on the form, then deletes the first one returned so notification delivery stops.
1
listRegisteredWatches
listWatches
List the watches this project owns on the form. This is the only way to recover a watch id that was not persisted at creation time, and it also surfaces each watch's state and error type so a failing subscription can be told apart from a healthy one.
2
deleteWatch
deleteWatch
Delete the identified watch. Delivery to its Pub/Sub topic stops immediately; the topic itself is untouched and has to be cleaned up separately if it is no longer needed.