How to Debug with Claude AI

If something breaks, Claude can help! Here's how:

Step 1: Identify the Failing Node

  1. In n8n, look for the red X on a node
  2. Click that node
  3. Look at the error message

Step 2: Get Debug Info

Copy this information:


Step 3: Ask Claude

Open Claude and paste:

`I'm setting up the Intent Signal n8n workflow and getting an error.

Node: [Node Name] Error: [Full error message]

Configuration: [Paste your node settings]

Input data: [Paste the input data if relevant]

What's wrong and how do I fix it?`

Claude will help you debug and fix it!


Common Issues & Fixes