FreeSDN Plugin Registry
← All plugins

integration

ServiceNow Incidents

Creates a ServiceNow incident when a FreeSDN alert fires and resolves it when the alert clears. One incident per alert, deduplicated across repeat firings, with an explicit severity-to-urgency mapping.

integrationservicenowticketingitsmalerting

Package

Plugin ID
servicenow-incidents
Version
1.0.1
Author
FreeSDN
Minimum core
26.06.1
Python
>=3.11
SHA-256
0b4dc3940ed03952b8a264488bb298b409d8ffc4ec87a43a8ecee9d3f92a60d6

Install

From inside FreeSDN, open Plugins › Marketplace, sync the catalogue, and install ServiceNow Incidents. The instance verifies the catalogue signature before ingest and the archive checksum before unpacking.

To install the archive directly instead:

curl -fSLO https://registry.freesdn.org/dl/servicenow-incidents-1.0.1.zip
sha256sum servicenow-incidents-1.0.1.zip
# expect: 0b4dc3940ed03952b8a264488bb298b409d8ffc4ec87a43a8ecee9d3f92a60d6

Then upload the ZIP under Plugins › Install from file.

Plugins run in-process with the API. The loader applies import hygiene, ZIP-slip and ZIP-bomb guards, hash-pinned dependencies and per-action permission caps, but it is a cooperative trusted-author model and not a security sandbox. Install what you would be willing to run as application code.

Source and issues →