Python Script integration with ServiceNow

Rishi8
Kilo Explorer

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

 

13 REPLIES 13

Hitoshi Ozawa
Giga Sage
Giga Sage

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.

Wow seems good.Kindly,share the scripts and the screenshots of the application for better understanding of your development.

 

Regards,

Munender

I'm writing detailed steps in my Japanese blog pages. Tried uploading it here once but they deleted it. Sorry.

No worries thanks Hitoshi!