🎬 AI-powered workflow documentation & promotion with Gemini, Notion & LinkedIn

⚡ 252 views · 🎬 Content Creation & Video

💡 Pro Tip — If you’re pulling LinkedIn data through HTTP requests or dealing with API restrictions, there’s a community node called ScraperNode that handles this natively. It has dedicated scrapers for profiles, companies, jobs, and people search — you just pass a URL and get structured data back.

View All Scrapers

Description

Automated n8n Workflow Documentation and LinkedIn Promotion

Streamline your n8n workflow management! This powerful workflow automatically documents your n8n creations in Notion and promotes them on LinkedIn, all triggered by a simple file upload to Google Drive. Leverage Google Gemini AI to generate comprehensive descriptions and engaging social media content effortlessly.

Who is this For

This workflow is perfect for:

Features

How It Works

  1. Upload Workflow JSON to Google Drive:

    • Simply drag and drop your n8n workflow’s JSON file into a specific Google Drive folder configured in the workflow.
  2. AI Analyzes and Generates Content:

    • The workflow automatically detects the new file and downloads its content.
    • Google Gemini AI then analyzes the workflow JSON to understand its functionality.
    • The AI crafts a comprehensive description and an engaging LinkedIn post based on the analysis.
  3. Notion Documentation:

    • A new page is automatically created in your specified Notion database.
    • This page includes the workflow’s title, the AI-generated description, and a direct link to the original JSON file on Google Drive for easy download.
  4. LinkedIn Promotion:

    • The AI-generated LinkedIn post is automatically published to your LinkedIn profile.
    • This allows you to effortlessly share your latest n8n creations with your network.
  5. Video Demo:

Setting Up Google Drive and AI

  1. Import the Workflow

    • Create a new workflow in n8n
    • Import the JSON file by clicking “three dots” (upper right corner) > “Import from file…”
  2. Configure Google Drive Credentials

    • In the “wait for the json file upload” node, connect your “Google Drive OAuth2 API” credential.
    • Select the specific Google Drive folder where you will upload your n8n workflow JSON files.
    • In the “Download the json” node, connect the same “Google Drive OAuth2 API” credential.
  3. Configure Google Gemini API

    • Get your Google AI Studio API key from Google AI Studio
    • Create a “Google Gemini (PaLM) API” credential in n8n.
    • Connect this credential to both the “Description generator” and “Linkedin post generator” nodes.

Setting Up Notion and LinkedIn

  1. Set Up Notion Integration

    • In the “Create the notion page” node, connect your “Notion API” credential.
    • Select your Notion database. Ensure your Notion database has at least the following properties: “Title” (Title type), “Description” (Rich text type), “Automation Tools” (Select type), “Status” (Select type), and “Template-Download-Link” (URL type).
  2. Set Up LinkedIn Integration

    • In the “Create the linkedIn post” node, connect your “LinkedIn OAuth2 API” credential.
    • Specify the Person ID to whom the post should be published (this is usually your profile ID).
  3. Test the Workflow

    • Activate the workflow.
    • Upload an n8n workflow JSON file to your designated Google Drive folder.
    • Verify that a Notion page is created and a LinkedIn post is published successfully.

Pre-requisites

Customization Guidance

  1. AI Prompt Tuning:
    • Modify the prompts in the “Generate the description” and “Generate the linkedin post” nodes to adjust the tone, style, length, or specific information requested from the AI.
  2. Notion Database Structure:
    • Customize the Notion database properties in the “Create the notion page” node to include additional fields like tags, video demos, or integration details.
  3. LinkedIn Post Strategy:
    • Adjust the LinkedIn post generation prompt to include specific hashtags, mentions, or calls to action to optimize for your audience.

Technical Specifications

Limitations & Considerations

Ready to Automate Your Workflow Documentation and Promotion? This workflow empowers you to effortlessly share and document your n8n creations, allowing you to focus more on building and less on administrative tasks.

đź”— Nodes Used

Google Drive, LinkedIn, Notion, Google Drive Trigger, AI Agent, Extract from File

📥 Import

Download workflow.json and import into n8n: Workflow menu → Import from File

📖 Importing guide · 🔑 Credential setup