Block 1 - Schedule Check
- Type / Role
- n8n-nodes-base.scheduleTrigger - scheduleTrigger
- Config choices
- Version 1.2
This workflow is provided as-is. Please review and test before using in production.
The Literary Curator: AI Book Club Manager & Recommendation Engine Transform your n8n instance into a sophisticated, automated backend for a book club. This "Literary Curator" workflow acts as a...
n8n-nodes-base.scheduletrigger, n8n-nodes-base.set, @n8n/n8n-nodes-langchain.agent, @n8n/n8n-nodes-langchain.googlegemini, @n8n/n8n-nodes-langchain.lmchatmistralcloud, @n8n/n8n-nodes-langchain.outputparserstructured, n8n-nodes-base.splitout, @n8n/n8n-nodes-langchain.memorybufferwindow
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Jordan Hoyle.
Original n8n.io sourceTransform your n8n instance into a sophisticated, automated backend for a book club. This "Literary Curator" workflow acts as an all-in-one administrator, archivist, and reading guide. It intelligently analyzes your club's collective reading history to generate personalized recommendations, onboard new members, and manage all your club's data via email, chat, and web forms.
Automated Recommendation Engine: A weekly scheduled agent (using Mistral AI) analyzes the club's "Book Archive" to generate 10 fresh, non-duplicate book recommendations with witty, personalized "Why This Read" justifications.
Visual Bookshelf Scanning: Uses Google Gemini Vision to analyze photos of physical bookshelves or Goodreads screenshots and automatically populate the database.
The "Literary Oracle" Chatbot: A conversational AI agent that has full context of the club's history. It can answer questions, add books to the archive, or manage members via chat.
Full Member Management: Automated onboarding flows for new members, including welcome emails and database entry.
Multi-Channel Interaction: Users can interact via Webhooks (API), n8n Forms, or Chat.
Weekly Newsletters: Automatically compiles the AI's "Vibe Check" summary and top 10 recommendations into a beautifully formatted HTML email sent via Gmail.
Mistral Cloud (Large/Medium): Powers the core reasoning, recommendation logic, and the chat Oracle.
Google Gemini (PaLM/Flash): Used for vision analysis (scanning bookshelf photos) and generating discussion prompts.
Prerequisites:
n8n version with LangChain support.
Mistral Cloud API Key
Google Gemini API Key
Gmail OAuth2 Credentials
By default, the workflow runs every Friday at 7:00 PM. It checks the archive, generates a new weekly summary and recommendation list, saves it to the database, and emails all members.
The workflow includes built-in n8n Forms for user interaction:
For members to rate books or request specific genres.
Idea Board: For submitting general reading ideas.
Accepts images of bookshelves or Goodreads exports to bulk-import reading history.
This workflow exposes several POST webhooks (e.g., /api/ai/chat, /api/archive/add), allowing you to build a custom frontend (React, Glide, etc.) on top of this n8n workflow.
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.
Showing the first 24 of 170 workflow blocks. Download the JSON for the full node graph.
| Workflow | Book club manager & recommendation engine with Mistral AI and Gemini Vision |
|---|---|
| Complexity | advanced |
| Nodes | 170 |
| Categories | Market Research, AI Chatbot |
| Author | Jordan Hoyle |
| Published | 01 Dec 2025 |
Use the JSON export at /data/workflows/11407/11407.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.
The Literary Curator: AI Book Club Manager & Recommendation Engine Transform your n8n instance into a sophisticated, automated backend for a book club. This "Literary Curator" workflow acts as a...
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 Chatbot use case.