JSON to POST data to web services

Confluence User - 13 Oct, 2021

Greetings - I am able to use the json to form tool to get  data and store it in a form.

So lets say, there are 10 records in a list, is there a process that can POST those 10 records to a web service (POST instead of GET)?

I can do one record with workflow variable. but how do we setup a process to do all 10 records for example?


json;api;post

1


18 Oct, 2021
confluenceUser
confluenceUser

Hi, I believe the JSON Tool supports POST requests out of the box. Do you mean putting 10 records in 1 POST request? If so, then your endpoint API would need to support it, and you would likely put the records as part of the JSON body. 

RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print