Give your team a fast way to check ticket details without leaving chat. Type a slash command in Slack with an incident ID and get clear results right away. Ideal for IT support, on call teams, and busy service desks.
Here is how it runs end to end. A Webhook node receives the Slack request. A Set node pulls the incident ID from the text field. The ServiceNow node searches the incident table using the number provided and returns display values. A Switch node checks the result and sends one of three replies. If found, the response shares key incident details back to Slack using a JSON block. If not found, the reply explains the ID is invalid. If ServiceNow fails, users see a clear error message. This cuts context switching and speeds up triage.
To put it in place, you need a Slack slash command and a ServiceNow account with basic auth. Point the Slack command to the n8n Webhook URL and connect the ServiceNow node with your credentials. Teams can expect faster answers in channels and less time spent hunting in multiple tabs. Great for NOC rooms, war rooms, and help desk channels during busy hours.