{
  "name": "Submit iOS meeting notes to Obsidian using local AI transcription",
  "nodes": [
    {
      "id": "b0666d55-56b6-44e0-b37d-b220ddd40cd1",
      "name": "Webhook",
      "type": "n8n-nodes-base.webhook",
      "position": [
        96,
        80
      ]
    },
    {
      "id": "b99f3211-301c-439f-b881-004856f73343",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -64,
        -48
      ],
      "parameters": {
        "width": 1300,
        "height": 320,
        "content": "## Capture Meetings to Obsidian - submitMeetingNote\n[iOS Shortcut.](https://www.icloud.com/shortcuts/f97a1f2ad52648e5998caf321a482890) This workflow receives structured note content from the iOS Short"
      }
    },
    {
      "id": "543533da-0d60-424c-a7a7-db0a03eadb68",
      "name": "Build Markdown Transcription",
      "type": "n8n-nodes-base.set",
      "position": [
        416,
        80
      ]
    },
    {
      "id": "1530c006-7029-4d19-b69f-d75232149c1c",
      "name": "Convert Transcription to MD file",
      "type": "n8n-nodes-base.convertToFile",
      "position": [
        688,
        80
      ]
    },
    {
      "id": "54ae6a77-c980-411a-bc7e-a808907d7003",
      "name": "Upload Transcription to Gdrive for Long Term",
      "type": "n8n-nodes-base.googleDrive",
      "position": [
        1008,
        80
      ]
    }
  ],
  "connections": {
    "Webhook": {
      "main": [
        [
          {
            "node": "Build Markdown Transcription",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Build Markdown Transcription": {
      "main": [
        [
          {
            "node": "Convert Transcription to MD file",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Convert Transcription to MD file": {
      "main": [
        [
          {
            "node": "Upload Transcription to Gdrive for Long Term",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}