Teams can search ServiceNow incidents directly from Slack and share results in a channel or a direct message. Users choose state and priority in a simple Slack modal and get the top five recent matches. This fits daily triage, status checks, and quick updates.
An n8n webhook receives Slack events and parses the payload. The flow routes the event to open the modal, handle a submission, or respond to a button press with a quick 200 reply. After a submission, the modal closes and n8n queries ServiceNow for incidents that match the chosen state and priority. Results are sorted by most recent, limited to five, formatted for Slack blocks, combined into one message, and posted to the chosen channel or sent as a DM. If nothing matches, a clear notice goes out to the channel or user.
Setup needs a Slack app with rights to open modals and post messages, and a ServiceNow account with read access to the incident table. Expect faster triage, less context switching, and fewer copy paste errors. It works well for IT support teams, on call rotations, and managers who need quick checks in standups.