{
  "name": "Create and update a channel, and send a message on Twist",
  "nodes": [
    {
      "id": null,
      "name": "On clicking 'execute'",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        470,
        260
      ]
    },
    {
      "id": null,
      "name": "Twist",
      "type": "n8n-nodes-base.twist",
      "position": [
        670,
        260
      ]
    },
    {
      "id": null,
      "name": "Twist1",
      "type": "n8n-nodes-base.twist",
      "position": [
        870,
        260
      ]
    },
    {
      "id": null,
      "name": "Twist2",
      "type": "n8n-nodes-base.twist",
      "position": [
        1070,
        260
      ]
    }
  ],
  "connections": {
    "Twist": {
      "main": [
        [
          {
            "node": "Twist1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Twist1": {
      "main": [
        [
          {
            "node": "Twist2",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "On clicking 'execute'": {
      "main": [
        [
          {
            "node": "Twist",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}