Perform an external REST call from within Nuxeo Studio
We wanted to perform an external REST call to a non-Nuxeo middleware within Nuxeo Studio.
We were thinking of going the route of having an Automation Script perform this REST call with the Nashorn Engine.
Is this possible? If so, what is the syntax/link to the relevant documentation?
Thanks!
0 votes
1 answers
998 views
Hello,
It is possible to use the HTTP.Call
operation within Nuxeo Studio. You'll find an example in our QR Code integration : https://github.com/nuxeo/nuxeo-studio-community-cookbook/tree/master/modules/nuxeo/qr-code
Regards