{
  "name": "Generate Stripe invoice and send it by email",
  "nodes": [
    {
      "id": "75b0894b-fc6b-4e91-afd2-0bc60d04a1a9",
      "name": "Create Customer",
      "type": "n8n-nodes-base.stripe",
      "position": [
        380,
        -20
      ]
    },
    {
      "id": "ff65a11c-f5ae-4f89-a747-7e8e2f7af75f",
      "name": "Stripe | Invoice Items",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        680,
        -20
      ]
    },
    {
      "id": "3c19382a-adde-45d0-a73d-da2b124d7343",
      "name": "Stripe | Create invoice",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        1000,
        -20
      ]
    },
    {
      "id": "8f87207b-68e4-4f17-95fb-95a9a1bf6f77",
      "name": "Stripe | Finalize invoice",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        1300,
        -20
      ]
    },
    {
      "id": "0c21fb33-2466-439d-92bf-7b3bdd8e7759",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -320,
        -140
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "739880d6-0faf-49cd-94cf-cff09229b818",
      "name": "When clicking ‘Test workflow’",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        140,
        -20
      ]
    },
    {
      "id": "eb42c466-213b-4692-948f-d6a6ef3c606c",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        600,
        160
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "0b0d6e87-91b3-4e9b-910d-d531f5d394c3",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        920,
        160
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "c6bee5f2-f19b-4349-941d-643cee7fa46c",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1240,
        160
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    }
  ],
  "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
          }
        ]
      ]
    }
  }
}