I am building a Magento plugin that exports orders to a 3rd party system via web service. I am possibly going to use this method to export my orders so that the user doesn't have to wait for the order to export, which basically pings a webpage but doesn't wait for the response.
Now, If I am using this in my magento site, what address would I be sending the request to, that would instantiate my model (and kick off the export process)? Would I create a controller and a frontend route, and simply use the HTTP address of this page?