{"id":47944146,"url":"https://github.com/dataiku/dss-plugin-servicenow","last_synced_at":"2026-04-04T08:20:39.531Z","repository":{"id":264602893,"uuid":"889098093","full_name":"dataiku/dss-plugin-servicenow","owner":"dataiku","description":null,"archived":false,"fork":false,"pushed_at":"2026-03-26T16:14:12.000Z","size":136,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":15,"default_branch":"master","last_synced_at":"2026-03-27T05:04:53.805Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dataiku.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-11-15T15:53:46.000Z","updated_at":"2025-11-13T13:56:30.000Z","dependencies_parsed_at":"2024-11-25T10:19:54.651Z","dependency_job_id":"80c4746a-811b-4971-99a2-944d8e6dc139","html_url":"https://github.com/dataiku/dss-plugin-servicenow","commit_stats":null,"previous_names":["dataiku/dss-plugin-servicenow"],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/dataiku/dss-plugin-servicenow","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dataiku%2Fdss-plugin-servicenow","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dataiku%2Fdss-plugin-servicenow/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dataiku%2Fdss-plugin-servicenow/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dataiku%2Fdss-plugin-servicenow/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dataiku","download_url":"https://codeload.github.com/dataiku/dss-plugin-servicenow/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dataiku%2Fdss-plugin-servicenow/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31392717,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T04:26:24.776Z","status":"ssl_error","status_checked_at":"2026-04-04T04:23:34.147Z","response_time":60,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-04-04T08:20:38.916Z","updated_at":"2026-04-04T08:20:39.524Z","avatar_url":"https://github.com/dataiku.png","language":"Python","readme":"# ServiceNow Plugin\n\nThis Dataiku DSS plugin provides a read connector to interact with [ServiceNow](https://www.servicenow.com/) tables.\n\n## Setup\n\n### Create service accounts\n\nAs a DSS admin, go to *Applications \u003e Plugins \u003e Installed \u003e ServiceNow \u003e Settings \u003e Service accounts \u003e + Add preset*. Add the URL to the ServiceNow instance to reach. Add the user name and password of the ServiceNow account that will be used to interact with the instance. Finally, share the preset with the relevant groups.\n\n### Create an instance preset for user accounts\n\nAs a DSS admin, go to *Applications \u003e Plugins \u003e Installed \u003e ServiceNow \u003e Settings \u003e User accounts \u003e + Add preset*. Add the URL to the ServiceNow instance to reach. Share the preset with everyone.\nOnce this preset is create, each DSS user that requires accessing to the ServiceNow instance will have to go to their own *profile page \u003e Credentials \u003e created preset \u003e Edit symbol*, and add their own user name and password. \n\n## Read a ServiceNow table\n\nIn the flow, click on *+Dataset \u003e Plugins/ServiceNow \u003e ServiceNow* table to dataset. Select the appropriate authentication type and preset and the table to retrieve. Press `Test \u0026 get schema` and `Create`\n\n## Use with a LLM agent\n\nThis plugin can be used as a tool by an agent to create ServiceNow issues. This requires Dataiku \u003e= 12.6.2.\n\n### Example Use Case: Create Issues Based on User Input\n\nIn this example, we aim to process a dataset of messages from user tickets and create ServiceNow issues if necessary.\n- First, we need to create the agent tool. In the project's flow, click on **Analysis** \u003e **Agent tools** \u003e **+New agent tool** \u003e **Create a ServiceNow issue**. Name the identifier and the agent.\n- Then, we can create the actual agent. Click on **+Other** \u003e **Generative AI** \u003e **Visual Agent**, name the agent, click on v1, and add the tool (**+Add tool**) created in the previous step. In the agent's *Additional prompt* section, describe what are your specifications on what the parameters in the ticket should contain. The agent tool can fill in the following parameters: **description**, **summary**, **emergency** and **impact**. An example of specification could be *The impact should be set to 1 only if the problem impact production*\n- Once this is done, the agent can be used in place of an LLM in your prompt and LLM settings. For instance, a simple LLM recipe with the prompt *You are an IT agent and your mission is to write ServiceNow ticket if the user's message requires it.*\n\n![A simple Dataiku flow using a ServiceNow issue creation agent tool](images/simple_flow_using_servicenow_agent.jpg)\n\n## License\n\nCopyright 2024 Dataiku SAS\n\nThis plugin is distributed under the Apache License version 2.0\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdataiku%2Fdss-plugin-servicenow","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdataiku%2Fdss-plugin-servicenow","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdataiku%2Fdss-plugin-servicenow/lists"}