Orchestrator api

Hi team,

I need to send an item into orchestrator queues api but I don’t know how to set the parameter correctly in parameter section on HTTP Request Wizard.

I need to set something like this
{
“itemData”: {
“Name”: “test”,
“Priority”: “Low”,
“SpecificContent”: {
“test”: 1234567890,
},
“DeferDate”: null
}
}

What is the best way to set this json into parameters on HTTP Wizard?
Please advise!.

Thank you

Hello @desquivel

You can use a string variable to store data (you could also read data from a file).

Take a look at this:

Let me know your advance, if needed I could send you a sample.

Regards,
Susana