Automate Job Opportunity Digests with OpenRouter GPT-5 and Email
n8n Forum Job Aggregator - AI-Powered Email Digest
Overview
Automate your n8n community job board monitoring with this intelligent workflow that scrapes, analyzes, and delivers opportunities straight to your inbox. Perfect for freelancers, agencies, and developers looking to stay on top of n8n automation projects without manual checking.
How It Works
- Scrapes the n8n community job board to find new postings from the last 7 days
- Extracts key metadata including job titles, descriptions, posting dates, and client details
- Analyzes each listing using OpenRouter AI to generate concise summaries of project requirements and client needs
- Delivers a professionally formatted email digest with all opportunities organized and ready for review
Prerequisites
- OpenRouter API Key: Sign up at OpenRouter.ai to access AI summarization capabilities
- SMTP Email Account: Gmail, Outlook, or any SMTP-compatible email service
Setup Steps
Time estimate: 5-10 minutes
-
Configure OpenRouter Credentials
- Add your OpenRouter API key in n8n credentials manager
- Recommended model: GPT-3.5-turbo or Claude for cost-effective summaries
-
Set Up SMTP Email
- Configure sender email address
- Add recipient email(s) for digest delivery
- Test connection to ensure delivery
-
Customize Date Range (Optional)
- Default: Last 7 days of job postings
- Adjust the date filter node to match your preferred frequency
-
Test & Refine
- Run a test execution
- Review email formatting and AI summary quality
- Customize HTML template styling to match your preferences
Customization Options
- Scheduling: Set up cron triggers (daily, weekly, or custom intervals)
- Filtering: Add keyword filters for specific technologies or project types
- AI Prompts: Modify the summarization prompt to extract different insights
- Email Design: Customize HTML/CSS styling in the email template node
Example Use Cases
- Freelance Developers: Never miss relevant n8n automation opportunities
- Agencies: Monitor market demand and competitor activity
- Job Seekers: Track n8n-related positions and consulting gigs
- Market Research: Analyze trends in automation project requests
Example Output
Each email digest includes:
- Job title and posting date
- AI-generated summary (e.g., "Client needs workflow automation for Shopify order processing with Slack notifications")
- Direct link to original posting
- Organized by recency
Automate Job Opportunity Digests with OpenRouter, GPT-5, and Email
This n8n workflow automates the process of generating and sending personalized job opportunity digests. It leverages the power of AI to extract relevant information from job postings, summarize them, and deliver them directly to your inbox.
What it does
This workflow simplifies and automates the creation of job digests by:
- Scheduling: Triggers at a set interval (e.g., daily, weekly) to check for new job opportunities.
- Fetching Job Postings: Makes an HTTP request to an external API or website to retrieve a list of job postings.
- Parsing HTML: Extracts structured data (e.g., job titles, descriptions, links) from the raw HTML content of the job postings.
- Filtering Relevant Jobs: Applies a filter to narrow down job postings based on predefined criteria (e.g., keywords, location, role).
- Summarizing with AI: Utilizes an OpenRouter Chat Model (e.g., GPT-5) via a LangChain Basic LLM Chain to generate concise summaries of each relevant job posting.
- Structuring AI Output: Parses the AI-generated summaries into a structured format (e.g., JSON) using a Structured Output Parser.
- Merging Data: Combines the original job posting data with the AI-generated summaries.
- Formatting Email Content: Uses a Code node to dynamically generate the HTML content for the email digest, incorporating the summarized job opportunities.
- Sending Email Digest: Sends the formatted email containing the job opportunity digest to a specified recipient.
Prerequisites/Requirements
To use this workflow, you will need:
- n8n Instance: A running n8n instance.
- OpenRouter API Key: An API key for OpenRouter to access their language models (e.g., GPT-5). This will need to be configured as an n8n credential.
- SMTP Credentials: SMTP server details (host, port, user, password) for sending emails. This will need to be configured as an n8n credential.
- Job Board/API Endpoint: An HTTP endpoint or website URL from which to fetch job postings.
- Email Recipient: The email address where you want to receive the job digests.
Setup/Usage
- Import the workflow: Download the JSON provided and import it into your n8n instance.
- Configure Credentials:
- Set up an OpenRouter API Key credential for the "OpenRouter Chat Model" node.
- Set up an SMTP credential for the "Send Email" node.
- Configure Nodes:
- Schedule Trigger: Adjust the schedule to your desired frequency (e.g., daily, weekly).
- HTTP Request: Update the URL to the job board or API endpoint you wish to scrape. You may also need to adjust headers or authentication if required by the source.
- HTML: Review and adjust the CSS selectors in this node to correctly extract job titles, descriptions, and links from the HTML of your chosen job board.
- Filter: Customize the filter conditions to match your specific job search criteria (e.g.,
item.jobTitle.includes('Software Engineer') && item.location.includes('Remote')). - Basic LLM Chain: Ensure the prompt for the LLM is tailored to generate the desired summary format.
- Structured Output Parser: Verify the schema matches the expected output from your LLM chain.
- Code: Modify the JavaScript code to format the email content as you prefer, including how the job summaries are presented.
- Send Email: Update the "To" email address to your recipient, and customize the "Subject" and "From" fields as needed.
- Activate the workflow: Once configured, activate the workflow to start receiving automated job opportunity digests.
Related Templates
Track competitor SEO keywords with Decodo + GPT-4.1-mini + Google Sheets
This workflow automates competitor keyword research using OpenAI LLM and Decodo for intelligent web scraping. Who this is for SEO specialists, content strategists, and growth marketers who want to automate keyword research and competitive intelligence. Marketing analysts managing multiple clients or websites who need consistent SEO tracking without manual data pulls. Agencies or automation engineers using Google Sheets as an SEO data dashboard for keyword monitoring and reporting. What problem this workflow solves Tracking competitor keywords manually is slow and inconsistent. Most SEO tools provide limited API access or lack contextual keyword analysis. This workflow solves that by: Automatically scraping any competitor’s webpage with Decodo. Using OpenAI GPT-4.1-mini to interpret keyword intent, density, and semantic focus. Storing structured keyword insights directly in Google Sheets for ongoing tracking and trend analysis. What this workflow does Trigger — Manually start the workflow or schedule it to run periodically. Input Setup — Define the website URL and target country (e.g., https://dev.to, france). Data Scraping (Decodo) — Fetch competitor web content and metadata. Keyword Analysis (OpenAI GPT-4.1-mini) Extract primary and secondary keywords. Identify focus topics and semantic entities. Generate a keyword density summary and SEO strength score. Recommend optimization and internal linking opportunities. Data Structuring — Clean and convert GPT output into JSON format. Data Storage (Google Sheets) — Append structured keyword data to a Google Sheet for long-term tracking. Setup Prerequisites If you are new to Decode, please signup on this link visit.decodo.com n8n account with workflow editor access Decodo API credentials OpenAI API key Google Sheets account connected via OAuth2 Make sure to install the Decodo Community node. Create a Google Sheet Add columns for: primarykeywords, seostrengthscore, keyworddensity_summary, etc. Share with your n8n Google account. Connect Credentials Add credentials for: Decodo API credentials - You need to register, login and obtain the Basic Authentication Token via Decodo Dashboard OpenAI API (for GPT-4o-mini) Google Sheets OAuth2 Configure Input Fields Edit the “Set Input Fields” node to set your target site and region. Run the Workflow Click Execute Workflow in n8n. View structured results in your connected Google Sheet. How to customize this workflow Track Multiple Competitors → Use a Google Sheet or CSV list of URLs; loop through them using the Split In Batches node. Add Language Detection → Add a Gemini or GPT node before keyword analysis to detect content language and adjust prompts. Enhance the SEO Report → Expand the GPT prompt to include backlink insights, metadata optimization, or readability checks. Integrate Visualization → Connect your Google Sheet to Looker Studio for SEO performance dashboards. Schedule Auto-Runs → Use the Cron Node to run weekly or monthly for competitor keyword refreshes. Summary This workflow automates competitor keyword research using: Decodo for intelligent web scraping OpenAI GPT-4.1-mini for keyword and SEO analysis Google Sheets for live tracking and reporting It’s a complete AI-powered SEO intelligence pipeline ideal for teams that want actionable insights on keyword gaps, optimization opportunities, and content focus trends, without relying on expensive SEO SaaS tools.
Generate song lyrics and music from text prompts using OpenAI and Fal.ai Minimax
Spark your creativity instantly in any chat—turn a simple prompt like "heartbreak ballad" into original, full-length lyrics and a professional AI-generated music track, all without leaving your conversation. 📋 What This Template Does This chat-triggered workflow harnesses AI to generate detailed, genre-matched song lyrics (at least 600 characters) from user messages, then queues them for music synthesis via Fal.ai's minimax-music model. It polls asynchronously until the track is ready, delivering lyrics and audio URL back in chat. Crafts original, structured lyrics with verses, choruses, and bridges using OpenAI Submits to Fal.ai for melody, instrumentation, and vocals aligned to the style Handles long-running generations with smart looping and status checks Returns complete song package (lyrics + audio link) for seamless sharing 🔧 Prerequisites n8n account (self-hosted or cloud with chat integration enabled) OpenAI account with API access for GPT models Fal.ai account for AI music generation 🔑 Required Credentials OpenAI API Setup Go to platform.openai.com → API keys (sidebar) Click "Create new secret key" → Name it (e.g., "n8n Songwriter") Copy the key and add to n8n as "OpenAI API" credential type Test by sending a simple chat completion request Fal.ai HTTP Header Auth Setup Sign up at fal.ai → Dashboard → API Keys Generate a new API key → Copy it In n8n, create "HTTP Header Auth" credential: Name="Fal.ai", Header Name="Authorization", Header Value="Key [Your API Key]" Test with a simple GET to their queue endpoint (e.g., /status) ⚙️ Configuration Steps Import the workflow JSON into your n8n instance Assign OpenAI API credentials to the "OpenAI Chat Model" node Assign Fal.ai HTTP Header Auth to the "Generate Music Track", "Check Generation Status", and "Fetch Final Result" nodes Activate the workflow—chat trigger will appear in your n8n chat interface Test by messaging: "Create an upbeat pop song about road trips" 🎯 Use Cases Content Creators: YouTubers generating custom jingles for videos on the fly, streamlining production from idea to audio export Educators: Music teachers using chat prompts to create era-specific folk tunes for classroom discussions, fostering interactive learning Gift Personalization: Friends crafting anniversary R&B tracks from shared memories via quick chats, delivering emotional audio surprises Artist Brainstorming: Songwriters prototyping hip-hop beats in real-time during sessions, accelerating collaboration and iteration ⚠️ Troubleshooting Invalid JSON from AI Agent: Ensure the system prompt stresses valid JSON; test the agent standalone with a sample query Music Generation Fails (401/403): Verify Fal.ai API key has minimax-music access; check usage quotas in dashboard Status Polling Loops Indefinitely: Bump wait time to 45-60s for complex tracks; inspect fal.ai queue logs for bottlenecks Lyrics Under 600 Characters: Tweak agent prompt to enforce fuller structures like [V1][C][V2][B][C]; verify output length in executions
AI multi-agent executive team for entrepreneurs with Gemini, Perplexity and WhatsApp
This workflow is an AI-powered multi-agent system built for startup founders and small business owners who want to automate decision-making, accountability, research, and communication, all through WhatsApp. The “virtual executive team,” is designed to help small teams to work smarter. This workflow sends you market analysis, market and sales tips, It can also monitor what your competitors are doing using perplexity (Research agent) and help you stay a head, or make better decisions. And when you feeling stuck with your start-up accountability director is creative enough to break the barrier 🎯 Core Features 🧑💼 1. President (Super Agent) Acts as the main controller that coordinates all sub-agents. Routes messages, assigns tasks, and ensures workflow synchronization between the AI Directors. 📊 2. Sales & Marketing Director Uses SerpAPI to search for market opportunities, leads, and trends. Suggests marketing campaigns, keywords, or outreach ideas. Can analyze current engagement metrics to adjust content strategy. 🕵️♀️ 3. Business Research Director Powered by Perplexity AI for competitive and market analysis. Monitors competitor moves, social media engagement, and product changes. Provides concise insights to help the founder adapt and stay ahead. ⏰ 4. Accountability Director Keeps the founder and executive team on track. Sends motivational nudges, task reminders, and progress reports. Promotes consistency and discipline — key traits for early-stage success. 🗓️ 5. Executive Secretary Handles scheduling, email drafting, and reminders. Connects with Google Calendar, Gmail, and Sheets through OAuth. Automates follow-ups, meeting summaries, and notifications directly via WhatsApp. 💬 WhatsApp as the Main Interface Interact naturally with your AI team through WhatsApp Business API. All responses, updates, and summaries are delivered to your chat. Ideal for founders who want to manage operations on the go. ⚙️ How It Works Trigger: The workflow starts from a WhatsApp Trigger node (via Meta Developer Account). Routing: The President agent analyzes the incoming message and determines which Director should handle it. Processing: Marketing or sales queries go to the Sales & Marketing Director. Research questions are handled by the Business Research Director. Accountability tasks are assigned to the Accountability Director. Scheduling or communication requests are managed by the Secretary. Collaboration: Each sub-agent returns results to the President, who summarizes and sends the reply back via WhatsApp. Memory: Context is maintained between sessions, ensuring personalized and coherent communication. 🧩 Integrations Required Gemini API – for general intelligence and task reasoning Supabase- for RAG and postgres persistent memory Perplexity API – for business and competitor analysis SerpAPI – for market research and opportunity scouting Google OAuth – to connect Sheets, Calendar, and Gmail WhatsApp Business API – for message triggers and responses 🚀 Benefits Acts like a team of tireless employees available 24/7. Saves time by automating research, reminders, and communication. Enhances accountability and strategy consistency for founders. Keeps operations centralized in a simple WhatsApp interface. 🧰 Setup Steps Create API credentials for: WhatsApp (via Meta Developer Account) Gemini, Perplexity, and SerpAPI Google OAuth (Sheets, Calendar, Gmail) Create a supabase account at supabase Add the credentials in the corresponding n8n nodes. Customize the system prompts for each Director based on your startup’s needs. Activate and start interacting with your virtual executive team on WhatsApp. Use Case You are a small organisation or start-up that can not afford hiring; marketing department, research department and secretar office, then this workflow is for you 💡 Need Customization? Want to tailor it for your startup or integrate with CRM tools like Notion or HubSpot? You can easily extend the workflow or contact the creator for personalized support. Consider adjusting the system prompt to suite your business