The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

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

Comments for this post are closed

Community moderators have prevented the ability to post new answers.