脸红粉红周 — 7天Pinterest规划器(n8n + Notion)
高级
这是一个Social Media, Multimodal AI领域的自动化工作流,包含 17 个节点。主要使用 If, Set, Cron, Notion, Function 等节点。 集成Notion与邮件发送功能的7天Pinterest内容规划器
前置要求
- •Notion API Key
工作流预览
可视化展示节点连接关系,支持缩放和平移
无法加载工作流预览
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
"meta": {
"templateCredsWarning": "Attach Email (and Notion if enabled) credentials after import. No secrets in JSON."
},
"name": "脸红粉红周 — 7天Pinterest规划器(n8n + Notion)",
"nodes": [
{
"name": "置顶:自述文件",
"type": "n8n-nodes-base.stickyNote",
"position": [
40,
-120
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"name": "置顶:先决条件 + 架构",
"type": "n8n-nodes-base.stickyNote",
"position": [
40,
0
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"name": "置顶:设置清单",
"type": "n8n-nodes-base.stickyNote",
"position": [
40,
120
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"name": "置顶:测试与行为",
"type": "n8n-nodes-base.stickyNote",
"position": [
40,
240
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"name": "置顶:合规性 + 故障排除",
"type": "n8n-nodes-base.stickyNote",
"position": [
40,
360
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"name": "每周定时任务",
"type": "n8n-nodes-base.cron",
"position": [
-160,
40
],
"parameters": {},
"typeVersion": 1
},
{
"name": "手动触发器",
"type": "n8n-nodes-base.manualTrigger",
"position": [
-160,
200
],
"parameters": {},
"typeVersion": 1
},
{
"name": "设置:用户配置",
"type": "n8n-nodes-base.set",
"position": [
80,
200
],
"parameters": {},
"typeVersion": 2
},
{
"name": "条件判断:Notion是否启用?",
"type": "n8n-nodes-base.if",
"position": [
360,
220
],
"parameters": {},
"typeVersion": 2
},
{
"name": "Notion:获取想法",
"type": "n8n-nodes-base.notion",
"position": [
540,
220
],
"parameters": {},
"typeVersion": 2
},
{
"name": "函数:提取想法",
"type": "n8n-nodes-base.function",
"position": [
720,
220
],
"parameters": {},
"typeVersion": 2
},
{
"name": "函数:采样想法",
"type": "n8n-nodes-base.function",
"position": [
360,
60
],
"parameters": {},
"typeVersion": 2
},
{
"name": "函数:构建7天计划",
"type": "n8n-nodes-base.function",
"position": [
900,
120
],
"parameters": {},
"typeVersion": 2
},
{
"name": "函数:构建邮件",
"type": "n8n-nodes-base.function",
"position": [
960,
240
],
"parameters": {},
"typeVersion": 2
},
{
"name": "邮件:发送计划",
"type": "n8n-nodes-base.emailSend",
"position": [
1140,
240
],
"parameters": {},
"typeVersion": 2
},
{
"name": "出错时",
"type": "n8n-nodes-base.errorTrigger",
"position": [
-160,
360
],
"parameters": {},
"typeVersion": 1
},
{
"name": "出错时 → 邮件通知所有者",
"type": "n8n-nodes-base.emailSend",
"position": [
1140,
300
],
"parameters": {},
"typeVersion": 2
}
],
"pinData": {},
"connections": {
"On Error": {
"main": [
[
{
"node": "On Error → Email Owner",
"type": "main",
"index": 0
}
]
]
},
"Weekly Cron": {
"main": [
[
{
"node": "Set: User Config",
"type": "main",
"index": 0
}
]
]
},
"Manual Trigger": {
"main": [
[
{
"node": "Set: User Config",
"type": "main",
"index": 0
}
]
]
},
"Set: User Config": {
"main": [
[
{
"node": "If: Notion Enabled?",
"type": "main",
"index": 0
}
]
]
},
"Notion: Get Ideas": {
"main": [
[
{
"node": "Function: Extract Ideas",
"type": "main",
"index": 0
}
]
]
},
"If: Notion Enabled?": {
"main": [
[
{
"node": "Notion: Get Ideas",
"type": "main",
"index": 0
}
],
[
{
"node": "Function: Sample Ideas",
"type": "main",
"index": 0
}
]
]
},
"Function: Build Email": {
"main": [
[
{
"node": "Email: Send Plan",
"type": "main",
"index": 0
}
]
]
},
"Function: Sample Ideas": {
"main": [
[
{
"node": "Function: Build 7-Day Plan",
"type": "main",
"index": 0
}
]
]
},
"Function: Extract Ideas": {
"main": [
[
{
"node": "Function: Build 7-Day Plan",
"type": "main",
"index": 0
}
]
]
},
"Function: Build 7-Day Plan": {
"main": [
[
{
"node": "Function: Build Email",
"type": "main",
"index": 0
}
]
]
}
}
}常见问题
如何使用这个工作流?
复制上方的 JSON 配置代码,在您的 n8n 实例中创建新工作流并选择「从 JSON 导入」,粘贴配置后根据需要修改凭证设置即可。
这个工作流适合什么场景?
高级 - 社交媒体, 多模态 AI
需要付费吗?
本工作流完全免费,您可以直接导入使用。但请注意,工作流中使用的第三方服务(如 OpenAI API)可能需要您自行付费。
相关工作流推荐
优雅内容激发 — RSS → Notion (n8n)
将 RSS 源整理为每日内容创意,通过邮件发送,支持 Notion 和 Telegram 选项
If
Set
Cron
+8
20 节点Shelly-Ann Davy
内容创作
家庭与业务周度节奏规划器 (v1)
每周业务与家庭任务规划器(Notion、邮件摘要和Telegram)
If
Set
Cron
+7
20 节点Shelly-Ann Davy
个人效率
优雅的客户入职礼宾服务 — 专业版(通用,v3)
使用Notion、邮件和CRM集成的自动客户入职系统
If
Set
Notion
+10
31 节点Shelly-Ann Davy
客户关系管理
肯定发送器 + 每周感恩摘要(健康)v2
使用Notion、邮件和Telegram的每日肯定语和每周感恩摘要
If
Set
Cron
+9
26 节点Shelly-Ann Davy
个人效率
Pantry 软库存补货 — Notion → 购物清单 + 电子邮件
使用 Notion 和邮件通知自动管理食品储藏室库存
Set
Cron
Notion
+4
15 节点Shelly-Ann Davy
个人效率
客户培育与推荐自动化(Gumroad → Notion → 邮件)
使用 Notion 和邮件的 Gumroad 客户培育与推荐自动导航
Wait
Notion
Webhook
+5
17 节点Shelly-Ann Davy
社交媒体
工作流信息
难度等级
高级
节点数量17
分类2
节点类型9
作者
Shelly-Ann Davy
@shecodesfloFounder of The Workflow Muse & @SheCodesFlow. I craft elegant, task-focused automations for creators, founders, and soft-tech enthusiasts. “Automate with grace. Scale with power.”
外部链接
在 n8n.io 查看 →
分享此工作流