n8nSmartlead
高级
这是一个Social Media, Multimodal AI领域的自动化工作流,包含 17 个节点。主要使用 SplitOut, HttpRequest, GoogleSheets, ScheduleTrigger 等节点。 Smartlead 邮件营销分析仪表板(集成 Google Sheets)
前置要求
- •可能需要目标 API 的认证凭证
- •Google Sheets API 凭证
工作流预览
可视化展示节点连接关系,支持缩放和平移
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
"id": "VZkddNG4TSPdUova",
"meta": {
"instanceId": "807c58b937f3c75f8b242bc4ac5f455a51832cabd7bcdbecd9fdc3ba6179a8c9"
},
"name": "n8nSmartlead",
"tags": [],
"nodes": [
{
"id": "5502d514-0df8-4a43-b7ee-3d2b339359f3",
"name": "HTTP Request5",
"type": "n8n-nodes-base.httpRequest",
"position": [
520,
-120
],
"parameters": {
"url": "https://server.smartlead.ai/api/v1/analytics/mailbox/domain-wise-health-metrics",
"options": {},
"sendQuery": true,
"queryParameters": {
"parameters": [
{
"name": "api_key",
"value": "your_API_KEY"
},
{
"name": "start_date",
"value": "2025-07-04"
},
{
"name": "end_date",
"value": "=2025-08-{{ $json['Day of month'] }}"
},
{
"name": "full_data",
"value": "true"
}
]
}
},
"typeVersion": 4.2
},
{
"id": "4080a374-16cf-4c2c-8aa5-0127015a6184",
"name": "在 sheet5 中追加或更新行",
"type": "n8n-nodes-base.googleSheets",
"position": [
920,
-120
],
"parameters": {
"columns": {
"value": {
"sent": "={{ $json.sent }}",
"domain": "={{ $json.domain }}",
"opened": "={{ $json.opened }}",
"bounced": "={{ $json.bounced }}",
"replied": "={{ $json.replied }}",
"open_rate": "={{ $json.open_rate }}",
"reply_rate": "={{ $json.reply_rate }}",
"Last_update": "={{ $('Schedule Trigger1').item.json[\"Day of month\"] }}-{{ $('Schedule Trigger1').item.json.Month }} ",
"bounce_rate": "={{ $json.bounce_rate }}",
"positive_replied": "={{ $json.positive_reply_rate }}",
"unique_lead_count": "={{ $json.unique_lead_count }}",
"unique_open_count": "={{ $json.unique_open_count }}",
"positive_reply_rate": "={{ $json.bounce_rate }}"
},
"schema": [
{
"id": "Last_update",
"type": "string",
"display": true,
"removed": false,
"required": false,
"displayName": "Last_update",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "domain",
"type": "string",
"display": true,
"removed": false,
"required": false,
"displayName": "domain",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "sent",
"type": "string",
"display": true,
"removed": false,
"required": false,
"displayName": "sent",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "opened",
"type": "string",
"display": true,
"required": false,
"displayName": "opened",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "replied",
"type": "string",
"display": true,
"required": false,
"displayName": "replied",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "positive_replied",
"type": "string",
"display": true,
"removed": false,
"required": false,
"displayName": "positive_replied",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "bounced",
"type": "string",
"display": true,
"required": false,
"displayName": "bounced",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "unique_lead_count",
"type": "string",
"display": true,
"removed": false,
"required": false,
"displayName": "unique_lead_count",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "unique_open_count",
"type": "string",
"display": true,
"removed": false,
"required": false,
"displayName": "unique_open_count",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "open_rate",
"type": "string",
"display": true,
"removed": false,
"required": false,
"displayName": "open_rate",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "reply_rate",
"type": "string",
"display": true,
"removed": false,
"required": false,
"displayName": "reply_rate",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "positive_reply_rate",
"type": "string",
"display": true,
"removed": false,
"required": false,
"displayName": "positive_reply_rate",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "bounce_rate",
"type": "string",
"display": true,
"removed": false,
"required": false,
"displayName": "bounce_rate",
"defaultMatch": false,
"canBeUsedToMatch": true
}
],
"mappingMode": "defineBelow",
"matchingColumns": [
"domain"
],
"attemptToConvertTypes": false,
"convertFieldsToString": false
},
"options": {},
"operation": "appendOrUpdate",
"sheetName": {
"__rl": true,
"mode": "list",
"value": 1430156318,
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/1U8CC_vlv80vZeeDJc41YTEiWA-efikXBur6XDurtQoQ/edit#gid=1430156318",
"cachedResultName": "DomainHealth"
},
"documentId": {
"__rl": true,
"mode": "list",
"value": "1U8CC_vlv80vZeeDJc41YTEiWA-efikXBur6XDurtQoQ",
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/1U8CC_vlv80vZeeDJc41YTEiWA-efikXBur6XDurtQoQ/edit?usp=drivesdk",
"cachedResultName": "Email Analytics"
}
},
"typeVersion": 4.6
},
{
"id": "a3d52977-01f7-4edf-8e9a-9729519cbfa4",
"name": "Split Out5",
"type": "n8n-nodes-base.splitOut",
"position": [
740,
-120
],
"parameters": {
"options": {},
"fieldToSplitOut": "data.domain_health_metrics"
},
"typeVersion": 1
},
{
"id": "ce8aadb2-4bef-4b98-b5b1-e50aa8a07803",
"name": "HTTP 请求6",
"type": "n8n-nodes-base.httpRequest",
"position": [
520,
140
],
"parameters": {
"url": "https://server.smartlead.ai/api/v1/analytics/mailbox/name-wise-health-metrics",
"options": {},
"sendQuery": true,
"queryParameters": {
"parameters": [
{
"name": "api_key",
"value": "your_API_KEY"
},
{
"name": "start_date",
"value": "2025-07-04"
},
{
"name": "end_date",
"value": "=2025-08-{{ $json['Day of month'] }}"
},
{
"name": "full_data",
"value": "true"
}
]
}
},
"typeVersion": 4.2
},
{
"id": "c4aa2293-424c-4865-9f89-26e5fd77052f",
"name": "在 sheet6 中追加或更新行",
"type": "n8n-nodes-base.googleSheets",
"position": [
920,
140
],
"parameters": {
"columns": {
"value": {
"sent": "={{ $json.sent }}",
"opened": "={{ $json.opened }}",
"bounced": "={{ $json.bounced }}",
"replied": "={{ $json.replied }}",
"open_rate": "={{ $json.open_rate }}",
"from_email": "={{ $json.from_email }}",
"reply_rate": "={{ $json.reply_rate }}",
"Last_update": "={{ $('Schedule Trigger1').item.json[\"Day of month\"] }}-{{ $('Schedule Trigger1').item.json.Month }} ",
"bounce_rate": "={{ $json.bounce_rate }}",
"positive_replied": "={{ $json.positive_reply_rate }}",
"unique_lead_count": "={{ $json.unique_lead_count }}",
"unique_open_count": "={{ $json.unique_open_count }}",
"positive_reply_rate": "={{ $json.positive_reply_rate }}"
},
"schema": [
{
"id": "Last_update",
"type": "string",
"display": true,
"removed": false,
"required": false,
"displayName": "Last_update",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "from_email",
"type": "string",
"display": true,
"removed": false,
"required": false,
"displayName": "from_email",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "sent",
"type": "string",
"display": true,
"removed": false,
"required": false,
"displayName": "sent",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "opened",
"type": "string",
"display": true,
"required": false,
"displayName": "opened",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "replied",
"type": "string",
"display": true,
"required": false,
"displayName": "replied",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "positive_replied",
"type": "string",
"display": true,
"removed": false,
"required": false,
"displayName": "positive_replied",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "bounced",
"type": "string",
"display": true,
"required": false,
"displayName": "bounced",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "unique_lead_count",
"type": "string",
"display": true,
"removed": false,
"required": false,
"displayName": "unique_lead_count",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "unique_open_count",
"type": "string",
"display": true,
"removed": false,
"required": false,
"displayName": "unique_open_count",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "open_rate",
"type": "string",
"display": true,
"removed": false,
"required": false,
"displayName": "open_rate",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "reply_rate",
"type": "string",
"display": true,
"removed": false,
"required": false,
"displayName": "reply_rate",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "positive_reply_rate",
"type": "string",
"display": true,
"removed": false,
"required": false,
"displayName": "positive_reply_rate",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "bounce_rate",
"type": "string",
"display": true,
"removed": false,
"required": false,
"displayName": "bounce_rate",
"defaultMatch": false,
"canBeUsedToMatch": true
}
],
"mappingMode": "defineBelow",
"matchingColumns": [
"from_email"
],
"attemptToConvertTypes": false,
"convertFieldsToString": false
},
"options": {
"useAppend": true
},
"operation": "appendOrUpdate",
"sheetName": {
"__rl": true,
"mode": "list",
"value": 1649535361,
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/1U8CC_vlv80vZeeDJc41YTEiWA-efikXBur6XDurtQoQ/edit#gid=1649535361",
"cachedResultName": "EmailHealth"
},
"documentId": {
"__rl": true,
"mode": "list",
"value": "1U8CC_vlv80vZeeDJc41YTEiWA-efikXBur6XDurtQoQ",
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/1U8CC_vlv80vZeeDJc41YTEiWA-efikXBur6XDurtQoQ/edit?usp=drivesdk",
"cachedResultName": "Email Analytics"
}
},
"typeVersion": 4.6
},
{
"id": "6515197c-0bb9-463e-837c-ff8e399ecc42",
"name": "Split Out6",
"type": "n8n-nodes-base.splitOut",
"position": [
740,
140
],
"parameters": {
"options": {},
"fieldToSplitOut": "data.email_health_metrics"
},
"typeVersion": 1
},
{
"id": "271bd281-f8f7-4358-ba81-2269ae9c10a7",
"name": "计划触发器1",
"type": "n8n-nodes-base.scheduleTrigger",
"position": [
120,
40
],
"parameters": {
"rule": {
"interval": [
{
"field": "hours",
"hoursInterval": 5
}
]
}
},
"typeVersion": 1.2
},
{
"id": "0385032a-7bd4-47bd-a105-5f51ef54d90b",
"name": "便签",
"type": "n8n-nodes-base.stickyNote",
"position": [
20,
-220
],
"parameters": {
"width": 1248,
"height": 608,
"content": "用于获取电子邮件和域名健康度数据"
},
"typeVersion": 1
},
{
"id": "9d5dde4b-cfe8-4448-b039-2ed8dcdbdc5c",
"name": "HTTP 请求",
"type": "n8n-nodes-base.httpRequest",
"position": [
1760,
-120
],
"parameters": {
"url": "https://server.smartlead.ai/api/v1/analytics/day-wise-overall-stats-by-sent-time?",
"options": {},
"sendQuery": true,
"queryParameters": {
"parameters": [
{
"name": "api_key",
"value": "your_API_KEY"
},
{
"name": "start_date",
"value": "=2025-08-7"
},
{
"name": "end_date",
"value": "=2025-08-{{ $json['Day of month'] }}"
},
{
"name": "timezone",
"value": "5:30"
}
]
}
},
"typeVersion": 4.2
},
{
"id": "02e0141f-2eca-44f3-9188-dc1c00759378",
"name": "在表格中追加或更新行",
"type": "n8n-nodes-base.googleSheets",
"position": [
2160,
-120
],
"parameters": {
"columns": {
"value": {
"day": "={{ $json.day_name }}",
"date": "={{ $json.date }}",
"sent": "={{ $json.email_engagement_metrics.sent }}",
"opened": "={{ $json.email_engagement_metrics.opened }}",
"bounced": "={{ $json.email_engagement_metrics.bounced }}",
"replied": "={{ $json.email_engagement_metrics.replied }}",
"unsubscribed": "={{ $json.email_engagement_metrics.unsubscribed }}",
"unique_lead_reached": "={{ $json.email_engagement_metrics.unique_lead_reached }}"
},
"schema": [
{
"id": "date",
"type": "string",
"display": true,
"removed": false,
"required": false,
"displayName": "date",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "day",
"type": "string",
"display": true,
"removed": false,
"required": false,
"displayName": "day",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "sent",
"type": "string",
"display": true,
"removed": false,
"required": false,
"displayName": "sent",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "opened",
"type": "string",
"display": true,
"required": false,
"displayName": "opened",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "replied",
"type": "string",
"display": true,
"required": false,
"displayName": "replied",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "bounced",
"type": "string",
"display": true,
"required": false,
"displayName": "bounced",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "unsubscribed",
"type": "string",
"display": true,
"required": false,
"displayName": "unsubscribed",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "unique_lead_reached",
"type": "string",
"display": true,
"required": false,
"displayName": "unique_lead_reached",
"defaultMatch": false,
"canBeUsedToMatch": true
}
],
"mappingMode": "defineBelow",
"matchingColumns": [
"date"
],
"attemptToConvertTypes": false,
"convertFieldsToString": false
},
"options": {},
"operation": "appendOrUpdate",
"sheetName": {
"__rl": true,
"mode": "list",
"value": "gid=0",
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/1U8CC_vlv80vZeeDJc41YTEiWA-efikXBur6XDurtQoQ/edit#gid=0",
"cachedResultName": "Sheet1"
},
"documentId": {
"__rl": true,
"mode": "list",
"value": "1U8CC_vlv80vZeeDJc41YTEiWA-efikXBur6XDurtQoQ",
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/1U8CC_vlv80vZeeDJc41YTEiWA-efikXBur6XDurtQoQ/edit?usp=drivesdk",
"cachedResultName": "Email Analytics"
}
},
"typeVersion": 4.6
},
{
"id": "18058bee-4a57-4bfc-9bd8-e9531517d223",
"name": "分离输出",
"type": "n8n-nodes-base.splitOut",
"position": [
1980,
-120
],
"parameters": {
"options": {},
"fieldToSplitOut": "data.day_wise_stats"
},
"typeVersion": 1
},
{
"id": "5b14d983-d3f4-4731-8383-bd77180b3a48",
"name": "计划触发器",
"type": "n8n-nodes-base.scheduleTrigger",
"position": [
1520,
20
],
"parameters": {
"rule": {
"interval": [
{
"field": "hours",
"hoursInterval": 2
}
]
}
},
"typeVersion": 1.2
},
{
"id": "b3b9f28c-2e8a-495c-b5aa-55069f8acd39",
"name": "HTTP 请求1",
"type": "n8n-nodes-base.httpRequest",
"position": [
1760,
160
],
"parameters": {
"url": "https://server.smartlead.ai/api/v1/analytics/campaign/overall-stats",
"options": {},
"sendQuery": true,
"queryParameters": {
"parameters": [
{
"name": "api_key",
"value": "your_API_KEY"
},
{
"name": "start_date",
"value": "2025-07-24"
},
{
"name": "end_date",
"value": "=2025-08-{{ $json['Day of month'] }}"
},
{
"name": "full_data",
"value": "true"
}
]
}
},
"typeVersion": 4.2
},
{
"id": "d42a8ab0-799d-41d8-a613-7d62fdb71a38",
"name": "在工作表1中追加或更新行",
"type": "n8n-nodes-base.googleSheets",
"position": [
2160,
160
],
"parameters": {
"columns": {
"value": {
"id": "={{ $json.id }}",
"sent": "={{ $json.sent }}",
"opened": "={{ $json.opened }}",
"bounced": "={{ $json.bounced }}",
"replied": "={{ $json.replied }}",
"open_rate": "={{ $json.open_rate }}",
"reply_rate": "={{ $json.reply_rate }}",
"Updated at ": "={{ $('Schedule Trigger').item.json['Readable date'] }}",
"bounce_rate": "={{ $json.bounce_rate }}",
"campaign_name": "={{ $json.campaign_name }}",
"positive_replied": "={{ $json.positive_reply_rate }}",
"unique_lead_count": "={{ $json.unique_lead_count }}",
"unique_open_count": "={{ $json.unique_open_count }}",
"positive_reply_rate": "={{ $json.bounce_rate }}"
},
"schema": [
{
"id": "Updated at ",
"type": "string",
"display": true,
"removed": false,
"required": false,
"displayName": "Updated at ",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "id",
"type": "string",
"display": true,
"removed": false,
"required": false,
"displayName": "id",
"defaultMatch": true,
"canBeUsedToMatch": true
},
{
"id": "campaign_name",
"type": "string",
"display": true,
"removed": false,
"required": false,
"displayName": "campaign_name",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "sent",
"type": "string",
"display": true,
"removed": false,
"required": false,
"displayName": "sent",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "opened",
"type": "string",
"display": true,
"required": false,
"displayName": "opened",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "replied",
"type": "string",
"display": true,
"required": false,
"displayName": "replied",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "bounced",
"type": "string",
"display": true,
"required": false,
"displayName": "bounced",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "open_rate",
"type": "string",
"display": true,
"removed": false,
"required": false,
"displayName": "open_rate",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "reply_rate",
"type": "string",
"display": true,
"removed": false,
"required": false,
"displayName": "reply_rate",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "bounce_rate",
"type": "string",
"display": true,
"removed": false,
"required": false,
"displayName": "bounce_rate",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "positive_reply_rate",
"type": "string",
"display": true,
"removed": false,
"required": false,
"displayName": "positive_reply_rate",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "positive_replied",
"type": "string",
"display": true,
"removed": false,
"required": false,
"displayName": "positive_replied",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "unique_lead_count",
"type": "string",
"display": true,
"removed": false,
"required": false,
"displayName": "unique_lead_count",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "unique_open_count",
"type": "string",
"display": true,
"removed": false,
"required": false,
"displayName": "unique_open_count",
"defaultMatch": false,
"canBeUsedToMatch": true
}
],
"mappingMode": "defineBelow",
"matchingColumns": [
"id"
],
"attemptToConvertTypes": false,
"convertFieldsToString": false
},
"options": {},
"operation": "appendOrUpdate",
"sheetName": {
"__rl": true,
"mode": "list",
"value": 476539810,
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/1U8CC_vlv80vZeeDJc41YTEiWA-efikXBur6XDurtQoQ/edit#gid=476539810",
"cachedResultName": "CampaignWise"
},
"documentId": {
"__rl": true,
"mode": "list",
"value": "1U8CC_vlv80vZeeDJc41YTEiWA-efikXBur6XDurtQoQ",
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/1U8CC_vlv80vZeeDJc41YTEiWA-efikXBur6XDurtQoQ/edit?usp=drivesdk",
"cachedResultName": "Email Analytics"
}
},
"typeVersion": 4.6
},
{
"id": "32907a08-92ea-47f0-942d-3b1adcc3ce1d",
"name": "拆分输出1",
"type": "n8n-nodes-base.splitOut",
"position": [
1980,
160
],
"parameters": {
"options": {},
"fieldToSplitOut": "data.campaign_wise_performance"
},
"typeVersion": 1
},
{
"id": "3317b109-2406-46f0-a3c3-66c95542cf79",
"name": "便签1",
"type": "n8n-nodes-base.stickyNote",
"position": [
1400,
-220
],
"parameters": {
"width": 1248,
"height": 608,
"content": "Smartlead 按活动统计和全局分析(按天)"
},
"typeVersion": 1
},
{
"id": "02ea928f-b467-4370-9db3-158ec5681745",
"name": "便签2",
"type": "n8n-nodes-base.stickyNote",
"position": [
1200,
-420
],
"parameters": {
"color": 5,
"content": "如需帮助设置这些工作流,请通过 https://www.linkedin.com/in/rahiuppal/ 联系我"
},
"typeVersion": 1
}
],
"active": false,
"pinData": {},
"settings": {
"executionOrder": "v1"
},
"versionId": "5624155b-c5ff-44a5-a0b0-793f3468c6ae",
"connections": {
"Split Out": {
"main": [
[
{
"node": "Append or update row in sheet",
"type": "main",
"index": 0
}
]
]
},
"Split Out1": {
"main": [
[
{
"node": "Append or update row in sheet1",
"type": "main",
"index": 0
}
]
]
},
"Split Out5": {
"main": [
[
{
"node": "Append or update row in sheet5",
"type": "main",
"index": 0
}
]
]
},
"Split Out6": {
"main": [
[
{
"node": "Append or update row in sheet6",
"type": "main",
"index": 0
}
]
]
},
"HTTP Request": {
"main": [
[
{
"node": "Split Out",
"type": "main",
"index": 0
}
]
]
},
"HTTP Request1": {
"main": [
[
{
"node": "Split Out1",
"type": "main",
"index": 0
}
]
]
},
"HTTP Request5": {
"main": [
[
{
"node": "Split Out5",
"type": "main",
"index": 0
}
]
]
},
"HTTP Request6": {
"main": [
[
{
"node": "Split Out6",
"type": "main",
"index": 0
}
]
]
},
"Schedule Trigger": {
"main": [
[
{
"node": "HTTP Request",
"type": "main",
"index": 0
},
{
"node": "HTTP Request1",
"type": "main",
"index": 0
}
]
]
},
"Schedule Trigger1": {
"main": [
[
{
"node": "HTTP Request5",
"type": "main",
"index": 0
},
{
"node": "HTTP Request6",
"type": "main",
"index": 0
}
]
]
}
}
}常见问题
如何使用这个工作流?
复制上方的 JSON 配置代码,在您的 n8n 实例中创建新工作流并选择「从 JSON 导入」,粘贴配置后根据需要修改凭证设置即可。
这个工作流适合什么场景?
高级 - 社交媒体, 多模态 AI
需要付费吗?
本工作流完全免费,您可以直接导入使用。但请注意,工作流中使用的第三方服务(如 OpenAI API)可能需要您自行付费。
相关工作流推荐
使用Apollo.io和Google表格的自动化LinkedIn潜在客户丰富管道
使用Apollo.io和Google表格的自动化LinkedIn潜在客户丰富管道
If
Code
Wait
+10
33 节点Rahi Uppal
潜在客户开发
AI生成LinkedIn帖子含人工审批
使用GPT-4、GoToHuman和Blotato的AI生成LinkedIn帖子含人工审批
Code
Merge
Filter
+10
19 节点Robert Breen
社交媒体
X 推文和 Meta Threads 发布器
使用 Late API 和 Google Sheets 自动发布平台优化内容到 X 和 Threads
If
Set
Code
+6
20 节点Fariez
社交媒体
使用Claude、OpenAI和Perplexity自动生成和安排品牌LinkedIn内容
使用Claude、OpenAI和Perplexity自动生成和安排品牌LinkedIn内容
Code
Limit
Linked In
+10
23 节点Abdul Mir
社交媒体
X上的印度教节日帖子
使用Google Gemini和GPT-4o Mini自动发布每日印度教节日帖子到X
Code
Twitter
Http Request
+8
30 节点Harsh Maniya
社交媒体
AI驱动的Instagram评论自动回复
使用OpenAI和Redis跟踪自动化Instagram评论回复
If
Code
Merge
+6
27 节点Oneclick AI Squad
社交媒体
工作流信息
难度等级
高级
节点数量17
分类2
节点类型5
作者
Rahi
@rahiuppalAI and Automation Consultant with over 1000 hours of experience building, deploying, and solving marketing and sales automation problems. I ship AI products faster by combining business acumen with AI & automation expertise and an engineering mindset. Connect with me on LinkedIn to chat.
外部链接
在 n8n.io 查看 →
分享此工作流