{"id":26119139,"url":"https://github.com/man-group/servicenow-lite","last_synced_at":"2025-07-06T22:37:45.172Z","repository":{"id":57356806,"uuid":"89374238","full_name":"man-group/servicenow-lite","owner":"man-group","description":"utility library for interacting with servicenow","archived":false,"fork":false,"pushed_at":"2024-07-01T11:15:34.000Z","size":11,"stargazers_count":11,"open_issues_count":1,"forks_count":2,"subscribers_count":10,"default_branch":"master","last_synced_at":"2025-06-28T23:07:21.330Z","etag":null,"topics":["nodejs","servicenow","soap-api"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/man-group.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"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}},"created_at":"2017-04-25T15:04:18.000Z","updated_at":"2022-02-10T09:52:36.000Z","dependencies_parsed_at":"2024-10-23T13:54:35.546Z","dependency_job_id":null,"html_url":"https://github.com/man-group/servicenow-lite","commit_stats":{"total_commits":15,"total_committers":3,"mean_commits":5.0,"dds":"0.19999999999999996","last_synced_commit":"a00f011cbc00f081d0531be4c857b4d1f9ee71bc"},"previous_names":["manahl/servicenow-lite"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/man-group/servicenow-lite","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/man-group%2Fservicenow-lite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/man-group%2Fservicenow-lite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/man-group%2Fservicenow-lite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/man-group%2Fservicenow-lite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/man-group","download_url":"https://codeload.github.com/man-group/servicenow-lite/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/man-group%2Fservicenow-lite/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263984861,"owners_count":23539764,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["nodejs","servicenow","soap-api"],"created_at":"2025-03-10T12:15:43.067Z","updated_at":"2025-07-06T22:37:45.111Z","avatar_url":"https://github.com/man-group.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# servicenow-lite [![npm version](https://badge.fury.io/js/servicenow-lite.svg)](https://badge.fury.io/js/servicenow-lite)\n\nThis package provides convenience functions for accessing the SOAP API\nprovided by servicenow websites.\n\nIt's primarily used by [hubot-servicenow-tickets](https://github.com/manahl/hubot-servicenow-tickets).\n\nLicense: MIT\n\n## API\n\n* recordId\n* getRecordById\n* recordsCreatedBy\n* workNotesBySysId\n* createTicket\n* search\n* userId\n\nWe also provide a `config` module that extracts data from servicenow.yaml.\n\n## Usage\n\nWe assume that you've set environment variables for username and\npassword:\n\n```\n$ export HUBOT_SERVICENOW_USER='myusername'\n$ export HUBOT_SERVICENOW_PASSWORD='secretpassword'\n```\n\nNext, you'll want a servicenow.yaml in the root of your project:\n\n```\n$ cat ./servicenow.yaml\nroot_url: https://servicenow.example.com\ntables:\n  - name: \"change_request\"\n    prefix: \"CR\"\n```\n\nYou can now make requests. Assuming you have a ticket called CR1234:\n\n``` javascript\nvar api = require('servicenow-lite');\n\napi.getRecordById('CR1234', function(err, details) {\n  if (err) {\n    console.error(err);\n  } else {\n    console.log(details)\n  }\n});\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fman-group%2Fservicenow-lite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fman-group%2Fservicenow-lite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fman-group%2Fservicenow-lite/lists"}