Back to PageLines
Automation/draft-approve

n8n

Review n8n workflows, executions, and automation failures.

Install level
both

n8n setup needs the instance URL and one API key.

Open PageLines

What It Does

Review workflow status, execution failures, and automation handoffs, then draft fixes or runbook updates.

Demo Scenario

Find failed n8n executions and explain the broken step and next owner action.

API Reference

PageLines uses the provider's live API documentation as the source of truth for available actions, schemas, and version details.

View API docs
Sample conversation
user
Which n8n workflows failed this week, and what should I fix first?
agent
I grouped failed executions by customer impact and repeated failure pattern, then drafted fixes for review.

| Workflow | Failure pattern | Impact | First fix |
|---|---|---|---|
| Demo lead router | CRM token expired | New leads not assigned | Reconnect CRM credential |
| Invoice reminder | Slack channel missing | Finance alerts skipped | Update channel id |
| Enrichment queue | Rate limit | Delayed lead scores | Add backoff step |