Skip to main content
Triggers a workflow on every new form response. Endpoint: https://forms.googleapis.com/v1/forms/{formId}/responses
Workflows with this trigger check for new events every 5 minutes by default. You can adjust this interval in the Trigger settings.

Basic Parameters

ParameterDescription
Form IDID of the Form whose responses to list. Can be obtained from the URL while editing the form.

Advanced Parameters

ParameterDescription
Delegated User OverridePerform the action on behalf of another user, overriding the delegated user defined in the connection.

If not specified, the delegated user is the one provided in the connection.

Has no effect when using an OAuth connection.

NOTE: the connection details are not edited by this input.

Sample Event

{
	"formId": "1Fzv11yQ7er4Oam9uG3DGQO_IkG5e5ezIKBw34s0WZS4",
	"responseId": "AC11BNj6YRIHhn4FeGIDOJGHJd1ZIHczQu5KZJZLQPZ1VnYu5-qgCF9ns-ihRBsbVmShMyk",
	"createTime": "2024-03-07T11:52:41.551Z",
	"lastSubmittedTime": "2024-03-07T11:52:41.551844Z",
	"answers": {
		"6ac2904d": {
			"questionId": "6ac2904d",
			"textAnswers": {
				"answers": [
					{
						"value": "a response"
					}
				]
			}
		}
	}
}