Skip to main content

Generate template descriptions from Google Drive with Azure GPT-4

Workflow preview

Workflow preview
100%
Generate template descriptions from Google Drive with Azure GPT-4 preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

Description Automatically generate polished, n8n ready template descriptions from your saved JSON workflows in Google Drive. This AI powered automation processes workflow files, drafts compliant de...

Best for

  • Document Extraction automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.manualtrigger, n8n-nodes-base.extractfromfile, n8n-nodes-base.googledrive, n8n-nodes-base.stickynote, n8n-nodes-base.splitinbatches, @n8n/n8n-nodes-langchain.agent, n8n-nodes-base.code, n8n-nodes-base.googlesheets

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Rahul Joshi.

Original n8n.io source

1.1 Workflow description

Title
Generate template descriptions from Google Drive with Azure GPT-4
Workflow name
Generate template descriptions from Google Drive with Azure GPT-4

Description

Automatically generate polished, n8n-ready template descriptions from your saved JSON workflows in Google Drive. This AI-powered automation processes workflow files, drafts compliant descriptions, and delivers Markdown and HTML outputs directly to your inbox. πŸš€πŸ’ŒπŸ“ŠπŸ’¬

What This Template Does

  • Manually triggers the workflow to start processing.
  • Searches a specified Google Drive folder for JSON workflow files.
  • Iterates through each JSON file found in that folder.
  • Downloads each file and prepares it for data extraction.
  • Parses workflow data from the downloaded JSON content.
  • Uses Azure OpenAI GPT-4 to generate concise titles and detailed descriptions.
  • Converts the AI output into structured Markdown for n8n template publishing.
  • Creates an HTML version of the description for email delivery.
  • Logs generated details into a Google Sheet for record-keeping.
  • Sends an email containing the Markdown and HTML descriptions to the target recipient.

Key Benefits

βœ… Fully automates n8n template description creation. βœ… Ensures consistency with official n8n publishing guidelines. βœ… Saves time while eliminating human writing errors. βœ… Provides dual Markdown + HTML outputs for flexibility. βœ… Centralizes workflow metadata in Google Sheets. βœ… Simplifies collaboration and version tracking via email delivery.

Features

  • Manual workflow trigger for controlled execution.
  • Integration with Google Drive for locating and downloading JSON files.
  • Intelligent parsing of workflow data from JSON structure.
  • GPT-4-powered AI for title and description generation.
  • Automatic Markdown + HTML formatting for n8n publishing.
  • Google Sheets integration for persistent record-keeping.
  • Automated Gmail delivery of generated documentation.

Requirements

  • n8n instance (cloud or self-hosted).
  • Google Drive OAuth2 credentials with file read permissions.
  • Google Sheets OAuth2 credentials with edit permissions.
  • Azure OpenAI GPT-4 API key for AI text generation.
  • Gmail OAuth2 credentials for email sending.

Target Audience

  • n8n content creators documenting workflows. πŸ‘©β€πŸ’Ό
  • Automation teams handling multiple template deployments. πŸ”„
  • Agencies and freelancers managing workflow documentation. 🏒
  • Developers leveraging AI for faster template creation. 🌐
  • Technical writers ensuring polished, standardized outputs. πŸ“Š

Step-by-Step Setup Instructions

  • Connect your Google Drive account and specify the folder containing JSON workflows. πŸ”‘
  • Authorize Google Sheets and confirm access to the tracking spreadsheet. βš™οΈ
  • Add Azure OpenAI GPT-4 API credentials for AI-powered text generation. 🧠
  • Connect Gmail credentials for automated email delivery. πŸ“§
  • Run the workflow manually using a test JSON file to validate all nodes. βœ…
  • Enable the workflow to automatically generate and send descriptions as needed. πŸš€

1.2 Logical Blocks

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.

2. Block-by-Block Analysis

Block 1 - When clicking β€˜Execute workflow’

Type / Role
n8n-nodes-base.manualTrigger - manualTrigger
Config choices
Version 1

Block 2 - Extract from File

Type / Role
n8n-nodes-base.extractFromFile - extractFromFile
Config choices
Version 1

Block 3 - Download file

Type / Role
n8n-nodes-base.googleDrive - googleDrive
Config choices
Version 3

Block 4 - Search files and folders

Type / Role
n8n-nodes-base.googleDrive - googleDrive
Config choices
Version 3

Block 5 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 6 - Sticky Note1

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 7 - Sticky Note2

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 8 - Sticky Note3

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 9 - Sticky Note4

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 10 - Sticky Note5

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 11 - Sticky Note6

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 12 - Sticky Note7

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 13 - Sticky Note8

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 14 - Sticky Note9

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 15 - Sticky Note10

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 16 - Sticky Note11

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 17 - Sticky Note13

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 18 - Loop Over JSONS

Type / Role
n8n-nodes-base.splitInBatches - splitInBatches
Config choices
Version 3

Block 19 - AI Agent

Type / Role
@n8n/n8n-nodes-langchain.agent - agent
Config choices
Version 2.1

Block 20 - Format Markdown Description

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 21 - Format HTML Email

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 22 - Sticky Note14

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 23 - Save To Google Sheets

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.7

Block 24 - Send Email With Description

Type / Role
n8n-nodes-base.gmail - gmail
Config choices
Version 2.1

Showing the first 24 of 27 workflow blocks. Download the JSON for the full node graph.

3. Summary Table

Workflow Generate template descriptions from Google Drive with Azure GPT-4
Complexity advanced
Nodes 27
Categories Document Extraction
Author Rahul Joshi
Published 07 Oct 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/9344/9344.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

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.

Frequently asked questions

What does Generate template descriptions from Google Drive with Azure GPT-4 do?

Description Automatically generate polished, n8n ready template descriptions from your saved JSON workflows in Google Drive. This AI powered automation processes workflow files, drafts compliant de...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

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 Document Extraction use case.