测试n8n工作流
This commit is contained in:
@@ -490,8 +490,7 @@ curl -X POST "<N8N_BASE_URL>/webhook/<webhook-path>" \
|
|||||||
-H "Content-Type: application/json" \
|
-H "Content-Type: application/json" \
|
||||||
-d '{
|
-d '{
|
||||||
"note_name": "<文件名>",
|
"note_name": "<文件名>",
|
||||||
"source_path": "<原始文件路径>",
|
"source_path": "<原始文件路径>"
|
||||||
"output_name": "<输出文件名(不含扩展名)>"
|
|
||||||
}'
|
}'
|
||||||
```
|
```
|
||||||
|
|
||||||
@@ -517,10 +516,10 @@ curl -X POST "<N8N_BASE_URL>/webhook/<webhook-path>" \
|
|||||||
|
|
||||||
## 速查表:常见工作流配置
|
## 速查表:常见工作流配置
|
||||||
|
|
||||||
| 工作流 | Webhook Path | 输入文件规则 | 输出文件规则 | 通知方式 |
|
| 工作流 | Webhook Path | 输入文件规则 | 输出文件规则 | 通知方式 |
|
||||||
|--------|-------------|-------------|-------------|---------|
|
| ------- | ------------------------ | -------------------- | ---------------------------- | -------- |
|
||||||
| 内容转化 v6 | `content-translation-v6` | `content-queue/*.md` | `content-output/*_output.md` | Telegram |
|
| 内容转化 v6 | `content-translation-v6` | `content-queue/*.md` | `content-output/*_output.md` | Telegram |
|
||||||
| (待补充) | | | | |
|
| (待补充) | | | | |
|
||||||
|
|
||||||
> **添加新工作流时**:在此表新增一行,注明 Webhook Path 和文件路径规则,星辉即可照此执行。
|
> **添加新工作流时**:在此表新增一行,注明 Webhook Path 和文件路径规则,星辉即可照此执行。
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user