๐Ÿ”ฌ WebhookDocs: generate swagger preview of your active workflows

โšก 1,209 views ยท ๐Ÿ”ฌ Document Extraction & Analysis

Description

How it Works

This meta-workflow is designed to intelligently scan all your active workflows in n8n, identify those that contain Webhook nodes, and automatically generate a Swagger (OpenAPI) specification based on them.

The output Swagger document reflects all accessible endpoints from your Webhook nodes, making it easier to:

image.png

Enhanced Parameter Support

If you want the Swagger to reflect request parameters (e.g., query or body fields), you can annotate your Webhook nodes using the Note section. When configured properly, these annotations enrich your Swagger documentation with parameter names, types, and descriptions.

image.png image.png

Setup Steps

  1. Add the WebhookDocs to n8n Import the WebhookDocs JSON file into your n8n instance.
  2. Activate the WebhookDocs (you can also use the test-endpoint) Annotate Webhook Nodes (Optional but Recommended) To enable parameter documentation, open the Note section of each Webhook node and add annotations in the following format:
//@body field_name string description
//@query field_name string description
  1. Open the page https://n8n.youristance.com/webhook/swagger

๐Ÿ”— Nodes Used

Webhook, n8n

๐Ÿ“ฅ Import

Download workflow.json and import into n8n: Workflow menu โ†’ Import from File

๐Ÿ“– Importing guide ยท ๐Ÿ”‘ Credential setup