using webhook connect to Service now using POST function

Bindiya Vikram Naik May 23, 2021

POST URL to connect to snow:

https://tdldev.service-now.com/api/tnstd/tatacliq_ebonding/create_incident

I made a webhook with same URL. Webhook triggers when status goes to "inprogress"

N below my payload looks like this:

{
"short_description": "Test Incident for ",

"description":"Test Incident create ",

"notes":"Test Comments",

"service":"SSO",

"priority":"2",

"tatacliq_id":"INC-00012"

}

 

But I get below error on execution.

Action details:

Error response HTTP body:{"error":{"detail":"","message":"java.lang.IllegalArgumentException: Cannot decode: java.io.StringReader@7c94ed"},"status":"failure"}Error publishing webhook. Response HTTP status:500

0 answers

Suggest an answer

Log in or Sign up to answer