生成Stripe发票并通过邮件发送
中级
这是一个Finance, Product领域的自动化工作流,包含 9 个节点。主要使用 Stripe, HttpRequest, ManualTrigger 等节点。 生成Stripe发票并通过邮件发送
前置要求
- •Stripe API Key
- •可能需要目标 API 的认证凭证
工作流预览
可视化展示节点连接关系,支持缩放和平移
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
"nodes": [
{
"id": "75b0894b-fc6b-4e91-afd2-0bc60d04a1a9",
"name": "创建客户",
"type": "n8n-nodes-base.stripe",
"position": [
380,
-20
],
"parameters": {},
"typeVersion": 1
},
{
"id": "ff65a11c-f5ae-4f89-a747-7e8e2f7af75f",
"name": "Stripe | 发票项目",
"type": "n8n-nodes-base.httpRequest",
"position": [
680,
-20
],
"parameters": {},
"typeVersion": 4.2
},
{
"id": "3c19382a-adde-45d0-a73d-da2b124d7343",
"name": "Stripe | 创建发票",
"type": "n8n-nodes-base.httpRequest",
"position": [
1000,
-20
],
"parameters": {},
"typeVersion": 4.2
},
{
"id": "8f87207b-68e4-4f17-95fb-95a9a1bf6f77",
"name": "Stripe | 完成发票",
"type": "n8n-nodes-base.httpRequest",
"position": [
1300,
-20
],
"parameters": {},
"typeVersion": 4.2
},
{
"id": "0c21fb33-2466-439d-92bf-7b3bdd8e7759",
"name": "便签3",
"type": "n8n-nodes-base.stickyNote",
"position": [
-320,
-140
],
"parameters": {},
"typeVersion": 1
},
{
"id": "739880d6-0faf-49cd-94cf-cff09229b818",
"name": "当点击\"测试工作流\"时",
"type": "n8n-nodes-base.manualTrigger",
"position": [
140,
-20
],
"parameters": {},
"typeVersion": 1
},
{
"id": "eb42c466-213b-4692-948f-d6a6ef3c606c",
"name": "便签",
"type": "n8n-nodes-base.stickyNote",
"position": [
600,
160
],
"parameters": {},
"typeVersion": 1
},
{
"id": "0b0d6e87-91b3-4e9b-910d-d531f5d394c3",
"name": "便签1",
"type": "n8n-nodes-base.stickyNote",
"position": [
920,
160
],
"parameters": {},
"typeVersion": 1
},
{
"id": "c6bee5f2-f19b-4349-941d-643cee7fa46c",
"name": "便签2",
"type": "n8n-nodes-base.stickyNote",
"position": [
1240,
160
],
"parameters": {},
"typeVersion": 1
}
],
"pinData": {},
"connections": {
"Create Customer": {
"main": [
[
{
"node": "Stripe | Invoice Items",
"type": "main",
"index": 0
}
]
]
},
"Stripe | Invoice Items": {
"main": [
[
{
"node": "Stripe | Create invoice",
"type": "main",
"index": 0
}
]
]
},
"Stripe | Create invoice": {
"main": [
[
{
"node": "Stripe | Finalize invoice",
"type": "main",
"index": 0
}
]
]
},
"When clicking ‘Test workflow’": {
"main": [
[
{
"node": "Create Customer",
"type": "main",
"index": 0
}
]
]
}
}
}常见问题
如何使用这个工作流?
复制上方的 JSON 配置代码,在您的 n8n 实例中创建新工作流并选择「从 JSON 导入」,粘贴配置后根据需要修改凭证设置即可。
这个工作流适合什么场景?
中级 - 财务, 产品
需要付费吗?
本工作流完全免费,您可以直接导入使用。但请注意,工作流中使用的第三方服务(如 OpenAI API)可能需要您自行付费。
相关工作流推荐
构建您的第一个AI数据分析师聊天机器人
构建您的第一个AI数据分析师聊天机器人
Code
Filter
Aggregate
+10
29 节点Solomon
销售
使用 Google Gemini AI 生成财经新闻摘要并发送至 Outlook 邮箱
通过 Google Gemini AI 生成财经新闻摘要并发送至 Outlook 邮箱
Set
Code
Aggregate
+9
18 节点Louis
财务
从 Stripe API 获取自定义字段
从 Stripe API 获取自定义字段
Filter
Split Out
Http Request
+1
7 节点Solomon
财务
模板 | Stripe 新购买通知
在 Gmail、Telegram 和 Slack 上接收新 Stripe 购买通知
Set
Gmail
Filter
+7
15 节点Solomon
财务
双向同步 Google 通讯录与 Notion
双向同步 Google 通讯录与 Notion
If
Set
Merge
+9
82 节点Solomon
其他
备份工作流到 GitHub
备份工作流到 GitHub
If
N8n
Set
+12
23 节点Solomon
其他
工作流信息
难度等级
中级
节点数量9
分类2
节点类型4
作者
Solomon
@solomonFreelance consultant from Brazil, specializing in automations and data analysis. I work with select clients, addressing their toughest projects. For business inquiries, email me at automations.solomon@gmail.com or message me on Telegram for a faster response.
外部链接
在 n8n.io 查看 →
分享此工作流