I need some help automating a flow that I currently do manually. Right now, I generate a JSON using GPT models, and then I manually copy it into a ‘code’ node in N8N to add objects to Notion.
I would like to automate this 100%. I saw that N8N has an ‘OpenAI’ node, but I’m not sure how to use it to generate the JSON automatically and directly send the data to Notion.
Has anyone managed to do something similar? How can I set this up with the ‘OpenAI’ node in N8N?
Do you have an example of what you have tried so far? It sounds like it should be a case of using the OpenAI node then adding the notion node after it to add the properties.