From eb7a78c2aa927b32cfad9abf83a8bfc4e62ab7d4 Mon Sep 17 00:00:00 2001 From: admin Date: Mon, 30 Mar 2026 14:13:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95n8n=E5=B7=A5=E4=BD=9C?= =?UTF-8?q?=E6=B5=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../3 Essential Tools for OpenClaw.md | 0 openclaw/yunce/n8n-content-pipeline-workflow.md | 9 ++++----- 2 files changed, 4 insertions(+), 5 deletions(-) rename openclaw/{memory-setup => content-queue}/3 Essential Tools for OpenClaw.md (100%) diff --git a/openclaw/memory-setup/3 Essential Tools for OpenClaw.md b/openclaw/content-queue/3 Essential Tools for OpenClaw.md similarity index 100% rename from openclaw/memory-setup/3 Essential Tools for OpenClaw.md rename to openclaw/content-queue/3 Essential Tools for OpenClaw.md diff --git a/openclaw/yunce/n8n-content-pipeline-workflow.md b/openclaw/yunce/n8n-content-pipeline-workflow.md index f1a43bb4..21c260de 100644 --- a/openclaw/yunce/n8n-content-pipeline-workflow.md +++ b/openclaw/yunce/n8n-content-pipeline-workflow.md @@ -490,8 +490,7 @@ curl -X POST "/webhook/" \ -H "Content-Type: application/json" \ -d '{ "note_name": "<文件名>", - "source_path": "<原始文件路径>", - "output_name": "<输出文件名(不含扩展名)>" + "source_path": "<原始文件路径>" }' ``` @@ -517,10 +516,10 @@ curl -X POST "/webhook/" \ ## 速查表:常见工作流配置 -| 工作流 | Webhook Path | 输入文件规则 | 输出文件规则 | 通知方式 | -|--------|-------------|-------------|-------------|---------| +| 工作流 | Webhook Path | 输入文件规则 | 输出文件规则 | 通知方式 | +| ------- | ------------------------ | -------------------- | ---------------------------- | -------- | | 内容转化 v6 | `content-translation-v6` | `content-queue/*.md` | `content-output/*_output.md` | Telegram | -| (待补充) | | | | | +| (待补充) | | | | | > **添加新工作流时**:在此表新增一行,注明 Webhook Path 和文件路径规则,星辉即可照此执行。