3rd Party API - JSON

  • 12 July 2017
  • 2 replies
  • 17 views

Userlevel 3
Badge +8

All,

SharePoint/Nintex on-prem

I've built a form which now the end user wants to user various fields from to query a 3rd party api to 'search and retrieve' further information.

The token api accepts post/get values. I believe I can use a web request control ? One part of the request requires a string to be md5 encrypted. Does nintex workflow do this automatically or can it be done using the workflow?

Thanks

Andrew


2 replies

Badge +2

Hi @wilkies0106aw,

I'm searching for a similar thing without success so far.
I was wondering if you got any solution...

Cheers,
Will

Badge +9
You can query a REST Api (SharePoint or 3rd party) from an out of the box workflow action, but a form you will need to use custom JavaScript to query the api an display results as you wish in a label control.

Reply