{
  "name": "Automated Google Sheet to CSV conversion via Slack messages",
  "nodes": [
    {
      "id": "6267431f-93f5-447c-8a9c-aa315bcd1d90",
      "name": "Slack Trigger",
      "type": "n8n-nodes-base.slackTrigger",
      "position": [
        0,
        0
      ]
    },
    {
      "id": "a31b6810-779d-4182-a159-7482e2e6c28c",
      "name": "Extract Sheet ID",
      "type": "n8n-nodes-base.function",
      "position": [
        208,
        0
      ]
    },
    {
      "id": "44faf26c-07cf-4620-9631-291fb7f20dcf",
      "name": "Read Google Sheet",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        400,
        0
      ]
    },
    {
      "id": "5599139b-0950-4e50-83f7-0b08a22bbf6b",
      "name": "Convert to CSV",
      "type": "n8n-nodes-base.spreadsheetFile",
      "position": [
        608,
        0
      ]
    },
    {
      "id": "901abfb2-2893-4bf5-9d1d-9414c4cb68ef",
      "name": "Upload to Slack",
      "type": "n8n-nodes-base.slack",
      "position": [
        800,
        0
      ]
    }
  ],
  "connections": {
    "Slack Trigger": {
      "main": [
        [
          {
            "node": "Extract Sheet ID",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Convert to CSV": {
      "main": [
        [
          {
            "node": "Upload to Slack",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Extract Sheet ID": {
      "main": [
        [
          {
            "node": "Read Google Sheet",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Read Google Sheet": {
      "main": [
        [
          {
            "node": "Convert to CSV",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}