Hi,

I've seen many scenarios where we are getting external applications to call Joget API. But my scenario requires Joget to call an external API after a form has been submitted. The steps for the entire scenario is as follow:

1) User fills in Joget Form with values

2) User submits the form

3) Joget to grab the inputs from form and call an external API to process that information.

I'm stuck at step 3 where I'm not sure how to I get Joget to pass the input from the form and then call an external Restful API from another external application.

Anyone have done this before can share their experiences or steps required?

Thanks!

  • No labels

1 Comment

  1. Hi there,

    You may want to check out the SOAP Tool or the JSON Tool to make calls to external sites. In there, you may use Form Hash Variable to include form's values into them.

    Hope this helps.

    Cheers