{
  "name": "Send new Clockify invoice to Notion database",
  "nodes": [
    {
      "id": "cc514d10-89cc-4fcf-8c1f-b65395cd168a",
      "name": "On new invoice in Clockify",
      "type": "n8n-nodes-base.webhook",
      "position": [
        460,
        460
      ]
    },
    {
      "id": "ef9e5ce6-cb3e-4cb9-b33d-3b05a2ab589d",
      "name": "Create database page",
      "type": "n8n-nodes-base.notion",
      "position": [
        680,
        460
      ]
    },
    {
      "id": "e2ecb86f-2f0c-4fe7-8919-e9095abdb5a0",
      "name": "Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -60,
        240
      ],
      "parameters": {
        "width": 462,
        "height": 595,
        "content": "## Send new Clockify invoice to Notion database\n### How it works\n1. `On new invoice in Clockify` webhook node will trigger when a new invoice is created in Clockify. Setup is involved.\n2. `Create data"
      }
    }
  ],
  "connections": {
    "On new invoice in Clockify": {
      "main": [
        [
          {
            "node": "Create database page",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}