Servicenow integration with python
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2022 01:21 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2022 08:43 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2022 09:03 AM
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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2022 12:20 AM
Hi, what exactly are you going to change in ServiceNow leveraging python app?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2022 01:07 AM
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.