Google Forms + Google Calendar

Hello all! As there is no n8n node for google forms, I am struggling to set an automation, that I use in zapier. I want to migrate all my automations to my self hosted n8n instance.

The automation is pretty simple - I want to take the response from google form, extract the email of the responder and to invite him to a specific google calendar event as an attendee.

Basically in Zapier the google forms “node” works as a trigger and it extracts the email from the new responce, and it invites the responder via email with the google calendar node, to a specific event.

As I understand, there is no google forms node in n8n and I have to use the HTTP one. But i cannot set it up correctly.

I am open for ideas how should be my workflow structured to make it work.

I run n8n (leatest) via docker on a linux vps.

Thanks in advance.

There is a workaround.

  1. Configure Google Form so that it saves responses to a Google Sheet.
  2. Start n8n workflow with a Google Sheet node (trigger on row added).

Please mark this response as Solution if it works for you.

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.