Integration artifacts — jsn

Inspect scripted REST APIs, REST messages, SOAP messages, email, and import definitions.

What can JSN do for this ServiceNow workflow? Inspect scripted REST APIs, REST messages, SOAP messages, email, and import definitions. JSN gives you a direct terminal workflow instead of requiring the ServiceNow web interface for every inspection or change.
CommandWhat it does
jsn scrapi list --limit 3List scripted REST API operations
jsn restmessage list --limit 3List REST message definitions
jsn soapmessages list --limit 3List SOAP message definitions
jsn scrapi list
jsn scrapi list --limit 3 --json

3 operation(s)
Get Conversations          GET    /conversations
Get Is Generated By AI     GET    /{scopeId}/getIsGeneratedByAI
Update Message             PATCH  /conversations/{conversationId}/messages/{messageId}
▼ next screen
jsn restmessage list --limit 3 --json

3 restmessage(s)
AI Provider Call
Models.dev Pricing Lookup
Firebase Cloud Messaging Send
▼ next screen
jsn soapmessages list --limit 3 --json

3 soapmessages(s)
Instance Clone Schedule
Provision ServiceNow Accounts
ServiceNow getRecords

Get started

Install, point it at your instance, then run this feature.

npm install -g @jacebenson/jsn
jsn setup
jsn scrapi list --limit 3
Full setup guide & skill docs →

← All features