User wants a way to automatically create a Notion database entry from an Obsidian note when a specific tag is added, streamlining their note-taking workflow.
Hi everyone, I'm currently building a note-taking workflow for university and I'm trying to connect **Obsidian (for knowledge notes)** with **Notion (for organisation)**. My workflow looks roughly like this: During lectures I take handwritten notes on my tablet. In the evening I create topic-based knowledge notes in Obsidian. Each Obsidian note contains: * the summarized content * a PDF of my handwritten lecture notes as a source One important detail of my workflow is that in Obsidian I only structure notes by topic, not by lecture. So the title of the note is always the topic, and a single lecture can result in multiple notes if multiple topics were covered. Then in **Notion I track the lectures themselves**, and I link the relevant Obsidian notes to them using a property (the Obsidian link). What I would like to automate is the following: Whenever I create a new Obsidian note with a specific tag (for example `#notion`), I want it to automatically create a **new page in a Notion database** with properties like: * Name (note title) * Module * Date * Obsidian link (`obsidian://` link) The actual content would stay in Obsidian Notion would only be used for organisation and tracking. **So my question:** Is there currently any reliable way to automatically create a new Notion database page from an Obsidian note? For example via: * Obsidian plugins * Notion API * Make / Zapier * scripts I'm curious what solutions people are using for this kind of Obsidian to Notion workflow. Thanks!