带RSS订阅和ElevenLabs语音的AI播客生成器
中级
这是一个AI领域的自动化工作流,包含 11 个节点。主要使用 If, Code, Gmail, Telegram, GoogleDrive 等节点,结合人工智能技术实现智能自动化。 AI播客生成器:集成RSS订阅和ElevenLabs语音
前置要求
- •Google 账号和 Gmail API 凭证
- •Telegram Bot Token
- •Google Drive API 凭证
- •OpenAI API Key
使用的节点 (11)
分类
工作流预览
可视化展示节点连接关系,支持缩放和平移
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
"id": "FzYlH9bVnmWRXuX1",
"meta": {
"instanceId": "2000c64071c20843606b95c63795bb0797c41036047055a6586498e855b96efc",
"templateCredsSetupCompleted": true
},
"name": "带RSS订阅和ElevenLabs语音的AI播客生成器",
"tags": [],
"nodes": [
{
"id": "09d6e8c5-d872-4aa2-8ae7-a04ec75fcd42",
"name": "RSS订阅读取",
"type": "n8n-nodes-base.rssFeedRead",
"position": [
-200,
460
],
"parameters": {},
"typeVersion": 1
},
{
"id": "676e3464-7388-4847-bae9-72b5e24d51c1",
"name": "提取内容",
"type": "n8n-nodes-base.code",
"position": [
20,
460
],
"parameters": {},
"typeVersion": 2
},
{
"id": "0a4be47a-489a-41f7-9cf2-23c4ecbce7b2",
"name": "上传到 Google Drive",
"type": "n8n-nodes-base.googleDrive",
"position": [
1056,
360
],
"parameters": {},
"typeVersion": 3
},
{
"id": "8625c58c-8ef8-4c00-b860-c5e43c793dca",
"name": "发送Telegram通知",
"type": "n8n-nodes-base.telegram",
"position": [
1276,
260
],
"webhookId": "deda1da3-b205-4eb1-b45d-d5beaef7000c",
"parameters": {},
"typeVersion": 1.1
},
{
"id": "eaace909-273b-49f0-9c57-569b2ce90326",
"name": "发送邮件通知",
"type": "n8n-nodes-base.gmail",
"position": [
1276,
460
],
"parameters": {},
"typeVersion": 1
},
{
"id": "03adbda5-91b9-46b2-8a0d-a75734f534c3",
"name": "检查内容长度",
"type": "n8n-nodes-base.if",
"position": [
240,
460
],
"parameters": {},
"typeVersion": 2
},
{
"id": "55a5326a-a4fe-4f89-977c-d9de6e30c3e4",
"name": "内容过短错误",
"type": "n8n-nodes-base.stopAndError",
"position": [
538,
560
],
"parameters": {},
"typeVersion": 1
},
{
"id": "5d7d2089-f4ac-475e-9ed7-c2db68b735ab",
"name": "ElevenLabs",
"type": "@elevenlabs/n8n-nodes-elevenlabs.elevenLabs",
"position": [
836,
360
],
"parameters": {},
"typeVersion": 1
},
{
"id": "aa503004-5e2c-4e8f-aa4c-32055ff2cfa8",
"name": "计划触发器",
"type": "n8n-nodes-base.scheduleTrigger",
"position": [
-420,
460
],
"parameters": {},
"typeVersion": 1.2
},
{
"id": "0493427d-d3c2-4801-920a-cbb61272621b",
"name": "生成播客脚本",
"type": "@n8n/n8n-nodes-langchain.openAi",
"position": [
460,
360
],
"parameters": {},
"typeVersion": 1.8
},
{
"id": "2395bbc7-95d9-4a29-b439-7e003c2235fc",
"name": "便签",
"type": "n8n-nodes-base.stickyNote",
"position": [
-460,
20
],
"parameters": {
"content": ""
},
"typeVersion": 1
}
],
"active": false,
"pinData": {},
"settings": {
"executionOrder": "v1"
},
"versionId": "2742c512-5a69-4f11-be78-28471ab98b20",
"connections": {
"ElevenLabs": {
"main": [
[
{
"node": "Upload to Google Drive",
"type": "main",
"index": 0
}
]
]
},
"RSS Feed Read": {
"main": [
[
{
"node": "Extract Content",
"type": "main",
"index": 0
}
]
]
},
"Extract Content": {
"main": [
[
{
"node": "Check Content Length",
"type": "main",
"index": 0
}
]
]
},
"Schedule Trigger": {
"main": [
[
{
"node": "RSS Feed Read",
"type": "main",
"index": 0
}
]
]
},
"Check Content Length": {
"main": [
[
{
"node": "Generate Podcast Script",
"type": "main",
"index": 0
}
],
[
{
"node": "Content Too Short Error",
"type": "main",
"index": 0
}
]
]
},
"Upload to Google Drive": {
"main": [
[
{
"node": "Send Email Notification",
"type": "main",
"index": 0
},
{
"node": "Send Telegram Notification",
"type": "main",
"index": 0
}
]
]
},
"Generate Podcast Script": {
"main": [
[
{
"node": "ElevenLabs",
"type": "main",
"index": 0
}
]
]
}
}
}常见问题
如何使用这个工作流?
复制上方的 JSON 配置代码,在您的 n8n 实例中创建新工作流并选择「从 JSON 导入」,粘贴配置后根据需要修改凭证设置即可。
这个工作流适合什么场景?
中级 - 人工智能
需要付费吗?
本工作流完全免费,您可以直接导入使用。但请注意,工作流中使用的第三方服务(如 OpenAI API)可能需要您自行付费。
相关工作流推荐
使用GPT-4o、WordPress和LinkedIn发布自动化RSS内容到博客文章
使用GPT-4o、WordPress和LinkedIn发布自动化RSS内容到博客文章
If
Set
Code
+21
40 节点Immanuel
人工智能
太阳能潜在客户资质审核
使用Google Sheets和Gmail自动化太阳能潜在客户资质审核与跟进
If
Code
Gmail
+6
17 节点David Olusola
销售
基于AI的MIS代理
基于AI的管理信息系统代理
If
Set
Code
+29
129 节点Kumar Shivam
客户支持
MailChimp自动化
基于AI的餐厅通讯生成器,集成Mailchimp和Telegram审批
If
Set
Code
+16
43 节点Femi Ad
人工智能
使用AI、ElevenLabs和多平台发布创建和审批POV视频
使用AI、ElevenLabs和多平台发布创建和审批POV视频(TikTok/IG/YT)
If
Set
Code
+20
60 节点Immanuel
设计
LinkedIn每日发帖
使用OpenAI GPT和RSS源将AI新闻摘要发布到LinkedIn
If
Code
Gmail
+5
15 节点iTechNotion
人工智能
工作流信息
难度等级
中级
节点数量11
分类1
节点类型11
作者
David Olusola
@dae221AI automation consultant working with ambitious businesses on their most complex operational challenges. For project inquiries, reach me at david@daexai.com
外部链接
在 n8n.io 查看 →
分享此工作流