{
  "name": "Weekly coffee chat (Matrix version)",
  "nodes": [
    {
      "id": null,
      "name": "Greetings",
      "type": "n8n-nodes-base.matrix",
      "position": [
        670,
        240
      ]
    },
    {
      "id": null,
      "name": "Employees in coffee chat channel",
      "type": "n8n-nodes-base.matrix",
      "position": [
        880,
        240
      ]
    },
    {
      "id": null,
      "name": "Weekly trigger on monday1",
      "type": "n8n-nodes-base.cron",
      "position": [
        480,
        240
      ]
    },
    {
      "id": null,
      "name": "Divide into groups",
      "type": "n8n-nodes-base.function",
      "position": [
        1090,
        240
      ]
    },
    {
      "id": null,
      "name": "Announce groups",
      "type": "n8n-nodes-base.matrix",
      "position": [
        1290,
        240
      ]
    }
  ],
  "connections": {
    "Greetings": {
      "main": [
        [
          {
            "node": "Employees in coffee chat channel",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Divide into groups": {
      "main": [
        [
          {
            "node": "Announce groups",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Weekly trigger on monday1": {
      "main": [
        [
          {
            "node": "Greetings",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Employees in coffee chat channel": {
      "main": [
        [
          {
            "node": "Divide into groups",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}