Hi All,
I’m trying to add attachment while raising ServiceNow incident through API using HttpClient activities. I tried putting path by creating argument in Attachment section of properties panel, but I’m not sure how to use that argument.
EndPoint URL - https://xyz.service-now.com/api/now/table/incident
Body -
{“short_description”:“”,
“description”:“”,
“assignment_group”:“”,
“watch_list”:“”,
“caller_id”:“”}
I’ve used Simple Authentication here.
I’m able to raise incident without attachment but with attachment it’s giving error.
Can anyone please help here it’s urgent?