Block 1 - Create Asana Task for Detected Product Launch
- Type / Role
- n8n-nodes-base.asana - asana
- Config choices
- Version 1
This workflow is provided as-is. Please review and test before using in production.
Description This workflow automatically detects new product launches posted on Hacker News under “Show HN,” evaluates their launch strength, converts each launch into a tracked Asana task, and g...
n8n-nodes-base.asana, n8n-nodes-base.hackernews, n8n-nodes-base.scheduletrigger, n8n-nodes-base.code, n8n-nodes-base.aggregate, @n8n/n8n-nodes-langchain.agent, @n8n/n8n-nodes-langchain.lmchatazureopenai, n8n-nodes-base.slack
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Rahul Joshi.
Original n8n.io sourceThis workflow automatically detects new product launches posted on Hacker News under “Show HN,” evaluates their launch strength, converts each launch into a tracked Asana task, and generates a clean daily founder digest delivered via Slack and email. The system runs on a daily schedule, fetches recent Show HN posts directly from Hacker News, filters for real launch signals, extracts structured launch metadata, and scores each launch based on engagement indicators such as points, comments, and context. Every detected launch is immediately logged as an actionable Asana task with full context for follow-up. All launches are then aggregated and analyzed by an AI engine that produces two outputs: a compact, skimmable Slack digest and a structured, email-ready launch briefing grouped by signal strength. Any workflow failure triggers a real-time Slack alert with diagnostic details. This workflow replaces manual Hacker News monitoring, launch tracking, task creation, and digest writing with a fully automated launch intelligence and execution pipeline.
⏰ Trigger Daily Show HN Launch Scan Runs automatically on a daily schedule. 📰 Fetch Recent Show HN Posts from Hacker News Pulls the latest “Show HN” posts using native Hacker News data. 🔍 Filter Likely Product Launch Announcements Scans titles and descriptions for launch indicators such as: • Launch • Beta • v1 • API • Platform • Tool 🧠 Normalize Launch Metadata and Score Signal Strength Extracts and structures: • Product name • Description • Product URL • Hacker News discussion link • Author and publish date • Points and comments Assigns launch strength (High / Medium / Low). 📋 Create Asana Task for Detected Product Launch Creates a follow-up task with: • Full launch context • Engagement metrics • Signal strength • Direct links • Auto-assigned due date 📦 Aggregate Launch Items for Digest Generation Combines all detected launches into a single dataset for analysis. 🧠 Generate Daily Founder Launch Digest (AI) Creates: • A Slack-ready daily launch summary • A clean, structured, email-ready digest • Grouped by launch signal strength 🧠 LLM Reasoning Engine for Launch Digest Ensures clarity, structure, and readability across outputs. 🔄 Parse Digest Output into Slack and Email Payloads Separates AI output into delivery-ready formats. 📣 Send Daily Founder Launch Digest to Slack Posts the daily launch summary to Slack. 📧 Send Daily Founder Launch Digest via Email Delivers an inbox-optimized version of the launch digest. 🚨 Error Handler Trigger → Slack Alert Any workflow failure sends a detailed Slack alert with node name, error message, and timestamp. 🧩 Prerequisites • Hacker News API access (n8n HN node) • Asana OAuth credentials • Azure OpenAI API credentials • Slack API credentials • Gmail OAuth credentials • n8n schedule trigger enabled
✔ Detects real product launches automatically ✔ Scores launch strength using engagement signals ✔ Converts launches into actionable Asana tasks ✔ Produces clean Slack and email digests daily ✔ Eliminates manual Hacker News monitoring ✔ Maintains consistent launch intelligence flow ✔ Provides instant error visibility via Slack
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.
| Workflow | Automate launch intelligence with Hacker News, Asana, GPT & Slack/Email digests |
|---|---|
| Complexity | advanced |
| Nodes | 20 |
| Categories | Market Research, AI Summarization |
| Author | Rahul Joshi |
| Published | 24 Dec 2025 |
Use the JSON export at /data/workflows/12105/12105.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
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.
Description This workflow automatically detects new product launches posted on Hacker News under “Show HN,” evaluates their launch strength, converts each launch into a tracked Asana task, and g...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
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 Market Research, AI Summarization use case.