Tally到PDF发票机器人
初级
这是一个Invoice Processing, Multimodal AI领域的自动化工作流,包含 4 个节点。主要使用 Webhook, EmailSend, GoogleDocs, GoogleDrive 等节点。 使用Google Docs从Tally表单生成并邮件发送PDF发票
前置要求
- •HTTP Webhook 端点(n8n 会自动生成)
- •Google Drive API 凭证
工作流预览
可视化展示节点连接关系,支持缩放和平移
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
"meta": {
"instanceId": "__PLACEHOLDER__"
},
"name": "Tally 到 PDF 发票机器人",
"nodes": [
{
"id": "webhook-tally",
"name": "📝 Tally Webhook",
"type": "n8n-nodes-base.webhook",
"position": [
200,
300
],
"parameters": {},
"typeVersion": 1
},
{
"id": "gdocs-pdf",
"name": "📄 Google 文档 → PDF",
"type": "n8n-nodes-base.googleDocs",
"position": [
480,
300
],
"parameters": {},
"typeVersion": 1
},
{
"id": "email-client",
"name": "💌 电子邮件发票",
"type": "n8n-nodes-base.emailSend",
"position": [
760,
300
],
"parameters": {},
"typeVersion": 1
},
{
"id": "drive-backup",
"name": "☁️ 云端硬盘备份",
"type": "n8n-nodes-base.googleDrive",
"position": [
760,
480
],
"parameters": {},
"typeVersion": 2
}
],
"pinData": {},
"connections": {
"📝 Tally Webhook": {
"main": [
[
{
"node": "📄 Google Docs → PDF",
"type": "main",
"index": 0
}
]
]
},
"📄 Google Docs → PDF": {
"main": [
[
{
"node": "💌 Email Invoice",
"type": "main",
"index": 0
},
{
"node": "☁️ Drive Backup",
"type": "main",
"index": 0
}
]
]
}
}
}常见问题
如何使用这个工作流?
复制上方的 JSON 配置代码,在您的 n8n 实例中创建新工作流并选择「从 JSON 导入」,粘贴配置后根据需要修改凭证设置即可。
这个工作流适合什么场景?
初级 - 发票处理, 多模态 AI
需要付费吗?
本工作流完全免费,您可以直接导入使用。但请注意,工作流中使用的第三方服务(如 OpenAI API)可能需要您自行付费。
相关工作流推荐
优雅的客户入职礼宾服务 — 专业版(通用,v3)
使用Notion、邮件和CRM集成的自动客户入职系统
If
Set
Notion
+10
31 节点Shelly-Ann Davy
客户关系管理
客户培育与推荐自动化(Gumroad → Notion → 邮件)
使用 Notion 和邮件的 Gumroad 客户培育与推荐自动导航
Wait
Notion
Webhook
+5
17 节点Shelly-Ann Davy
社交媒体
优雅交付 - 服务排期与路线规划器(适配Notion/Sheets)
使用Notion、Telegram和地图的配送服务排期与路线规划器
Wait
Merge
Webhook
+6
15 节点Shelly-Ann Davy
客户关系管理
脸红粉红周 — 7天Pinterest规划器(n8n + Notion)
集成Notion与邮件发送功能的7天Pinterest内容规划器
If
Set
Cron
+6
17 节点Shelly-Ann Davy
社交媒体
面向财务与会计的 AI 驱动发票提醒与付款追踪器
基于AI的发票提醒与付款追踪器,专为财务与会计设计
If
Set
Code
+8
35 节点Oneclick AI Squad
发票处理
Pantry 软库存补货 — Notion → 购物清单 + 电子邮件
使用 Notion 和邮件通知自动管理食品储藏室库存
Set
Cron
Notion
+4
15 节点Shelly-Ann Davy
个人效率
工作流信息
难度等级
初级
节点数量4
分类2
节点类型4
作者
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 查看 →
分享此工作流