Skip to main content
Nintex Community Menu Bar

3rd Party API - JSON

  • July 12, 2017
  • 2 replies
  • 40 views

Forum|alt.badge.img+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

Forum|alt.badge.img+2

Hi @wilkies0106aw,

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

Cheers,
Will


Forum|alt.badge.img+9
  • May 25, 2020
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.