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.