8
n8n 한국어amn8n.com

Slack 명령어로 새로운 Clickup 작업 생성

중급

이것은Other분야의자동화 워크플로우로, 6개의 노드를 포함합니다.주로 Set, ClickUp, Webhook, RespondToWebhook 등의 노드를 사용하며. Slack 명령어를 통해 새로운 Clickup 작업 생성

사전 요구사항
  • HTTP Webhook 엔드포인트(n8n이 자동으로 생성)

카테고리

워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
  "meta": {
    "instanceId": "1e5c69f0bf3f7484ac715feadbdb5d46fa5fa304d6cf822da9bd609721d1fee8"
  },
  "nodes": [
    {
      "id": "c39381ac-4795-4408-9383-7bae62755569",
      "name": "Webhook에 응답",
      "type": "n8n-nodes-base.respondToWebhook",
      "position": [
        1580,
        640
      ],
      "parameters": {
        "options": {},
        "respondWith": "text",
        "responseBody": "=Task Created: ID  {{ $json.id }}"
      },
      "typeVersion": 1
    },
    {
      "id": "ff72f0cb-1ea2-41e5-8f9f-7aa7ce994632",
      "name": "메모지",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        900,
        500
      ],
      "parameters": {
        "color": 4,
        "width": 874,
        "height": 359,
        "content": "## Create new tasks to airtable from a slack command"
      },
      "typeVersion": 1
    },
    {
      "id": "263f6c3b-5225-4d3f-a8ce-5052946b4251",
      "name": "slack 명령어 수신",
      "type": "n8n-nodes-base.webhook",
      "position": [
        960,
        640
      ],
      "webhookId": "09d30853-66a3-4494-ba4b-115d28402811",
      "parameters": {
        "path": "09d30853-66a3-4494-ba4b-115d28402811/slackcommand",
        "options": {},
        "httpMethod": "POST",
        "responseMode": "responseNode"
      },
      "typeVersion": 1.1
    },
    {
      "id": "bbb46ec6-0b43-4a15-b12a-5e5d4b8d6c3d",
      "name": "노드 설정",
      "type": "n8n-nodes-base.set",
      "position": [
        1160,
        640
      ],
      "parameters": {
        "options": {},
        "assignments": {
          "assignments": [
            {
              "id": "8f6664ce-a3ad-42fb-84f7-58608d3c0ce8",
              "name": "channel_name",
              "type": "string",
              "value": "={{ $json.body.channel_name }}"
            },
            {
              "id": "54bf76f5-f00a-4f8e-bfcb-addd8af75a1a",
              "name": "command",
              "type": "string",
              "value": "={{ $json.body.command }}"
            },
            {
              "id": "37e273c0-2775-420b-9eb2-baeab3d1fdb6",
              "name": "user_name",
              "type": "string",
              "value": "={{ $json.body.user_name }}"
            },
            {
              "id": "6926bdae-e5eb-429d-a17d-7775b87184b1",
              "name": "text",
              "type": "string",
              "value": "={{ $json.body.text }}"
            }
          ]
        }
      },
      "typeVersion": 3.3
    },
    {
      "id": "f8b66cdb-3c56-4ec6-b2a2-f3fab8ba392c",
      "name": "새 Clickup 작업 생성",
      "type": "n8n-nodes-base.clickUp",
      "position": [
        1340,
        640
      ],
      "parameters": {
        "list": "900900727522",
        "name": "={{ $json.text }}",
        "team": "9009074051",
        "space": "90090146907",
        "folderless": true,
        "authentication": "oAuth2",
        "additionalFields": {
          "content": "={{ $json.text }}",
          "assignees": []
        }
      },
      "credentials": {
        "clickUpOAuth2Api": {
          "id": "Cs34tMBCqaT1yt1w",
          "name": "ClickUp account"
        }
      },
      "typeVersion": 1
    },
    {
      "id": "47aa82ae-8a9c-40fa-be79-2bd602ffa045",
      "name": "메모지2",
      "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 slack command as \n\n/newTask Set task to update new contacts on CRM and assign them to the sales team\nThis will have an new task on Clickup with the same title and description on Clickup \n\nFor most teams, getting tasks from Slack to Clickup involves manually entering the new tasks into Clickup. What if we could do this with a simple slash command?\n\n## Step 1\nThe first step is to Create an endpoint URL for your slack command by creating an events API from the link [below] https://api.slack.com/apps/)\n\n## STEP 2 \nNext step is defining the endpoint for your URL\nCreate a new webhook endpoint from your n8n with a POST and paste the endpoint URL to your event API. This will send all slash commands associated with the Slash to the desired endpoint\n\n\nOnce you have tested the webhook slash command is working with the webhook, create a new Clickup API that can be used to create new tasks in ClickUp\n\nThis workflow creates a new task with the start dates on Clikup that can be assigned to the respective team members\n\nMore details about the document setup can be found on this document [below](https://docs.google.com/document/d/1jw_UP6sXmGsIMktW0Z-b-yQB1leDLatUY2393bA4z8s/edit?usp=sharing)\n\n   ####  Happy Productivity\n"
      },
      "typeVersion": 1
    }
  ],
  "pinData": {},
  "connections": {
    "bbb46ec6-0b43-4a15-b12a-5e5d4b8d6c3d": {
      "main": [
        [
          {
            "node": "f8b66cdb-3c56-4ec6-b2a2-f3fab8ba392c",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "263f6c3b-5225-4d3f-a8ce-5052946b4251": {
      "main": [
        [
          {
            "node": "bbb46ec6-0b43-4a15-b12a-5e5d4b8d6c3d",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "f8b66cdb-3c56-4ec6-b2a2-f3fab8ba392c": {
      "main": [
        [
          {
            "node": "c39381ac-4795-4408-9383-7bae62755569",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
자주 묻는 질문

이 워크플로우를 어떻게 사용하나요?

위의 JSON 구성 코드를 복사하여 n8n 인스턴스에서 새 워크플로우를 생성하고 "JSON에서 가져오기"를 선택한 후, 구성을 붙여넣고 필요에 따라 인증 설정을 수정하세요.

이 워크플로우는 어떤 시나리오에 적합한가요?

중급 - 기타

유료인가요?

이 워크플로우는 완전히 무료이며 직접 가져와 사용할 수 있습니다. 다만, 워크플로우에서 사용하는 타사 서비스(예: OpenAI API)는 사용자 직접 비용을 지불해야 할 수 있습니다.

워크플로우 정보
난이도
중급
노드 수6
카테고리1
노드 유형5
난이도 설명

일정 경험을 가진 사용자를 위한 6-15개 노드의 중간 복잡도 워크플로우

저자
Imperol

Imperol

@imperolq

Automation expert with years of experience helping businesses improve their efficiency and productivity with smart automations that are affordable, scalable, and flexible.

외부 링크
n8n.io에서 보기

이 워크플로우 공유

카테고리

카테고리: 34