ServiceNow Integration
ServiceNow Integration
1. Once instance will be a source instance, and the other will be a target
instance
- click on new
- set endpoint to -
https://YOUR_INSTANCE_NAME.service-now.com/api/now/table/incident
- click on test
You should get all the incidents from target instance in json format.
- set endpoint to -
https://YOUR_INSTANCE_NAME.service-now.com/api/now/table/u_incident_s
taging
"u_caller_id":"${caller_id}",
"u_short_description":"${short_description}",
"u_description":"${description}"
- click on new