Who is this for?
Make.com consultants, automation specialists, and freelancers who want to catch new client opportunities without manually checking the forum.
What problem does it solve?
Scrolling through forum posts to find jobs wastes time. This automation finds new postings, uses AI to summarize what clients need, and emails you a clean digest.
How it works:
Runs on schedule → scrapes the Make.com professional services forum → filters jobs from last 7 days → AI summarizes each posting → sends formatted email digest.
Scraping: HTTP module pulls HTML from the Make.com forum job board
Parsing: Extracts job titles, dates, authors, and thread links
Filtering: Only jobs posted within last 7 days pass through (configurable)
AI Processing: GPT-5-mini analyzes each post to extract:
Email Generation: Aggregates summaries into organized HTML email with direct links
Delivery: Sends via SMTP to your inbox
Time: ~10 minutes
Requirements:
Steps:
Change date range: Modify filter from 7 days to X days: {{now - X days}}
Keyword filtering: Add filter module to only show jobs mentioning "API", "Shopify", etc.
AI detail level: Edit prompt for shorter/longer summaries
Multiple recipients: Add comma-separated emails in Send Email node
Different AI model: Switch to Gemini or Claude in OpenRouter settings
Team notifications: Add Slack/Discord webhook instead of email