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

1.1k 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.

Read XML file and store content in Google SheetsThis workflow shows a low code approach to parsing an XML file and storing its contents in a Google Sheets spreadsheet. To run the workflow: Make sure you are running n8n 0.197Google Sheets · HTTP Request5.1k views
Generate dynamic contents for EMAILS or HTML pagesDisclaimer: This template contains a community node and therefore only works for n8n self-hosted users== This is Miquel from Aprende n8n and Automate with n8n. We have created a Send Email · Customer Datastore (n8n training)8k views
Google Spreadsheet to HTML - Variant with JS FunctionThis workflow shows a low code approach to creating a HTML table based on Google Sheets data. It's similar to this workflow, but allows fully customizing the HTML output. To runGoogle Sheets2.2k views
Google Spreadsheet to HTML - Variant with Spreadsheet FileThis workflow shows a no code approach to creating a HTML table based on Google Sheets data. To run the workflow: Make sure you have a Google Sheet with a header row and some daGoogle Sheets2.5k views
Identify new Google Sheets rowsThis workflow identifies new rows in Google Sheets using a separate column keeping track of already processed rows. For this approach to work, the sheet needs to meet two requiremGoogle Sheets4.1k views
Import a JSON file from Gmail into a spreadsheetThis workflow imports a JSON file from an email attachment and saves the content into a spreadsheet.Gmail1.4k views
Export CSV file to JSONThis workflow exports a local CSV file to a JSON file.6.6k views
Markdown timesheet report generationThis tutorial demonstrates the creation of the HTML report via Markdown node. The main idea is to prepare a very long gext variable via the Function Node and then convert it to theSend Email · HTTP Request1.3k views
Markdown report generationThis workflow illustrates how HTML reports can be created using Markdown Node. An example data consists of a Time Sheet table for 2 persons. Based on this table a markdown documentSend Email · HTTP Request4k views
Manage Adobe Acrobat e-signatures with webhooksThis workflow automatically manages Acrobat Sign signatures, respond with "intent" to Acrobat-Sign webhooks. Prerequisites Adobe Acrobat Sign and Sign webhook Basic knowledge of 866 views
Create an RSS feed based on a website's contentThis workflow parses content from a website (for this example, Baserow's release page) and creates an RSS feed based on the extracted data. Prerequisites Some familiarity with HTHTTP Request26.9k views
Collects images from web search results and send to Google SheetsThis workflow collects images from web search results on a specific query, analyzes the image for labels, formats the text, and adds the information in Google Sheets. HTTP RequeGoogle Sheets · HTTP Request · AWS Rekognition2.9k views
Transcribe audio files from Cloud StorageThis workflow transcribes audio files stored in AWS S3 and stores the information in Google Sheets. Google Drive Trigger node triggers the workflow when a new file is uploaded iGoogle Sheets · AWS S3 · AWS Transcribe9.4k views
Extract and store text from chat images using AWS S3This workflow extracts text from images sent in a Telegram chat and uploads the images to AWS S3. Telegram Trigger node triggers the workflow when an image is sent in a TelegramAirtable · AWS S3 · AWS Textract4.1k views
Use REGEX to select dateThis workflow looks for a Close Date value using REGEX in the IF node. If it finds the correct value, it will pass that value on. If it does not find the correct value, it will gen1.3k views
Send a file from S3 to AWS TextractThis workflow shows how to download an image file from S3 and pass it on to Textract for text extraction. The workflow uses two nodes: AWS S3: This node will download a receipt AWS S3 · AWS Textract2.2k views
Create transcription jobs using AWS TranscribeThis workflow allows you to create transcription jobs for all your audio and video files stored in AWS S3. AWS S3: This node will retrieve all the files from an S3 bucket you spAWS S3 · AWS Transcribe2.1k views
Create an event file and send it as an email attachmentThis workflow allows you to create an event file and send it as an attachment via email. iCalendar node: This node will create an event file. Send Email: This node will send thSend Email · iCalendar4.2k views