Google Forms · Arazzo Workflow
Google Forms Subscribe to Response Notifications
Version 1.0.0
Verify a form, register a Cloud Pub/Sub watch for new responses, and confirm the watch is active.
View Spec
View on GitHub
Data CollectionFormsGoogleGoogle WorkspaceQuestionnairesResponsesSurveysArazzoWorkflows
Provider
Workflows
subscribe-response-notifications
Register a Pub/Sub watch so new form responses arrive as events.
Confirms the form exists, creates a RESPONSES watch pointed at a fully qualified Pub/Sub topic, and reads the watch list back to verify state and expiry.
1
verifyForm
getForm
Confirm the form is reachable by this credential before registering a watch against it, so an authorization problem surfaces here rather than as a silently undelivered notification later.
2
createResponseWatch
createWatch
Create a watch that emits an event to the Pub/Sub topic each time a response is submitted to the form.
3
confirmWatch
listWatches
List the watches on the form to confirm the new watch is registered and ACTIVE, and to capture the expiry that a renewal job will need.