I want to build an automated workflow where the meeting summary generated by MeetGeek is sent to Gemini to create a blog post, and the generated blog is then saved automatically in Notion.
Hey @rahul4 !
Have you checked the N8N WORKFLOWS where most creators shared them there?
Maybe you find something that helps, or tell us exactly how do you need help?
Cheers!
i’ve checked 0 results present. @Parintele_Damaskin
Ok… Maybe that trough over 7k workflows you cannot find the “exact” workflowyoue lookingfor… but ther are plenty examples how to use:
-Webhook Trigger(assuming MeetGeek let’s you set a callBackUrl) then
-Ai /HTTP nodes can send and process result
-Notion /HTTP node to post that(credentials in n8n, configuration on Notion developer) …
After you have setup credentials, and be sure you gave the right scopes for base/workspace in Notion, try place thus nodes on a canvas, then if you encounter any issue, we are here ![]()
Cheers!