I’m thrilled to share something new for the part of the n8n community that also uses the note‑taking app Obsidian. I’ve developed a plugin called Post Webhook that bridges the gap between these two powerful tools, allowing you to seamlessly integrate your Obsidian notes into your n8n workflows.
With Post Webhook, you can send the full content of your notes, including structured YAML frontmatter metadata and attachments, directly to any Webhook-compatible endpoint. This means you can take the information stored in your notes and immediately put it to work in your automated n8n workflows.
To give you a sense of what’s possible, I’ve created an example n8n workflow template (Send Emails via Obsidian) that makes it easy to send emails directly from your Obsidian notes. Using the Post Webhook plugin, the n8n workflow takes note content and parses YAML frontmatter to define key email fields like recipients and subject lines. It even processes attachments, encoding them for emails and sending them seamlessly through Gmail. Once the email is sent, the workflow confirms the status back to your note, so you always have a complete record.
Feedback, ideas, and suggestions are always welcome.
Thank you for this. I am still trying to figure out how to use it, but this seems very interesting. I am trying to create a workflow where i can integrate my Web Clippings, send them to Obsidian and then to n8n to post to a Google Sheet where I can then write a blog post, track prices of items, or just maintain a record of something. I will let you know if i get it working. It would also be interesting if there ways a way to send a web hook directly from the clipping, but I should probably figure out the basics first.
This assumes that the notes are sent manually to the webhook. You may also be able to use another plugin to monitor a folder and automatically execute the command ‘send note to webhook.’
Please let me know if you’d like to receive the JSON file for this workflow!
Como conectarías obsidian, es decir, enviar un mensaje a un agente solicitando que te haga una nota con una estructura especifica y que te la ponga en obsidian