Redis Get New Tickets to Teams
detail.loadingPreview
Retrieves new tickets from an API, filters them based on existing Redis entries, and sends new ticket alerts to Microsoft Teams.
🚀Ready to Deploy This Workflow?
About This Workflow
Overview
This workflow is designed to proactively notify the dispatch team about new tickets that require attention. It leverages Redis to keep track of already processed tickets, ensuring that alerts are only sent for genuinely new entries. The workflow fetches ticket data from an external API, filters out duplicates, and then formats and sends relevant information to a Microsoft Teams channel.
Key Features
- Scheduled fetching of new tickets from an API.
- Utilizes Redis to store and check for existing ticket IDs, preventing duplicate alerts.
- Filters out tickets that have already been processed or sent.
- Consolidates ticket information by company and site.
- Sends formatted HTML messages to a Microsoft Teams chat for the dispatch team.
How To Use
- Configure Credentials: Ensure your Redis and Microsoft Teams credentials are set up and linked within n8n.
- Set API URL and Authentication: Update the
Get New TicketsHTTP Request node with your API's base URL, endpoint, and any required authentication headers. - Configure Redis Keys: In the
Query DatabaseandLog in Redisnodes, replaceYOUR_CREDENTIAL_HEREwith the appropriate Redis keys that will be used to store and retrieve ticket IDs. - Adjust Node Parameters: Review and adjust parameters in the
Schedule Trigger,Add Filterable Parameter,Filter Out Tickets,Combine like Companies, andTeams to Dispatchnodes to match your specific data structure and notification preferences. - Map Fields: Carefully map the fields in the
Combine like CompaniesandTeams to Dispatchnodes to ensure the correct data is extracted and displayed in the Teams message.
Apps Used
Workflow JSON
{
"id": "6842a83d-9881-4a21-a010-1b73528a3e09",
"name": "Redis Get New Tickets to Teams",
"nodes": 0,
"category": "Redis Automation",
"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: 6842a83d-9881...
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
Robust Concurrency Control for n8n Workflows with Redis
Prevent simultaneous execution of critical n8n workflows or tasks using a centralized, Redis-backed locking mechanism. This reusable utility workflow ensures data integrity and resource management by allowing other workflows to acquire, check, and release locks.
Automated Multi-Platform Social Media Publisher
Streamline your social media content creation and publishing with this n8n workflow. Simply fill out a web form with your caption, media (image or video), and target platforms, and let n8n automate the posting process across multiple social networks.
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.
Weekly Cocktail Inspiration for Your Team
Automatically share engaging cocktail recipes with your team or community every week. This workflow fetches a random recipe, generates a beautiful visual card using Bannerbear, and posts it directly to your Rocket.Chat channel, fostering fun and connection.
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.