ServiceNow New Incidents Notification
detail.loadingPreview
Fetches new incidents from ServiceNow and posts them to Slack.
🚀Ready to Deploy This Workflow?
About This Workflow
Overview
This workflow automatically retrieves new incidents created in ServiceNow within the last 5 minutes and posts their details to a designated Slack channel. It includes error handling for ServiceNow connectivity issues.
Key Features
- Scheduled execution every 5 minutes.
- Retrieves incidents created in the last 5 minutes from ServiceNow.
- Posts detailed incident information to Slack.
- Includes a link to view the incident directly in ServiceNow.
- Handles potential errors during ServiceNow data retrieval.
How To Use
- Import this workflow into your n8n instance.
- Configure ServiceNow credentials for authentication.
- Set up Slack credentials and specify the target channel for notifications.
- Ensure the
WEBHOOK_URLenvironment variable is set if the Slack button URL is intended to use it. - Activate the workflow to start receiving incident notifications.
Apps Used
Workflow JSON
{
"id": "328902e5-cbf8-481a-b54d-5b8090a9be4c",
"name": "ServiceNow New Incidents Notification",
"nodes": 0,
"category": "Datetimes",
"status": "active",
"version": "1.0.0"
}Note: This is a sample preview. The full workflow JSON contains node configurations, credentials placeholders, and execution logic.
Get This Workflow
ID: 328902e5-cbf8...
About the Author
Free n8n Workflows Official
System Admin
The official repository for verified enterprise-grade workflows.
Statistics
Verification Info
Related Workflows
Discover more workflows you might like
Google Calendar to Zoom Meeting
Automatically create Zoom meetings from Google Calendar events.
Outlook Calendar Events to Notion
Syncs Outlook Calendar events to a Notion database.
Instant WooCommerce Order Notifications via Telegram
When a new order is placed on your WooCommerce store, instantly receive detailed notifications directly to your Telegram chat. Stay on top of your e-commerce operations with real-time alerts, including order specifics and a direct link to view the order.
Telegram Profanity & Toxicity Filter
This n8n workflow automatically monitors incoming Telegram messages for profanity and toxic language. It leverages Google's Perspective API to analyze message content, and if a message is deemed inappropriate, the workflow sends an automated warning response back to the sender.
Universal CSV to JSON API Converter
Effortlessly transform CSV data into structured JSON with this versatile n8n workflow. Integrate it into any application as a custom API endpoint, supporting various input methods including file uploads and raw text.
Convert Any Webpage to PDF and Save Locally
This n8n workflow provides a simple way to convert any public webpage URL into a PDF document. Once converted, the PDF file is automatically saved to your local disk, making it easy to archive or share web content offline.