{
  "name": "Create a channel, add a member, and post a message to the channel on Mattermost",
  "nodes": [
    {
      "id": null,
      "name": "On clicking 'execute'",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        270,
        340
      ]
    },
    {
      "id": null,
      "name": "Mattermost",
      "type": "n8n-nodes-base.mattermost",
      "position": [
        470,
        340
      ]
    },
    {
      "id": null,
      "name": "Mattermost1",
      "type": "n8n-nodes-base.mattermost",
      "position": [
        670,
        340
      ]
    },
    {
      "id": null,
      "name": "Mattermost2",
      "type": "n8n-nodes-base.mattermost",
      "position": [
        870,
        340
      ]
    }
  ],
  "connections": {
    "Mattermost": {
      "main": [
        [
          {
            "node": "Mattermost1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Mattermost1": {
      "main": [
        [
          {
            "node": "Mattermost2",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "On clicking 'execute'": {
      "main": [
        [
          {
            "node": "Mattermost",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}