Add workflow to right-click menu?

Is it possible to add a n8n workflow to the right-click menu in Windows 10?

I would like to right-click on a file, convert it to a PDF and then save it to a specific folder on my OneDrive. Any idea on how to do it?

Welcome to the community @Eric_Cote !

Sorry, sadly no idea about Windows. But the first thing that did show up when I did Google it was this:
https://www.itprotoday.com/devops-and-software-development/how-do-i-add-item-right-click-menu

So if you:

  1. Have n8n running locally
  2. Do what is described in the link above with a few tweaks (to be exact, send the file name via curl to an n8n workflow)

It should theoretically work.

1 Like

Hey @Eric_Cote,

Another approach I can think of is using the Webhook Node in your workflows. I am not sure if this is possible with the right-click option, but if it is, you can send that data to the workflow via the Webhook URL. The workflow gets executed and you get the desired output. If you’re running this on the cloud, you can send yourself an email with the required processed data.

Let us know if you have any more questions :slight_smile: