1
0
-1

So I can generate invoices from with Joget DX, however, it uses public/private keys for security and I can't see how to setup third party calls using public/private keys.  I have managed to get calls using json tool without problem, but Xero wants to use public/private keys so json tool is not applicable.

    CommentAdd your comment...

    1 answer

    1.  
      1
      0
      -1

      Hi, I am not familiar with the Xero API but according to a quick search at https://developer.xero.com/documentation/oauth2/auth-flow it uses access tokens in the header so the JSON tool should be able to use that. However if you really need public/private key support you could try to use some custom Java code in a Bean Shell for Process Tool. Alternatively, you could also try Developing Plugins

        CommentAdd your comment...