PythonScript object
A PythonScript item in RS Production is an object that represents a python code snippet, much like method/function i Python.
A PythonScript instance consists of a body with python code and a set of parameters that will available from the python code declared in the body.
PythonScript items are used to extend the HTTP API with new logic aka webhooks and also to extend the Workflow engine with new functionality.