Whenever I’m browsing and find something cool, an article, a product, or a video that I want to run through my n8n workflows, my current process is super manual. I end up copying the URL, tabbing over to n8n, pasting it into a trigger, and then heading back.
It feels pretty clunky and breaks my flow. I’m sure there’s a more ‘pro’ way to do this, maybe a browser extension or a bookmarklet?
How are you guys sending data to your webhooks without the constant tab switching?
I’ve seen people solve the issue a couple of ways:
You could go the Read-it-Later route like using Reader). It’s super simple since the extension is already made, you just need to sync the app with n8n.
If you want something more direct, a bookmarklet is a great shout for sending data straight to a webhook. Or, if you’re feeling the need to work, you could code your own extension to handle the clipping exactly how you want it.
Hope this helps and kindly mark it as the solution.
I think I see the path forward now, building an extension to handle the ‘Right-click > Send to n8n’ logic via webhooks. Thanks for the suggestions @Miliaga I’ve got exactly what I need to start building.
I’ll be sure to post back here once I have something working to share!