Hi, I have the following workflow which i want for automation:
-
A notion table with topic idea
-
I want to fetch one topic idea out of the table and give it to deepseek to get the text for it (no special prompt, I just use the content idea).
-
the result should be given to ChatGPT and I use a special content creation prompt to write a post for LinkedIn, which uses the result from deepseek.
-
the post should be given back to notion and added into the table to the topic idea
-
then I want to give the post to ChatGPT again to use a special prompt to generate ideas for a visual and add the visual ideas also to the notion table
so the final output should be the post which I can rework myself and the visual ideas.
Is this possible with make and how do I create it? And how would you start the workflow? with a message or what?
Thank you