Hi, I am new with n8n and I have already been able to do interesting things with Notion, Telegram and MQTT… Now I would like to use the clipboard content to make some process on it and then save the result in a Notion database.
Is there a way to get the Clipboard content in a node ? Searched on the forum and on the web but nothing…
There is no native way that I know of. If it were me, I can think of at least 1x homerolled solution:
Check if any low-code chrome extension builders support accessing clipboard (I think extension.dev does)
Most of those tools allow you to call a webhook URL
From there it’s a vanilla n8n workflow with a webhook trigger that parses that data and posts it.
If that doesn’t work, I’d next explore if a tool like Alfred could be the bridge between your OS and n8n (Alfred is for Mac, I assume there are more options for windows, maybe Linux).
We’ve had some internal concepts for an “n8n sidekick” that would help with usecases like that, but they’re not on our official roadmap atm (since it’s more of a RPA usecase). So nothing that would be made in next couple quarters.
Hope that helps! If you figure it out, would be super cool if you could share here. I’d be curious to see how you did it, as I’m sure others would too in our community.
I would like to know more would you want to trigger a workflow as soon as you have something in your clipboard or would you want something like selecting text and doing a right click > send to n8n workflow?
Idea is to capture info (web, pdfs, others) through the clipboard and send it to a n8n wf to process these info and then based on certain rules save it in Notion or send it through Telegram (or other).
Would it have to be through the clipboard or would a context menu be just as useful to you? I am just wondering how we would know where to route the clipboard content based on content.