Slack to ServiceNow Incident Search Automation with n8n

This n8n workflow streamlines searching ServiceNow incidents from Slack using a custom Slack modal interface. It solves the pain of slow, error-prone manual lookups by delivering prioritized incident data directly where users collaborate.
Webhook
Set
Switch
+9
Workflow Identifier: 1134
NODES in Use: Webhook, Set, Switch, RespondToWebhook, HTTPRequest, ServiceNow, If, Sort, Limit, SplitInBatches, Summarize, Slack

Press CTRL+F5 if the workflow didn't load.

Learn how to Build this Workflow with AI:

Visit through Desktop for Best experience

1. What This Workflow Does

This workflow lets users search ServiceNow incidents by priority and state directly inside Slack.
It opens a Slack modal for inputs, queries ServiceNow API for matching incidents, and sends results back to Slack.
The results show up either in a chosen channel or as a private message.
This saves time by letting you skip the manual portal search and get info fast where teams chat.

You can find the 5 most recent incidents that meet your criteria.
The incident summaries include clickable links for easy access.
If no incidents match, you get a clear notification.
The Slack modal closes automatically after submitting your search.


2. Who Should Use This Workflow

This workflow is for IT support or helpdesk teams who often check ServiceNow tickets.
It helps users who want to quickly see priority and state filtered incidents without switching apps.
Users managing many requests concurrently will find it especially useful.

If your team uses Slack heavily and ServiceNow for issue tracking, this tool boosts efficiency.
It reduces errors from manual searches and keeps incident info right inside your communication platform.


3. Tools and Services Used

  • Slack API: Opens modals, sends messages, and receives user interactions.
  • ServiceNow API with Basic Auth: Queries incident records based on search parameters.
  • n8n Automation Platform: Runs the workflow, connects Slack and ServiceNow, processes data.

4. Beginner Step-by-Step: How to Use This Workflow in n8n

Step 1: Import Workflow

  1. Download the workflow file using the Download button on this page.
  2. Open n8n editor and select “Import from File” to load the workflow.

Step 2: Configure Credentials

  1. Add Slack API credentials for the Bot token.
  2. Set up ServiceNow Basic Authentication credentials for API access.

Step 3: Update IDs and Fields

  1. Check Slack channel IDs or user IDs if default values need changing.
  2. Adjust ServiceNow table names or query fields if using a custom setup.
  3. Update expressions in nodes if required for your workflow specifics.

Step 4: Test Workflow

  1. Trigger the workflow by sending a test request from Slack to open the incident search modal.
  2. Fill search form and submit to verify retrieval and messaging of incidents.

Step 5: Activate for Production

  1. Enable the workflow by switching it to active in the n8n dashboard.
  2. Make sure your webhook URL is publicly accessible and set in Slack event subscriptions.
  3. Monitor initial runs for any errors and fix them with credential or config checks.

For users running self-host n8n, check self-host n8n options to ensure smooth deployment.


5. Workflow Inputs, Processing Steps, and Outputs

Inputs

  • User input from Slack modal fields: priority and state.
  • Optional Slack channel selector for output destination.

Processing Steps

  • Webhook node receives Slack interaction events.
  • Extract payload with Set node to parse JSON from Slack.
  • Switch node routes events by type: opening modal, submission, or button action.
  • Acknowledge Slack quickly with Respond to Webhook node for good UX.
  • HTTP Request node calls Slack API to open the modal for incident search.
  • Once form is submitted, close modal and query ServiceNow’s incident endpoint using user inputs.
  • If node checks if any incidents were found.
  • Sort node orders results by newest.
  • Limit node restricts output to first 5 incidents.
  • SplitInBatches loops over each incident.
  • Set node formats incident details for Slack-friendly display with clickable links.
  • Summarize node concatenates formatted incident messages.
  • Set node creates final Slack message blocks summarized with counts and search criteria.
  • If node checks if user picked a channel to send results.
  • Slack nodes send the messages either to the chosen channel or direct message to user.
  • When no incidents found, send no-result notification similarly.
  • Respond to Webhook node handles Slack button clicks with quick HTTP 200 to avoid UI errors.

Output

  • Slack receives a clear list of up to 5 recent incidents matching priority and state.
  • Clickable incident links and summaries help quick access.
  • Notifications alert if no incidents matched, sent to user or channel.
  • Slack modal opens and closes neatly during the search process.

6. Edge Cases and Failures

  • If Slack modal does not open, check bot token permissions and event subscription URLs.
  • If no incidents appear but expected, verify query string syntax and exact input values matching ServiceNow.
  • If Slack messages fail to deliver, confirm channel or user IDs and bot membership in those channels.
  • Handle empty search results gracefully to avoid confusion.

7. Customization Ideas

  • Change the ServiceNow sysparm_query to include other filters like severity or category.
  • Edit Slack modal JSON to add more input fields or instructions.
  • Adjust the Limit node to show more or fewer incidents.
  • Modify no-match messages to include next steps or helpful links.
  • Extend the workflow to create ServiceNow tickets from Slack.
  • Integrate post-search automation that pushes incidents to Jira or other systems.

8. Summary and Results

✓ Search ServiceNow by priority and state straight from Slack.
✓ Get clear, linked incident summaries in chat.
✓ Send results to channels or direct messages.
✓ Save time and reduce errors from manual searches.
✓ Keep Slack interaction smooth with quick modal open/close.
✓ Easily customize filters and notifications for team needs.


{
  "sysparm_query": "incident_state={{state}}^priority={{priority}}"
}

Frequently Asked Questions

Yes, n8n supports OAuth for ServiceNow. Configure an OAuth credential and update the ServiceNow node with it.
Slack APIs have rate limits. Check your usage to stay within allowed request quotas for your Slack plan.
Verify the Slack Bot token permissions and event subscription URL are correct. Reinstall the Slack app if needed.
The workflow sends a no-results notification to either the selected Slack channel or directly to the user.

Promoted by BULDRR AI

Related Workflows

Automate Viral UGC Video Creation Using n8n + Degaus (Beginner-Friendly Guide)

Learn how to automate viral UGC video creation using n8n, AI prompts, and Degaus. This beginner-friendly guide shows how to import, configure, and run the workflow without technical complexity.
Form Trigger
Google Sheets
Gmail
+37
Free

AI SEO Blog Writer Automation Workflows in n8n

A complete beginner guide to building an AI SEO blog writer automation using n8n.
AI Agent
Google Sheets
httpRequest
+5
Free

Automate CrowdStrike Alerts with VirusTotal, Jira & Slack

This workflow automates processing of CrowdStrike detections by enriching threat data via VirusTotal, creating Jira tickets for incident tracking, and notifying teams on Slack for quick response. Save hours daily by transforming complex threat data into actionable alerts effortlessly.
scheduleTrigger
httpRequest
jira
+5
Free

Automate Telegram Invoices to Notion with AI Summaries & Reports

Save hours on financial tracking by automating invoice extraction from Telegram photos to Notion using Google Gemini AI. This workflow extracts data, records transactions, and generates detailed spending reports with charts sent on schedule via Telegram.
lmChatGoogleGemini
telegramTrigger
notion
+9
Free

Automate Email Replies with n8n and AI-Powered Summarization

Save hours managing your inbox with this n8n workflow that uses IMAP email triggers, AI summarization, and vector search to draft concise replies requiring minimal review. Automate business email processing efficiently with AI guidance and Gmail integration.
emailReadImap
vectorStoreQdrant
emailSend
+12
Free

Automate Email Campaigns Using n8n with Gmail & Google Sheets

This n8n workflow automates personalized email outreach campaigns by integrating Gmail and Google Sheets, saving hours of manual follow-up work and reducing errors in email sequences. It ensures timely follow-ups based on previous email interactions, optimizing communication efficiency.
googleSheets
gmail
code
+5
Free