Python Script integration with ServiceNow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2018 07:18 AM
Hello!
We have couple of python scripts which we want to integrate with ServiceNow. So basically we need a kind of input FORM and use such input as variable and execute python script in back-end.
I would be happy to provide more details if required.
Regards
Rishi
- Labels:
-
Service Portal

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2020 02:51 AM
I've developed a python flask app that accepts data from ServiceNow.
What I did was create a service catalog form. Then in Flow Designer to process this service catalog, I have a REST step that extracts data from the form and send it as JSON message to my flask app. Just using regular flask app that accepts JSON data.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2020 09:12 AM
Wow seems good.Kindly,share the scripts and the screenshots of the application for better understanding of your development.
Regards,
Munender

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2020 01:05 PM
I'm writing detailed steps in my Japanese blog pages. Tried uploading it here once but they deleted it. Sorry.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2020 09:17 AM
No worries thanks Hitoshi!