API for custom python script
Hello Everyone, i wrote a python script that sends an authentication request, receives JWT and uses the token to pull events from a service, using rest api. the response is a json array.
as initial phase, and to make things easier (i hope), I created a stadnalone script that doesn't require any parameters to be executed. I already installed Siemplify and was able to login, i also created an integration and imported the common libraries. but i'm stuck now, and i'm not sure how to proceed in order to execute the script, parse the results and eventually display them in the dashboard. appreciate your help.