8
n8n 中文网amn8n.com

生成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)可能需要您自行付费。

工作流信息
难度等级
中级
节点数量9
分类2
节点类型4
难度说明

适合有一定经验的用户,包含 6-15 个节点的中等复杂度工作流

作者
Solomon

Solomon

@solomon

Freelance 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 查看

分享此工作流