Keep your dispatch team informed without checking queues. The workflow polls new service tickets, skips ones already sent, groups by company, and posts a clear alert into Microsoft Teams. It suits IT help desks and service providers that need fast ticket intake and fewer missed issues.
On weekdays, a schedule runs every minute and calls the service ticket API to pull only new items. A small code step prepares the ticket id for matching. Redis stores every ticket id that was already announced. A merge step compares new results against Redis and keeps only unseen ids. Another code step groups tickets by site or company so your team gets a single alert per company. The Teams node sends an HTML message to a chosen chat. New ids are then saved back to Redis to avoid duplicates next time.
Setup needs API access to your ticket system, a Microsoft Teams connection, and a Redis store. Expect near real time alerts, less noise, and cleaner dispatch decisions. Great for MSP dispatch, IT triage, and operations control rooms that want fewer pings and quicker response times.