{
  "name": "Create new Clickup tasks from Slack commands",
  "nodes": [
    {
      "id": "c39381ac-4795-4408-9383-7bae62755569",
      "name": "Respond to Webhook",
      "type": "n8n-nodes-base.respondToWebhook",
      "position": [
        1580,
        640
      ]
    },
    {
      "id": "ff72f0cb-1ea2-41e5-8f9f-7aa7ce994632",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        900,
        500
      ],
      "parameters": {
        "width": 874,
        "height": 359,
        "content": "## Create new tasks to airtable from a slack command"
      }
    },
    {
      "id": "263f6c3b-5225-4d3f-a8ce-5052946b4251",
      "name": "Receives slack command",
      "type": "n8n-nodes-base.webhook",
      "position": [
        960,
        640
      ]
    },
    {
      "id": "bbb46ec6-0b43-4a15-b12a-5e5d4b8d6c3d",
      "name": "Set your nodes",
      "type": "n8n-nodes-base.set",
      "position": [
        1160,
        640
      ]
    },
    {
      "id": "f8b66cdb-3c56-4ec6-b2a2-f3fab8ba392c",
      "name": "Create new clickup task",
      "type": "n8n-nodes-base.clickUp",
      "position": [
        1340,
        640
      ]
    },
    {
      "id": "47aa82ae-8a9c-40fa-be79-2bd602ffa045",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        400,
        300
      ],
      "parameters": {
        "width": 467,
        "height": 861.9451537637377,
        "content": "## Create new Clickup Tasks from Slack commands\nThis workflow aims to make it easy to create new tasks on Clickup from normal Slack messages using simple slack command. \n\nFor example We can have a sla"
      }
    }
  ],
  "connections": {
    "Set your nodes": {
      "main": [
        [
          {
            "node": "Create new clickup task",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Receives slack command": {
      "main": [
        [
          {
            "node": "Set your nodes",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Create new clickup task": {
      "main": [
        [
          {
            "node": "Respond to Webhook",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}