The CreatorCon Call for Content is officially open! Get started here.

Sending incidents to servicenow using api

Ankitha4
Tera Contributor

Can anyone help me with the steps on how to send incidents to servicenow using a generic api

1 REPLY 1

eviljack
Tera Contributor

Its simple, u can try it directly from your instance with REST API Explorer. Select Table - incident, Create a record (POST) and set up all your mandatory fields and u will see a request body.

 

If you want to try it from Postman u need an account with webservice access and permissions to read&write to incident table.