使用GPT-5 Mini(Azure OpenAI)自动化WordPress分类
中级
这是一个Content Creation, Multimodal AI领域的自动化工作流,包含 7 个节点。主要使用 Aggregate, HttpRequest, ManualTrigger, ChainLlm, LmChatAzureOpenAi 等节点。 使用GPT-5 Mini(Azure OpenAI)自动化WordPress分类映射
前置要求
- •可能需要目标 API 的认证凭证
- •OpenAI API Key
工作流预览
可视化展示节点连接关系,支持缩放和平移
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
"id": "BeW87UQSm16ZhE2D",
"meta": {
"instanceId": "c2650793f644091dc80fb900fe63448ad1f4b774008de9608064d67294f8307c"
},
"name": "WP Category Toolkit",
"tags": [],
"nodes": [
{
"id": "800015fb-a2ec-4838-b70f-465f9200fcd2",
"name": "Start",
"type": "n8n-nodes-base.manualTrigger",
"position": [
384,
160
],
"parameters": {},
"typeVersion": 1
},
{
"id": "3b66a7e3-6567-4a48-9e52-b72d3e568517",
"name": "Sticky Note4",
"type": "n8n-nodes-base.stickyNote",
"position": [
0,
0
],
"parameters": {
"color": 5,
"width": 1328,
"height": 480,
"content": "## WP Category toolkit"
},
"typeVersion": 1
},
{
"id": "07e8b165-4124-4a09-b569-7090464b6f63",
"name": "Sticky Note5",
"type": "n8n-nodes-base.stickyNote",
"position": [
32,
80
],
"parameters": {
"color": 4,
"width": 320,
"height": 352,
"content": "## Process:\n- change with your url\n- Input your WP credentials\n- Copy ``category json`` from **Body Post Wordpress**\n- Paste in system prompt on **Category Mapping**\n- Copy the result back to **Body Post Wordpress**"
},
"typeVersion": 1
},
{
"id": "36eeebd5-4cc4-4d96-900d-70299c55010e",
"name": "Get All Categories",
"type": "n8n-nodes-base.httpRequest",
"position": [
576,
160
],
"parameters": {
"url": "https://cartilo.my.id/wp-json/wp/v2/categories?per_page=100",
"options": {},
"authentication": "predefinedCredentialType",
"nodeCredentialType": "wordpressApi"
},
"credentials": {
"wordpressApi": {
"id": "gGfRrkCtaoISRmDr",
"name": "WP - Cartilo (Dax AI)"
}
},
"typeVersion": 4.2
},
{
"id": "51f177cd-1b53-4225-8c96-cc157e9d986b",
"name": "Aggregate to Process",
"type": "n8n-nodes-base.aggregate",
"position": [
768,
160
],
"parameters": {
"options": {},
"aggregate": "aggregateAllItemData"
},
"typeVersion": 1
},
{
"id": "d655510d-2e55-4994-9cc5-3d7f6b57f2a1",
"name": "Category-Mapping",
"type": "@n8n/n8n-nodes-langchain.chainLlm",
"position": [
944,
160
],
"parameters": {
"text": "={{JSON.stringify($json)}}",
"batching": {},
"messages": {
"messageValues": [
{
"message": "You are an expert programmer. \n\nchange this mapping:\n {{ $('Topic Chooser and Title Maker').item.json.output.category == \"Technology\" ? [3] :\n $('Topic Chooser and Title Maker').item.json.output.category == \"Artificial Intelligence (AI)\" ? [4] :\n $('Topic Chooser and Title Maker').item.json.output.category == \"Tech Fact\" ? [7] :\n $('Topic Chooser and Title Maker').item.json.output.category == \"Tech History\" ? [8] :\n $('Topic Chooser and Title Maker').item.json.output.category == \"Tech Tips\" ? [9] : [1] }}\n\nbased on user input.\nonly change category and the id. never add \"\\n\" in the output"
}
]
},
"promptType": "define"
},
"typeVersion": 1.7
},
{
"id": "8e856d5b-0de8-44d3-a887-3b8188b80e65",
"name": "Gpt-5-mini",
"type": "@n8n/n8n-nodes-langchain.lmChatAzureOpenAi",
"position": [
944,
320
],
"parameters": {
"model": "gpt5mini",
"options": {}
},
"credentials": {
"azureOpenAiApi": {
"id": "f2y13FBDaQZYGn8T",
"name": "GPT5-mini"
}
},
"typeVersion": 1
}
],
"active": false,
"pinData": {},
"settings": {
"executionOrder": "v1"
},
"versionId": "b41ae1d6-00b2-442f-b7dc-b96e11163121",
"connections": {
"800015fb-a2ec-4838-b70f-465f9200fcd2": {
"main": [
[
{
"node": "36eeebd5-4cc4-4d96-900d-70299c55010e",
"type": "main",
"index": 0
}
]
]
},
"8e856d5b-0de8-44d3-a887-3b8188b80e65": {
"ai_languageModel": [
[
{
"node": "d655510d-2e55-4994-9cc5-3d7f6b57f2a1",
"type": "ai_languageModel",
"index": 0
}
]
]
},
"36eeebd5-4cc4-4d96-900d-70299c55010e": {
"main": [
[
{
"node": "51f177cd-1b53-4225-8c96-cc157e9d986b",
"type": "main",
"index": 0
}
]
]
},
"51f177cd-1b53-4225-8c96-cc157e9d986b": {
"main": [
[
{
"node": "d655510d-2e55-4994-9cc5-3d7f6b57f2a1",
"type": "main",
"index": 0
}
]
]
}
}
}常见问题
如何使用这个工作流?
复制上方的 JSON 配置代码,在您的 n8n 实例中创建新工作流并选择「从 JSON 导入」,粘贴配置后根据需要修改凭证设置即可。
这个工作流适合什么场景?
中级 - 内容创作, 多模态 AI
需要付费吗?
本工作流完全免费,您可以直接导入使用。但请注意,工作流中使用的第三方服务(如 OpenAI API)可能需要您自行付费。
相关工作流推荐
WordPress + 社交媒体
基于GPT/Gemini和WordPress的自动化博客创建与多平台发布
If
Set
Switch
+
If
Set
Switch
44 节点Khairul Muhtadin
内容创作
AI驱动博客自动化
AI驱动博客自动化:使用GPT-4生成并发布SEO文章至WordPress和Twitter
If
Set
Code
+
If
Set
Code
144 节点Jay Emp0
内容创作
LinkedIn和X病毒内容自动引擎
使用AI生成和发布自动创建LinkedIn和X的病毒内容
If
Set
Wait
+
If
Set
Wait
156 节点Diptamoy Barman
内容创作
使用OpenAI-Gemini创建Dev.to文章 - AI生成带图片内容
使用OpenAI/Gemini创建Dev.to文章 - AI生成带图片内容
Set
Limit
Split Out
+
Set
Limit
Split Out
30 节点LukaszB
内容创作
无面孔视频生成器 - 自动将想法转化为视频
使用Gemini、ElevenLabs、Leonardo AI和Shotstack创建无面孔视频
Set
Wait
Merge
+
Set
Wait
Merge
37 节点Agent Circle
内容创作
使用LlamaIndex + Azure OpenAI从Google Drive自动更新知识库
使用Google Drive、LlamaIndex和Azure OpenAI嵌入自动更新知识库
If
Wait
Google Drive
+
If
Wait
Google Drive
12 节点Khairul Muhtadin
内容创作