We have a meteor application that uses Angular and is hooked into a Mongo DB. In addition to this, we have a Windows Service written in C# that is used to sync the same Mongo DB with a legacy database from an older application. In order to print to physical printers directly from our meteor application we use a service called printnode. (https://www.printnode.com/en)
I need to create some way to generate a print job, from the meteor app, for a specific document that could be initiated from C#, meteor or just by someone going to a specific URL. Is it possible to create some sort of api in our meteor app where I trigger some code when a specific URL is hit? For instance, if I were to call this URL from C# I could call code in my meteor app that would perform some logic and eventually print the document with the _id of 654dgaga3462gsdgh: