Servicenow integration with python

Samhitha_1
Tera Contributor

Hi Team,

 

I have a requirement to integrate our application with ServiceNow. We have an sdk for our product. Can we import our package and write our script in python and build our application? If yes please provide me an example to follow the procedure.

 

Thanks and regards,

Samhitha.

8 REPLIES 8

Appli
Mega Sage
Mega Sage

Hi, please check REST API explorer - you can define your integration attributes there and produce a code sample afterwards in Python. More details - in the link.

Hope it helps

Samhitha_1
Tera Contributor

Thanks @Appli ! But we couldnt find our suitable api, so had to create a custom API. There we couldnt generate script in python. Is there any solution?

Hi, what exactly are you going to change in ServiceNow leveraging python app?

Hope it helps

Samhitha_1
Tera Contributor

We wanted to run our python scripts which utilizes our product sdk(armorblox-sdk). we don't want to change anything in python app. Once we get the response from running the scripts, we want to create tickets post that.