Send n8n automation errors to a Monday.com board

Go to Workflow
1,376 views
Built by Joey D’Anna Joey D’Anna
Created on June 07, 2026

Description

This template is an error handler that will log n8n workflow errors to a Monday.com board for troubleshooting and tracking.

Prerequisites
Monday account and Monday credential
Create a board on Monday for error logging, with the following columns and types:
Timestamp (text)
Error Message (text)
Stack Trace (long text)
Determine the column IDs using Monday's instructions

Setup
Edit the Monday nodes to use your credential
Edit the node labeled CREATE ERROR ITEM to point to your error log board and group name
Edit the column IDs in the "Column Values" field of the UPDATE node to match the IDs of the fields on your error log board
To trigger error logging, select this automation as the error workflow on any automation
For more detailed logging, add Stop and Error nodes in your workflow to send specific error messages to your board.

Nodes Used (2)

Code
n8n-nodes-base.code
Monday.com
n8n-nodes-base.mondayCom