Skip to main content

Check workflow templates against Creator Hub guidelines with Gemini and Gmail

Workflow preview

Workflow preview
100%
Check workflow templates against Creator Hub guidelines with Gemini and Gmail preview
Open on n8n.io

1. Workflow Overview

Who is this for Template creators who want to validate their n8n workflows against the official Creator Hub approval criteria before submitting. Useful for both new and verified creators looking to...

Best for

  • Engineering automation workflows
  • AI Summarization automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.stickynote, n8n-nodes-base.formtrigger, n8n-nodes-base.code, n8n-nodes-base.httprequest, n8n-nodes-base.aggregate, @n8n/n8n-nodes-langchain.chainllm, @n8n/n8n-nodes-langchain.lmchatgooglegemini, n8n-nodes-base.gmail

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Check workflow templates against Creator Hub guidelines with Gemini and Gmail
Workflow name
Check workflow templates against Creator Hub guidelines with Gemini and Gmail

Who is this for

Template creators who want to validate their n8n workflows against the official Creator Hub approval criteria before submitting. Useful for both new and verified creators looking to reduce rejection rates.

What this workflow does

This workflow scrapes the latest approval guidelines from four n8n Creator Hub Notion pages, generates a structured pass/fail checklist using Gemini AI, then reviews your uploaded workflow JSON against every criterion. The results are delivered as a formatted HTML email report with a score and specific fixes.

Setup

  1. Add a Google Gemini (PaLM) API credential for criteria generation, file upload, and review.
  2. Add a Gmail OAuth2 credential for sending the results email.
  3. Activate the workflow and open the generated form URL.

Requirements

  • Google Gemini API key (used for three separate calls: criteria generation, file uploads, and final review)
  • Gmail account with OAuth2 access enabled

How to customize

  • Change the Gemini model in the "Google Gemini for criteria generation" and "Review workflow against criteria" nodes.
  • Edit the review prompt in the "Review workflow against criteria" node to adjust scoring weight or add custom checks.
  • Replace the Gmail node with another email service or a Discord/Slack webhook for different delivery methods.

Important disclaimer

This workflow provides AI-generated feedback based on n8n Creator Hub guidelines available as of February 2026. The review results are not a guarantee of approval or rejection — actual decisions are made by the n8n review team. Guidelines and criteria may change over time. Always check the latest official information on the n8n Creator Hub before submitting your template.

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 - Workflow Overview

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

Block 2 - Step 1 Note

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

Block 3 - Step 2 Note

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

Block 4 - Step 3 Note

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

Block 5 - Step 4 Note

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

Block 6 - Step 5 Note

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

Block 7 - Submit workflow for review

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

Block 8 - Generate Notion API URLs

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

Block 9 - Fetch guideline pages from Notion

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 10 - Combine all fetched pages

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

Block 11 - Extract text from Notion blocks

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

Block 12 - Generate approval checklist with AI

Type / Role
@n8n/n8n-nodes-langchain.chainLlm - chainLlm
Config choices
Version 1.4

Block 13 - Google Gemini for criteria generation

Type / Role
@n8n/n8n-nodes-langchain.lmChatGoogleGemini - lmChatGoogleGemini
Config choices
Version 1

Block 14 - Convert criteria and workflow to files

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

Block 15 - Upload files to Gemini Files API

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.4

Block 16 - Combine uploaded file references

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

Block 17 - Review workflow against criteria

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.4

Block 18 - Send review results via email

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

3. Summary Table

Workflow Check workflow templates against Creator Hub guidelines with Gemini and Gmail
Complexity advanced
Nodes 18
Categories Engineering, AI Summarization
Author Oka Hironobu
Published 28 Feb 2026

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/13769/13769.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 Check workflow templates against Creator Hub guidelines with Gemini and Gmail do?

Who is this for Template creators who want to validate their n8n workflows against the official Creator Hub approval criteria before submitting. Useful for both new and verified creators looking to...

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 Engineering, AI Summarization use case.