Hello, I need help creating this automation flow to create articles and images with chatgpt and dall-e.
I’m a beginner, I don’t know how to do much.
At each given time, he goes to the spreadsheet, takes the keywords, organizes them into a list, creates a structure for the text with chatgpt, separates it by paragraphs, removes empty space, generates each session individually by calling chatgpt each time, then it generates a title with chatgpt, a meta description, image with dall-e, and publishes the article in wordpress.
Your use case is quite interesting and you can get good results using n8n and the Open AI node.
I prepared you a demo workflow that you can use as a starting point.
It is not very different from your concept. Some parts are missing and the Chat GPT prompts must be improved.
In the example I’m sending the output to Sendinblue (Brevo) to receive it via email and to an HTML node just to preview it. But then you can connect it to Wordpress to send it there.
Hi @Edgard_Neto,
the Items Lists node has changed very recently (from v 0.234) and it cannot be copy/pasted.
I attach you here 3 screens that show how to configure the node (it’s very simple).
Just configure the 3 nodes as you see in the images (following the order).
Thank you very much, I managed to resolve the errors!!
One more doubt: How am I going to publish in wordpress, after the “Final text - Code 1” I use the sequence: Wordpress “Resource: Post” - “Operation: Create” and mount the post?
Yes you can the Wordpress Post:Create operation.
In that case, I suggest removing the title from the article and use it separately in the Wordpress node.