Field intelligence for AI-first professionalsVol. II · Nº 56 · Saturday, August 15, 2026
← The library

546 workflows, ready to run.

Community-built n8n automations, searchable live from the template library. Open one on n8n.io and import the JSON straight into your instance.

Paginate Shopify Products with GraphQL Cursor-based NavigationShopify GraphQL cursor loop Many Shopify GraphQL queries have the ability to return a cursor which you can loop over, however the N8N GraphQL node does not natively have the abiliGraphQL33 views
Automated Hazard Analysis for ISO 26262 Compliance Using GPT-4Modular Hazard Analysis Workflow : Free Version Business Value Proposition Accelerates ISO 26262 compliance for automotive/industrial systems by automating safety analysis while mAI Agent · OpenAI Chat Model · Simple Memory38 views
Compare Lists and Identify Common Items & Differences Using Custom KeysThis workflow compares two lists of objects (List A and List B) using a user-specified key (e.g. email, id, domain) and returns: Items common to both lists (based on the key) ItemCode148 views
XOR Encryption and Decryption with Base64 Encoding for Workflow DataThis workflow performs basic XOR-based encryption and decryption using a custom password. It is intended to be triggered by another workflow and processes structured input in JSON Code114 views
Automate GPT-4o Fine-Tuning with Google Sheets or Airtable DataWho is this for? Anyone curating before/after text examples in a spreadsheet and wanting a push-button path to a fine-tuned GPT model—without touching curl. Works with Google SheAirtable · Google Sheets · HTTP Request · Code · OpenAI274 views
Simple Eval for Legal BenchmarkingThis workflow demonstrates a simple way to run evals on a set of test cases stored in a Google Sheet. The example we are using comes from an info extraction task dataset, where weGoogle Sheets · Google Drive · Basic LLM Chain · Structured Output Parser · OpenRouter Chat Model265 views
AI-Powered Knowledge Assistant using Google Sheets, OpenAI, and Supabase Vector SearchAI-Powered GitHub Commit Reviewer Overview Workflow Name: AI-Powered GitHub Commit Reviewer Author: Akhil Purpose: This n8n workflow triggers on a GitHub push event, fetches HTTP Request · Gmail · Code · AI Agent · Simple Memory510 views
Evaluation Metric: SummarizationThis n8n template demonstrates how to calculate the evaluation metric "Summarization" which in this scenario, measures the LLM's accuracy and faithfulness in producing summaries whGoogle Drive · Basic LLM Chain · OpenAI Chat Model · Structured Output Parser · Google Gemini Chat Model496 views
Evaluate AI Agent Response Relevance using OpenAI and Cosine SimilarityThis n8n template demonstrates how to calculate the evaluation metric "Relevance" which in this scenario, measures the relevance of the agent's response to the user's question. ThHTTP Request · Code · AI Agent · Basic LLM Chain · OpenAI Chat Model555 views
Evaluations Metric: Answer SimilarityThis n8n template demonstrates how to calculate the evaluation metric "Similarity" which in this scenario, measures the consistency of the agent. The scoring approach is adapted fHTTP Request · Code · AI Agent · OpenAI Chat Model · Evaluation515 views
Validate Auth0 JWT Tokens using JWKS or Signing Cert> Note: This template requires a self-hosted community edition of n8n. Does not work on cloud. Try It Out This n8n template shows how to validate API requests with Auth0 AuthoCode509 views
Reliable AI Agent Output Without Structured Output Parser - w/ OpenAI & SwitchThis workflow serves as a solid foundation when you need an AI Agent to return output in a specific JSON schema, without relying on the often-unreliable Structured Output Parser. AI Agent · OpenAI Chat Model · Simple Memory513 views
Evaluation metric example: Correctness (judged by AI)AI evaluation in n8n This is a template for n8n's evaluation feature. Evaluation is a technique for getting confidence that your AI workflow performs reliably, by running a testAI Agent · OpenAI Chat Model · OpenAI · Evaluation651 views
Remote IOT Sensor monitoring via MQTT and InfluxDB. Read and store IOT sensor data with the MQTT Trigger and InfluxDB tonyduffy@protonmail.com This workflow is for users wanting a practical example of how to obtain data from HTTP Request · Code759 views
Access Control for AI Agents (RBAC) using Airtable and TelegramPurpose This workflow allows granular control over the access to tools connected to AI Agents (including Multi-Agent setups) using Role Based Access Control. Demo & Explanation Airtable · Telegram · AI Agent · LangChain Code · OpenAI Chat Model914 views
PostgreSQL Conversational Agent with Claude & DeepSeek (Multi-KPI, Secure)🧠 Conversational PostgreSQL Agent Enable AI-driven conversations with your PostgreSQL database using a secure and visual-free agent powered by n8n’s Model Context Protocol (MCP)Postgres · AI Agent · Anthropic Chat Model · Simple Memory · Call n8n Workflow Tool789 views
Compare Different LLM Responses Side-by-Side with Google SheetsThis workflow allows you to easily evaluate and compare the outputs of two language models (LLMs) before choosing one for production. In the chat interface, both model outputs areGoogle Sheets · AI Agent · Simple Memory · Chat Memory Manager · OpenRouter Chat Model1.2k views
Build your own SQLite MCP serverThis template is for Self-Hosted N8N Instances only. This n8n demonstrates how to build a simple SQLite MCP server to perform local database operations as well as use it for BusinCode · Code Tool · Call n8n Workflow Tool1.5k views