I apologize if I sound a little lost here. I am new to N8N and automation processes. Been learning for about a month now.
See, I was looking for a way to automate PDF submissions from GHL forms. I was thinking of: submitted form–> becomes a PDF → gets sent through email.
I found a post explaining how to do it (I will paste the picture), but I got stuck in the first step, as I’m unsure of how to even pass the information from the Webhook into N8N correctly. How do you achieve a proper setup in this case?
can you share how does the response of your webhook looks like?
if it’s in a json response where all the field in a form is mapped
then i think the flow will be like this based on the conversation image that you showed above
your webhook trigger
custom google docs api node to create document (you need to use the http node because as of now, the google docs node can only create document with only the title)