Skip to content
FlowHubFluxonLab
Slackfree

AI Chatbot Call Center: General Exception Flow (Production-Ready, Part 8)

by ChatPayLabsadapted from n8n official workflow galleryUpdated Aug 2026
RequiresSlack
Share Post Share
ErError TriggerπŸ‘» Exception AlertπŸ‘» Exception Al…1
1/5
STEPS Β· 1
Starts on a Error event

Workflow Name: πŸ‘» Exception Flow Template was created in n8n v1.90.2 Skill Level: Low Categories: n8n, Chatbot Stacks Error Trigger Slack node What this workflow does? This is a n8n Error Workflow. It will trigger when there is an error in another workflow. When this happens, it then tries to send an error notification to the preset Slack channel. How it works The Error Trigger node will trigger when there is an error in another workflow, as long as that workflow is set up to do so. A error notification will be sent to the Slack Channel. Set up instructions Create you Slack credentials, refer to n8n integration documentation for more information. Set up the Channel in πŸ‘» Exception Alert node. For any n8n workflows to trigger this, switch to that workflow, select menu > settings, and set the Error Workflow to πŸ‘» Exception Flow. How to adjust it to your needs Although this workflow template is part of the AI Chatbot Call Center Series, it could be used with any n8n workflows.

Tags

n8nreference-onlyslack
Connects
Slack
CategorySlack
Triggermanual
Complexitysimple
Nodes2
AddedMay 14, 2025

Related workflows

See all Slack→
free

Send selected GitHub events to Slack

Gets triggered by GitHub once a user stars/unstars a repository Checks if star got added or removed and forwards data depending on that Sends notification to Slack

by Jan Oberhauser
free

Notify a team channel about new software releases via Slack and GitHub

This workflow automatically notifies the team in a Slack channel when code in a GitHub repository gets a new release. Prerequisites A GitHub account and credentials A Slack account and credentials Nodes GitHub Trigger node triggers the workflow when a release event takes place in the specified repository. Slack node posts a message in a specified channel with the text "New release is available in {repository name}", along with further details and a link to the release.

by q
free

Send notification when deployment fails

This workflow sends a message on Slack when site deployment fails. Netlify Trigger node: This node triggers the workflow when the site deployment fails. Slack node: This node sends a message on Slack alerting the team about the failed deployment. If you want to send a message to a different platform, replace the Slack node with the node of the respective platform.

by Harshil Agrawal