The trigger is ok and simple: a webhook and I can integrate with Fillout. So at this point, I have the workflow triggered when the form is filled in, and I get all questions and answers in the data pipeline.
What I don’t understand on n8n: how do you do text templating? Can you explain me the different options here? So basically, I need a template, with variables to be replaced by some of the answers of the form, then send the result document as a file by email.
Thank you. Your answer helped me and I could implement it. Eventually with a code node in python/jinja2. Had some hard time understanding the concept of binary output to make it a file but everything is working well.