Hey community ,
I’m trying to build a workflow in n8n that automatically submits a vote to a Google Form once per day. The form asks for an email address (required) and includes a list of nominees to choose from via checkboxes. My goal is to vote for a specific nominee daily using a scheduled trigger like Cron.
So far, I understand that Google Forms can be submitted via a POST request to the formResponse
endpoint using entry.xxxxxx
field IDs. I’ve already tested a manual submission in the browser and captured the entry field keys using the browser’s dev tools. However, I’m not sure how to structure the HTTP Request node in n8n to successfully replicate that submission. Has anyone done something similar, or could help me correctly format the request body and headers?
Thanks in advance!
PS. I don’t own Google Form Creator credentials.