use python script in service now
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-23-2017 11:13 PM
I need to now if python scripts can be used in service now.
I need to achieve multiple task using python scripts on service now.
If that is possible how the scripts can be implemented ?
Also if python is not applicable what is the recommended alternative

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-24-2017 12:19 PM
Prakhar:
The platform is heavily Javascript/Jelly/AngularJS based. I can't think of a scenario where Python could/would be used within the platform. Depending on what you are trying to do, you may have to write the same logic in JS. It may be helpful to elaborate on what you are trying to accomplish with the Python code within the platform.
Regards,
Nate Aiken
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-26-2017 12:46 AM
We want to run a script on the middle server which receive the data from some external source and insert into the cmdb table. Python is preferred because we've some prebuild libraries which helps us to integrate the mid server to the external source or the saltmaster .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-24-2017 12:31 PM
Hello Prakhar,
I have used python with ServiceNow by using the requests module and the ServiceNow API to GET/POST tasks. It all depends on what you are trying to accomplish.
Cheers,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-26-2017 12:46 AM
We want to run a script on the mid server which receive the data from some external source and insert into the cmdb table. Python is preferred because we've some prebuild libraries which helps us to integrate the mid server to the external source or the saltmaster .