Looking at the documentation for plugins.headlessclient I can see that you can queue a method to be run in the headless client using client.queueMethod(). The first argument to the function is the context for the method and the documentation says to set it to the name of a form to run a form method or null for a global method. Is it possible to run a scope method (scopes.scopeName.methodName) and if so how?
Thanks
Steve