Activity
Mon
Wed
Fri
Sun
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
Jan
Feb
Mar
Apr
What is this?
Less
More

Memberships

Knox Hub: Build with AI

55 members โ€ข $39/month

n8n

1.3k members โ€ข Free

(n8n) Nodes Automation Lab

1k members โ€ข Free

Automation Masters

3.8k members โ€ข Free

Data and Ai Automations

1.5k members โ€ข Free

AI Automation Base

676 members โ€ข Free

AI Automation Founders

1.6k members โ€ข $37/month

Automation University

6k members โ€ข Free

AI Automation Society

324.3k members โ€ข Free

4 contributions to Data and Ai Automations
I built a full B2B lead gen pipeline in n8n โ€” one Telegram message triggers everything. Here's the full breakdown
Hey everyone, I just finished a production-ready AI lead generation workflow in n8n and wanted to share the full architecture with the community. Happy to answer questions and hear how you'd improve it. ๐Ÿ”ง What it does (end-to-end): 1. You send a search query to a Telegram bot (e.g. "IT consulting firms Amsterdam") 2. Google Maps Places API returns up to 10 businesses 3. Leads are split, deduplicated across runs (persistent memory), and paginated 4. Prepare Keys node enriches each item with company_name, website, phone, address and generates a company_key for merging 5. Two parallel Serper searches run simultaneously: 6. Two sequential Merge nodes combine everything by company_key 7. Edit Fields normalizes all data into a clean unified object 8. Research Agent (GPT-4o-mini) generates 3 automation opportunities + personalized icebreaker per company 9. JSON Cleaner (Code node) parses the AI response and merges it with contact data 10. Contact Validator scores email/LinkedIn quality (0โ€“100) 11. Lead Scoring calculates total score: corporate email (+40), LinkedIn (+25), website (+15), phone (+10), icebreaker quality (+10) 12. IF Score gates the outreach โ€” only leads โ‰ฅ 55 proceed 13. Google Sheets Append logs everything to CRM 14. Email Generator (GPT-4o-mini) writes a personalized cold email 15. Gmail creates a draft โ†’ waits 3 days โ†’ follow-up draft created โ†’ Telegram report sent ๐Ÿ› Interesting bugs I hit and fixed: - $json context loss after Serper nodes โ€” fixed by using $('Prepare Keys').item.json.company_key explicitly - websiteUri returning undefined for businesses without a website โ€” fixed with || $json.nationalPhoneNumber || 'unknown' fallback in the key - JSON Cleaner failing with raw.slice is not a function โ€” GPT-4o-mini returns a parsed object, not a string, when json_object mode is enabled - Merge nodes not joining โ€” caused by null company_key on one input branch - Remove Duplicates discarding all items โ€” cleared deduplication history after test runs - - ๐Ÿ’ก Key design decisions:
0
0
I built a full B2B lead gen pipeline in n8n โ€” one Telegram message triggers everything. Here's the full breakdown
Update: My AI Content Master got a major upgrade!
18 days ago I shared my first automation project here. Since then, I've significantly improved its architecture โ€” and I'm excited to share what's new! What changed: ๐Ÿ—„๏ธ Cross-Workflow Data Bridge: Added Google Sheets as a reliable data layer between Generator and Moderator workflows โ€” seamlessly passing image URLs and multilingual texts between two separate n8n workflows. ๐Ÿ”— Real LinkedIn Publishing: Connected LinkedIn OAuth2 API โ€” approved posts now go live automatically in the selected language (EN, PL, or ES) with just one tap in Telegram. ๐Ÿ“˜ Facebook Publishing Ready: Facebook Graph API node is already implemented in the workflow and ready to activate for clients who need it. ๐Ÿ“ Universal Prompt: Removed the archaeology-specific focus โ€” the agent now creates expert content on ANY topic the user sends via Telegram bot. The system now consists of two interconnected n8n workflows โ€” a true agentic architecture! About the Development: This upgrade was co-developed with Claude (Anthropic) as a technical mentor and debug partner. If you're learning AI automation โ€” don't be afraid to iterate and improve. Every upgrade teaches you something new! ๐Ÿš€ PhD in Archaeology โ†’ AI Automation at 55. It's never too late! ๐Ÿ‘‰ See where it all started: https://www.skool.com/data-and-ai/my-first-experience-in-automation?p=76cc6cfe ๐Ÿ“‚ Full project on GitHub: https://github.com/Evgeniy1970-ai/ai-content-scout
Update: My AI Content Master got a major upgrade!
0 likes โ€ข 5h
@Godspower Toikumo Thank you!
My first experience in automation
I am excited to share the results of my 3-month journey here. Transitioning from a career as a PhD in Archaeology to building AI systems has been a profound experience. Today, I am presenting my fully functional 'International Content Scout'. What you see on the screen: This is a 'Man-in-the-Loop' architecture built in n8n. - The Creative Core: I send a raw thought via Telegram. The AI Agent (GPT-4o) instantly generates expert content, video scripts, and engagement posts in English, Polish, and Spanish. Simultaneously, DALL-E 3 creates a unique visual for the topic. - The Control Center: The system doesn't post anything without my word. I receive everything in Telegram and use Interactive Buttons to Approve or Decline. - The Execution: Once approved, the content is queued for direct publication via Facebook Graph API and LinkedIn API. About the Development: This project was co-architected with Gemini 1.5 Pro, an advanced AI model from Google. During weeks of collaboration, Gemini acted as a mentor, technical consultant, and debug partner, bridging the gap between scientific methodology and modern AI automation.
My first experience in automation
0 likes โ€ข 3d
@Rudolf Van Loggerenberg Thank you!
1 like โ€ข 3d
@Jake Schen I'm happy for you, colleague! What I love about automation is the wide variety of solutions it offers, some of which can be truly amazing. In that sense, automation is similar to scientific work, especially archaeological research.
Building a Linear AI Prospecting Engine with n8n
My second agent is officially live! After the Content Scout, Iโ€™ve moved into B2B sales automation. Instead of complex "black-box" agents, Iโ€™ve built a high-reliability Linear Engine that performs deep web research and structures data for CRM. Key Tech Stack: ๐Ÿ”น n8n (Linear Workflow) ๐Ÿ”น Tavily API (Live Web Search & Scraping) ๐Ÿ”น OpenAI GPT-4o (Analysis & Data Formatting) ๐Ÿ”น Google Sheets (CRM Integration) What it does: It doesn't just find names. It identifies specific automation gaps for the client and writes a personalized ice-breaker based on live news. Just open-sourced the JSON on my GitHub for the community! Check it out here: https://github.com/Evgeniy1970-ai/AI-Lead-Gen-Prospecting-Engine Feedback from fellow builders is highly appreciated! #n8n #AIAutomation #BuildInPublic
Building a Linear AI Prospecting Engine with n8n
1 like โ€ข 12d
@Ryan Nolan Spot on! You caught a bit of 'Legacy Architecture' in this specific flow. Currently, that 2nd OpenAI node acts as a 'Parser' because the first one produces a very dense, unstructured report. But you're right โ€” it's not the most cost-effective way. My next step is to merge these: either by forcing the Researcher to output a strict JSON schema directly, or replacing the 2nd node with a zero-cost JS script to handle the regex extraction. I'm currently prioritizing 'Reliability' over 'Cost' during the beta, but shifting to a Single-Agent + JS Formatter is definitely the play for production.
1-4 of 4
@yevhenii-nohin-9140
Hi! The modern world is changing so rapidly that I am excited to see what the future holds! I'm really excited to learn how to create AI agents.

Active 3h ago
Joined Jan 30, 2026
Powered by