Passing a JSON Value to a JSON API Request
Hi All, I have faced one issue while sending a API call to IVANTI. I need to call one value into this request as below
{"OrgUnitLink": "${org}",
"Symptom": "${body}",
"Subject": "${incident.labels.Email/subject}",
"Source": "Email",
"Status": "Submitted"
...



