🎙️ 使用 Google Drive 和 AssemblyAI 将语音笔记转换为 X
初级
这是一个Multimodal AI领域的自动化工作流,包含 3 个节点。主要使用 X, GoogleDrive, HttpRequest 等节点。 🎙️ 使用 Google Drive 和 AssemblyAI 将语音笔记转换为 X 推文
前置要求
- •Google Drive API 凭证
- •可能需要目标 API 的认证凭证
使用的节点 (3)
分类
工作流预览
可视化展示节点连接关系,支持缩放和平移
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
"meta": {
"instanceId": "__PLACEHOLDER_INSTANCE_ID__"
},
"name": "Voice Note to Tweet",
"nodes": [
{
"id": "watch-drive-folder",
"name": "Watch Google Drive Folder",
"type": "n8n-nodes-base.googleDrive",
"notes": "📁 Watch for New Voice Notes\n\nMonitors a specific Google Drive folder for uploaded audio files.\n\n🔹 Supported formats: .mp3, .m4a, .wav\n\n💡 Tip: Name files clearly (e.g., 'Tip-about-boundaries.m4a')\n\nTriggers when a new audio file is added.",
"position": [
250,
300
],
"parameters": {},
"typeVersion": 2,
"notesAlignment": "top"
},
{
"id": "transcribe-audio",
"name": "Transcribe with AssemblyAI",
"type": "n8n-nodes-base.httpRequest",
"notes": "🎙️ Transcribe Audio to Text\n\nSends the voice note to AssemblyAI for speech-to-text conversion.\n\n🔐 Requires:\n- AssemblyAI API key\n- Publicly accessible file (Google Drive link)\n\n💡 Response includes transcript + key phrases.\n\nWait for completion (add delay or webhook if needed).",
"position": [
500,
300
],
"parameters": {},
"notesAlignment": "top"
},
{
"id": "post-to-x",
"name": "Post to X (Twitter)",
"type": "n8n-nodes-base.x",
"notes": "🐦 Post to X (Twitter)\n\nPublishes the transcribed text as a tweet.\n\n🔧 Customize:\n- Add hashtags\n- Trim to 280 chars\n- Thread long content\n\n💡 Use a Function node before to clean up text (remove filler words, add emojis).",
"position": [
750,
300
],
"parameters": {},
"typeVersion": 1,
"notesAlignment": "top"
}
],
"active": false,
"pinData": {},
"settings": {
"callerPolicy": "none",
"saveDataError": "all",
"executionOrder": "parallel",
"saveDataSuccess": "all"
},
"connections": {
"watch-drive-folder": {
"main": [
[
{
"node": "transcribe-audio",
"type": "main",
"index": 0
}
]
]
},
"transcribe-audio": {
"main": [
[
{
"node": "post-to-x",
"type": "main",
"index": 0
}
]
]
}
}
}常见问题
如何使用这个工作流?
复制上方的 JSON 配置代码,在您的 n8n 实例中创建新工作流并选择「从 JSON 导入」,粘贴配置后根据需要修改凭证设置即可。
这个工作流适合什么场景?
初级 - 多模态 AI
需要付费吗?
本工作流完全免费,您可以直接导入使用。但请注意,工作流中使用的第三方服务(如 OpenAI API)可能需要您自行付费。
相关工作流推荐
使用AI求职信自动搜索职位
使用 Google Jobs、RemoteOK 和 GPT-3.5 自动化带AI求职信的职位搜索
If
Set
Code
+
If
Set
Code
17 节点Shelly-Ann Davy
个人效率
从Notion自动执行客户培育邮件和评价收集
通过Telegram使用Google日历和Notion CRM自动化会议安排
If
Set
Code
+
If
Set
Code
19 节点Shelly-Ann Davy
客服机器人
Slack/Discord每日补水提醒及Airtable反应追踪
Slack/Discord每日补水提醒及Airtable反应追踪
Set
Wait
Switch
+
Set
Wait
Switch
8 节点Shelly-Ann Davy
个人效率
从Notion进行的客户培育邮件自动化
使用Notion、Email、Tally和Telegram自动化客户培育与评价收集
If
Code
Notion
+
If
Code
Notion
17 节点Shelly-Ann Davy
社交媒体
自动财务追踪器:同步收据、预测现金流并获取月度报告
使用Gmail、Google Sheets和GPT-4o月度报告的自动化财务追踪器
If
Set
Cron
+
If
Set
Cron
17 节点Shelly-Ann Davy
发票处理
使用Deepgram、GPT-3.5和Softr为创作者将语音备忘录转换为博客文章
使用Deepgram、GPT-3.5和Google Sheets仪表板将语音备忘录转换为博客文章
Email
Hub Gpt
Html To Image
+
Email
Hub Gpt
Html To Image
12 节点Shelly-Ann Davy
内容创作
工作流信息
难度等级
初级
节点数量3
分类1
节点类型3
作者
Shelly-Ann Davy
@SheCodesFlowFounder 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 查看 →
分享此工作流