Skip to main content

Generate lead qualification reports in Gmail from Tally Forms via Qwen-3

Workflow preview

Workflow preview
100%
Generate lead qualification reports in Gmail from Tally Forms via Qwen-3 preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

This automated n8n workflow streamlines lead qualification by taking structured lead data from Tally forms, enriching it with Qwen 3’s AI analysis, and promptly notifying your sales or delivery tea...

Best for

  • Lead Generation automation workflows
  • AI Summarization automation workflows
  • intermediate n8n builders looking for reusable templates

Tools used

@n8n/n8n-nodes-langchain.lmchatopenrouter, n8n-nodes-base.gmail, n8n-nodes-base.set, n8n-nodes-base.stickynote, @n8n/n8n-nodes-langchain.chainllm, n8n-nodes-base.webhook

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Aitor | 1Node.

Original n8n.io source

1.1 Workflow description

Title
Generate lead qualification reports in Gmail from Tally Forms via Qwen-3
Workflow name
Generate lead qualification reports in Gmail from Tally Forms via Qwen-3

This automated n8n workflow streamlines lead qualification by taking structured lead data from Tally forms, enriching it with Qwen-3’s AI analysis, and promptly notifying your sales or delivery teams. It provides concise summaries, actionable insights, and highlights missing information to focus outreach efforts efficiently. The workflow includes security best practices to prevent prompt injections and ensures data integrity and privacy throughout.

Requirements

Tally Forms

  • A Tally account with an active lead qualification form
  • Webhook integration enabled to send form responses to n8n

Qwen-3 Large Language Model

  • API key and access to your chosen AI model via OpenRouter

Gmail Notification

  • Gmail account credentials connected in n8n

Workflow Breakdown

  1. Trigger: Receive Tally form submission via n8n Webhook
    The workflow starts from a Webhook node listening for POST requests from your Tally form.

  2. Extract and map Tally form data
    Parse JSON to obtain fields like Company Name, Full Name, Work Email, Employee Count, Industry, Main Challenges Encountered, Goals With the Project, Urgency or Date When Solution Is Needed, Estimated Budget, and Anything Else We Should Know.

  3. Construct the Lead Qualification prompt
    Combine a secure system prompt with user data from the form. This prompt instructs Qwen-3 to generate summaries, identify key challenges, recommend action points, suggest follow-up questions, and more.

  4. Send notification with AI analysis
    Deliver the formatted message through your chosen channel(s) such as email or Slack, enabling your team to quickly act on qualified leads.

Potential Improvements

  • Capture Lead Role and Authority:
    Add fields to the form for role and decision-making authority to improve lead qualification accuracy.

  • Expand Notification Channels:
    Include SMS or Microsoft Teams notifications alongside email and Slack for better team reach.

  • Automate Lead Scoring:
    Incorporate a numeric or qualitative lead score based on key input factors to prioritize follow-ups.

  • Integrate CRM Task Creation:
    Automatically create follow-up tasks or reminders in CRM systemss.

🙋‍♂️ Need Help?

Feel free to contact us at 1 Node
Get instant access to a library of free resources we created.

1.2 Logical Blocks

This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.

2. Block-by-Block Analysis

Block 1 - Qwen3-07-25

Type / Role
@n8n/n8n-nodes-langchain.lmChatOpenRouter - lmChatOpenRouter
Config choices
Version 1

Block 2 - Gemini 2.5 pro

Type / Role
@n8n/n8n-nodes-langchain.lmChatOpenRouter - lmChatOpenRouter
Config choices
Version 1

Block 3 - Send a message

Type / Role
n8n-nodes-base.gmail - gmail
Config choices
Version 2.1

Block 4 - Set Email

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 5 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 6 - Sticky Note1

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 7 - Qualify Lead

Type / Role
@n8n/n8n-nodes-langchain.chainLlm - chainLlm
Config choices
Version 1.7

Block 8 - Tally Form Response

Type / Role
n8n-nodes-base.webhook - webhook
Config choices
Version 2

3. Summary Table

Workflow Generate lead qualification reports in Gmail from Tally Forms via Qwen-3
Complexity intermediate
Nodes 8
Categories Lead Generation, AI Summarization
Author Aitor | 1Node
Published 25 Jul 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/6422/6422.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.

Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.

Frequently asked questions

What does Generate lead qualification reports in Gmail from Tally Forms via Qwen-3 do?

This automated n8n workflow streamlines lead qualification by taking structured lead data from Tally forms, enriching it with Qwen 3’s AI analysis, and promptly notifying your sales or delivery tea...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Lead Generation, AI Summarization use case.