Block 1 - Basic LLM Chain
- Type / Role
- @n8n/n8n-nodes-langchain.chainLlm - chainLlm
- Config choices
- Version 1.7
This workflow is provided as-is. Please review and test before using in production.
Fetch user specific research papers from arXiv on a daily schedule, process and structure the data, and create or update entries in a Notion database, with support for data delivery Paper Topic : s...
@n8n/n8n-nodes-langchain.chainllm, @n8n/n8n-nodes-langchain.lmchatgooglegemini, n8n-nodes-base.code, n8n-nodes-base.if, n8n-nodes-base.scheduletrigger, n8n-nodes-base.switch, n8n-nodes-base.httprequest, n8n-nodes-base.gmail
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by dongou.
Original n8n.io sourceFetch user-specific research papers from arXiv on a daily schedule, process and structure the data, and create or update entries in a Notion database, with support for data delivery
The arXiv provides a public API that allows users to query research papers by topic or by predefined categories.
Key Notes:
max_results) is 30,000, max_results and start query parameters.[YYYYMMDDTTTT+TO+YYYYMMDDTTTT], TTTT is provided in 24-hour time to the minute, in GMT.submittedDate data.Remove Header
Single Item
Field Processing Rules
【id】【/id】 ➡️ id
Extract content.
Example:
【id】http://arxiv.org/abs/2409.06062v1【/id】 → http://arxiv.org/abs/2409.06062v1
【updated】【/updated】 ➡️ updated
Convert timestamp to yyyy-mm-dd hh:mm:ss
【published】【/published】 ➡️ published
Convert timestamp to yyyy-mm-dd hh:mm:ss
【title】【/title】 ➡️ title
Extract text content
【summary】【/summary】 ➡️ summary
Keep text, remove line breaks
【author】【/author】 ➡️ author
Combine all authors into an array
Example: [ "Ernest Pusateri", "Anmol Walia" ] (for Notion multi-select field)
【arxiv:comment】【/arxiv:comment】 ➡️ Ignore / discard
【link type="text/html"】 ➡️ html_url
Extract URL
【link type="application/pdf"】 ➡️ pdf_url
Extract URL
【arxiv:primary_category term="cs.CL"】 ➡️ primary_category
Extract term value
【category】 ➡️ category
Merge all 【category】 values into an array
Example: [ "eess.AS", "cs.SD" ] (for Notion multi-select field)
Add Empty Fields
github huggingfaceAnalyze and summarize paper data using AI, then standardize output as JSON.
Notes
updated and published timestamps of arXiv papers are in UTC. null values, which causes a 400 error.Set up two channels for message delivery: EMAIL and IM, and define the message format and content.
GMAIL OAuth 2.0 – Official Documentation
Configure your OAuth consent screen
Steps:
Message format: HTML
(Model: OpenAI GPT — used to design an HTML email template)
Bots in groups
Use bots in groups
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 | Daily RAG research paper hub with arXiv, Gemini AI, and Notion |
|---|---|
| Complexity | advanced |
| Nodes | 22 |
| Categories | Market Research, AI RAG |
| Author | dongou |
| Published | 23 Sept 2025 |
Use the JSON export at /data/workflows/8847/8847.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.
Fetch user specific research papers from arXiv on a daily schedule, process and structure the data, and create or update entries in a Notion database, with support for data delivery Paper Topic : s...
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 RAG use case.