Human-in-the-Loop AI Sales Team in n8n

In this project, I built a team of AI-powered sales agents using n8n that incorporates human-in-the-loop feedback. The system enables automated yet personalized email outreach by combining AI automation with human decision-making.

Project Objective

The objective was to create an automated sales outreach workflow that maintains quality and personalization by involving human reviewers. This ensures high-quality email campaigns without writing a single line of code.

Steps Involved:

Workflow Design in n8n:

  • Created a workflow in n8n that triggers on a sales lead or schedule.
  • The Sales Agent node generates a personalized email draft using AI (e.g., OpenAI or Gemini).

Human Feedback Loop:

  • Email drafts are sent to a human reviewer via email or task dashboard.
  • The reviewer provides feedback or approval through a form or input method.

Revision Agent Integration:

  • The feedback is passed to a Revision Agent (another AI step) to improve the email content.
  • The loop continues until the human marks the email as "approved."

Email Delivery:

  • Once approved, the email is sent to the lead using an email service like Gmail, Outlook, or SendGrid.

Benefits of the System:

This build gives you full control over email content while saving time with AI assistance. It reduces repetitive work, improves outreach quality, and enhances productivity.

Example Scenario:

For example, a lead from LinkedIn is added to the pipeline. The AI drafts a personalized message. A team member reviews the draft and requests changes to the tone. The Revision Agent rewrites it, and the reviewer then approves the message. The final email is sent, ensuring quality and relevance.

Results:

The system delivers a balance of automation and human input, making it ideal for startups, sales teams, and agencies that value both speed and quality. It’s all done inside n8n—no custom code needed.

Human-in-the-Loop Sales System in Action