# n8n AI Agent Template Pack

Use these workflow structures before importing or building n8n nodes.

## Template 1: Lead Research Agent

Trigger:

- new CRM lead
- form submission
- spreadsheet row

Steps:

1. fetch company and contact fields
2. enrich with approved data source
3. score fit
4. draft first outreach angle
5. send to rep for review
6. log accepted or edited output

Human approval:

- required before email is sent
- required before CRM stage changes

## Template 2: Support Triage Agent

Trigger:

- new support ticket

Steps:

1. classify issue type
2. summarize customer context
3. search approved help docs
4. draft reply
5. flag escalation if risky
6. send draft to human

Escalate:

- refunds
- angry customers
- legal/compliance language
- missing account context

## Template 3: Weekly Reporting Agent

Trigger:

- scheduled weekly run

Steps:

1. pull metrics
2. compare to previous period
3. identify changes
4. draft summary
5. add next-step questions
6. send to owner for approval

## n8n Build Notes

For every template, document:

- credentials
- node purpose
- prompt text
- input fields
- output schema
- failure path
- maintenance owner

Related A8gent pages:

- `/courses/n8n-ai-automation-course`
- `/tools/n8n-workflow-cost-calculator`
- `/compare/make-vs-zapier-vs-n8n-for-ai-agents`
