Back to templates
  • +1

Send n8n automation errors to a Monday.com board

Created by:
Last update:

Last update a year ago

Categories:
Share:

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.