I’m new to n8n and there might be somebody to help me structure my first workflow to get used to the different nodes ?
What I want to do (in pseudo code) is
→ Get data from a Webform (Works already using the webhook node)
→ load Json data from a template file
→ merge the data from the Webform into the loaded Json Template
→ send the merged json to a webservice
Cold anybody give me a hint which nodes to use to process and merge json data and make a webservice request (HTTP Request ?) ?