The workflow JSON
Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →
{
"updatedAt": "2026-01-17T18:23:45.487Z",
"createdAt": "2025-12-31T21:59:32.303Z",
"id": "muXPMz9FAT3fMK6g",
"name": "Error Worflow",
"active": false,
"isArchived": false,
"nodes": [
{
"name": "Error Trigger",
"parameters": {},
"position": [
0,
0
],
"type": "n8n-nodes-base.errorTrigger",
"typeVersion": 1,
"id": "063be4c7-d30c-48fb-b88a-401ac9076a2e"
},
{
"credentials": {
"microsoftTeamsOAuth2Api": {
"name": "<your credential>"
}
},
"name": "Create Team Message in WorkFlow Notifications, Actions and Errors Channel",
"parameters": {
"channelId": {
"__rl": true,
"cachedResultName": "Actions and Errors",
"cachedResultUrl": "https://teams.cloud.microsoft/l/channel/19%3A_QmvseAzn-6kOzqfvaOJQdNjEgK9fp8X0idJYTLlkwI1%40thread.tacv2/WorkFlow%20Notifications?groupId=c21f3bd3-a3b8-4459-97ce-6dc2c255488a&tenantId=02039216-1f40-4e50-9a19-964122f69012&allowXTenantAccess=True&ngc=True",
"mode": "list",
"value": "19:_QmvseAzn-6kOzqfvaOJQdNjEgK9fp8X0idJYTLlkwI1@thread.tacv2"
},
"message": "=Actions and Errors Workflow: {{ $json.execution.url }} {{ $json.execution.error.message }}",
"options": {
"includeLinkToWorkflow": false
},
"resource": "channelMessage",
"teamId": {
"__rl": true,
"cachedResultName": "WorkFlow Notifications",
"mode": "list",
"value": "c21f3bd3-a3b8-4459-97ce-6dc2c255488a"
}
},
"position": [
208,
0
],
"type": "n8n-nodes-base.microsoftTeams",
"typeVersion": 2,
"id": "27cb3680-8cbb-4cc3-a6a7-2859604e5c5b"
}
],
"connections": {
"Error Trigger": {
"main": [
[
{
"index": 0,
"node": "Create Team Message in WorkFlow Notifications, Actions and Errors Channel",
"type": "main"
}
]
]
}
},
"settings": {
"executionOrder": "v1",
"availableInMCP": false,
"callerPolicy": "workflowsFromSameOwner"
},
"staticData": null,
"meta": {
"templateCredsSetupCompleted": true
},
"versionId": "c5fc0080-538c-47ff-8441-31e783dde0c2",
"activeVersionId": null,
"triggerCount": 0,
"shared": [
{
"updatedAt": "2025-12-31T21:59:32.303Z",
"createdAt": "2025-12-31T21:59:32.303Z",
"role": "workflow:owner",
"workflowId": "muXPMz9FAT3fMK6g",
"projectId": "aRJv9cLftn98cx8V"
}
],
"activeVersion": null,
"tags": []
}
Credentials you'll need
Each integration node will prompt for credentials when you import. We strip credential IDs before publishing — you'll add your own.
microsoftTeamsOAuth2Api
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Error Worflow. Uses errorTrigger, microsoftTeams. Event-driven trigger; 2 nodes.
Source: https://github.com/ATHARVISM2804/n8n_workflow_main/blob/main/workflows/error-worflow-.json — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
Error Worflow. Uses errorTrigger, microsoftTeams. Event-driven trigger; 2 nodes.
Notify-On-Error. Uses errorTrigger, emailSend. Event-driven trigger; 5 nodes.
Handle Errors From A Different Workflow. Uses errorTrigger, mailgun. Event-driven trigger; 2 nodes.
Send an SMS when a workflow fails. Uses errorTrigger, twilio. Event-driven trigger; 2 nodes.
WF_ERRORS_notify_v1. Uses errorTrigger, emailSend. Event-driven trigger; 2 nodes.