InfoGrab DocsInfoGrab Docs

Slack 노드 문서

요약

Slack 노드를 사용해 Slack에서 작업을 자동화하고 Slack을 다른 애플리케이션과 통합하세요. 이 페이지에서는 Slack 노드가 지원하는 작업 목록과 추가 리소스로 연결되는 링크를 확인할 수 있습니다. 인증 설정에 대한 안내는 Slack 자격 증명을 참고하세요.

Slack 노드를 사용해 Slack에서 작업을 자동화하고 Slack을 다른 애플리케이션과 통합하세요. n8n은 채널 생성, 보관, 닫기, 사용자 및 파일 가져오기, 메시지 삭제를 비롯한 다양한 Slack 기능을 기본으로 지원합니다.

이 페이지에서는 Slack 노드가 지원하는 작업 목록과 추가 리소스로 연결되는 링크를 확인할 수 있습니다.

Note

자격 증명

인증 설정에 대한 안내는 Slack 자격 증명을 참고하세요.

참고

이 섹션의 상세 내용은 n8n 공식 문서를 참조하세요.

작업#

  • Channel(채널)
    • Archive(보관): 채널을 보관합니다.
    • Close(닫기): 다이렉트 메시지 또는 다자간 다이렉트 메시지를 닫습니다.
    • Create(생성): 공개 또는 비공개 채널 기반 대화를 생성합니다.
    • Get(조회): 채널 정보를 조회합니다.
    • Get Many(다건 조회): Slack의 채널 목록을 조회합니다.
    • History(히스토리): 채널의 메시지 및 이벤트 히스토리를 조회합니다.
    • Invite(초대): 채널에 사용자를 초대합니다.
    • Join(참여): 기존 채널에 참여합니다.
    • Kick(추방): 채널에서 사용자를 제거합니다.
    • Leave(나가기): 채널을 나갑니다.
    • Member(멤버): 채널의 멤버 목록을 조회합니다.
    • Open(열기): 다이렉트 메시지 또는 다자간 다이렉트 메시지를 열거나 재개합니다.
    • Rename(이름 변경): 채널 이름을 변경합니다.
    • Replies(답글): 채널에 게시된 메시지의 스레드를 조회합니다.
    • Sets purpose(목적 설정): 채널의 목적을 설정합니다.
    • Sets topic(주제 설정): 채널의 주제를 설정합니다.
    • Unarchive(보관 취소): 채널의 보관을 취소합니다.
  • File(파일)
    • Get(조회): 파일을 조회합니다.
    • Get Many(다건 조회): 팀 파일을 조회하고 필터링합니다.
    • Upload(업로드): 기존 파일을 생성하거나 업로드합니다.
  • Message(메시지)
    • Delete(삭제): 메시지를 삭제합니다
    • Get permalink(퍼머링크 조회): 메시지의 퍼머링크를 조회합니다.
    • Search(검색): 메시지를 검색합니다
    • Send(전송): 메시지를 전송합니다
    • Send and Wait for Response(전송 후 응답 대기): 메시지를 전송하고 계속 진행하기 전에 수신자의 응답을 기다립니다. 승인자는 Slack 내부에서 직접 응답할 수도 있습니다. 자세한 내용은 Slack에서 승인하기를 참고하세요.
    • Update(업데이트): 메시지를 업데이트합니다
  • Reaction(반응)
    • Add(추가): 메시지에 반응을 추가합니다.
    • Get(조회): 메시지의 반응을 조회합니다.
    • Remove(제거): 메시지에서 반응을 제거합니다.
  • Star(별표)
    • Add(추가): 항목에 별표를 추가합니다.
    • Delete(삭제): 항목에서 별표를 삭제합니다.
    • Get Many(다건 조회): 인증된 사용자의 별표 목록을 조회합니다.
  • User(사용자)
    • Get(조회): 사용자 정보를 조회합니다.
    • Get Many(다건 조회): 사용자 목록을 조회합니다.
    • Get User's Profile(사용자 프로필 조회).
    • Get User's Status(사용자 상태 조회).
    • Update User's Profile(사용자 프로필 업데이트).
  • User Group(사용자 그룹)
    • Create(생성): 사용자 그룹을 생성합니다.
    • Disable(비활성화): 사용자 그룹을 비활성화합니다.
    • Enable(활성화): 사용자 그룹을 활성화합니다.
    • Get Many(다건 조회): 사용자 그룹 목록을 조회합니다.
    • Update(업데이트): 사용자 그룹을 업데이트합니다.

템플릿 및 예제#

Slack 노드 문서 통합 템플릿 찾아보기 또는 모든 템플릿 검색

관련 리소스#

서비스에 대한 자세한 내용은 Slack 문서를 참고하세요.

필요한 스코프#

Slack 자격 증명에 대한 Slack 앱을 생성한 후, 이 노드가 작동하려면 Slack 앱에 적절한 스코프를 추가해야 합니다. 스코프 | Slack 자격 증명 페이지에 나열된 스코프부터 시작하세요.

이것으로 충분하지 않다면, 아래 표에서 사용하려는 리소스와 작업을 찾은 다음 Slack API 문서 링크를 따라가 올바른 스코프를 확인하세요.

리소스 작업 Slack API 메서드
Channel Archive conversations.archive
Channel Close conversations.close
Channel Create conversations.create
Channel Get conversations.info
Channel Get Many conversations.list
Channel History conversations.history
Channel Invite conversations.invite
Channel Join conversations.join
Channel Kick conversations.kick
Channel Leave conversations.leave
Channel Member conversations.members
Channel Open conversations.open
Channel Rename conversations.rename
Channel Replies conversations.replies
Channel Set Purpose conversations.setPurpose
Channel Set Topic conversations.setTopic
Channel Unarchive conversations.unarchive
File Get files.info
File Get Many files.list
File Upload files.upload
Message Delete chat.delete
Message Get Permalink chat.getPermalink
Message Search search.messages
Message Send chat.postMessage
Message Send and Wait for Response chat.postMessage
Message Update chat.update
Reaction Add reactions.add
Reaction Get reactions.get
Reaction Remove reactions.remove
Star Add stars.add
Star Delete stars.remove
Star Get Many stars.list
User Get users.info
User Get Many users.list
User Get User's Profile users.profile.get
User Get User's Status users.getPresence
User Update User's Profile users.profile.set
User Group Create usergroups.create
User Group Disable usergroups.disable
User Group Enable usergroups.enable
User Group Get Many usergroups.list
User Group Update usergroups.update
참고

이 섹션의 상세 내용은 n8n 공식 문서를 참조하세요.

Slack 노드 문서

n8n v2.34
원문 보기

요약

Slack 노드를 사용해 Slack에서 작업을 자동화하고 Slack을 다른 애플리케이션과 통합하세요. 이 페이지에서는 Slack 노드가 지원하는 작업 목록과 추가 리소스로 연결되는 링크를 확인할 수 있습니다. 인증 설정에 대한 안내는 Slack 자격 증명을 참고하세요.

Slack 노드를 사용해 Slack에서 작업을 자동화하고 Slack을 다른 애플리케이션과 통합하세요. n8n은 채널 생성, 보관, 닫기, 사용자 및 파일 가져오기, 메시지 삭제를 비롯한 다양한 Slack 기능을 기본으로 지원합니다.

이 페이지에서는 Slack 노드가 지원하는 작업 목록과 추가 리소스로 연결되는 링크를 확인할 수 있습니다.

Note

자격 증명

인증 설정에 대한 안내는 Slack 자격 증명을 참고하세요.

참고

이 섹션의 상세 내용은 n8n 공식 문서를 참조하세요.

작업#

  • Channel(채널)
    • Archive(보관): 채널을 보관합니다.
    • Close(닫기): 다이렉트 메시지 또는 다자간 다이렉트 메시지를 닫습니다.
    • Create(생성): 공개 또는 비공개 채널 기반 대화를 생성합니다.
    • Get(조회): 채널 정보를 조회합니다.
    • Get Many(다건 조회): Slack의 채널 목록을 조회합니다.
    • History(히스토리): 채널의 메시지 및 이벤트 히스토리를 조회합니다.
    • Invite(초대): 채널에 사용자를 초대합니다.
    • Join(참여): 기존 채널에 참여합니다.
    • Kick(추방): 채널에서 사용자를 제거합니다.
    • Leave(나가기): 채널을 나갑니다.
    • Member(멤버): 채널의 멤버 목록을 조회합니다.
    • Open(열기): 다이렉트 메시지 또는 다자간 다이렉트 메시지를 열거나 재개합니다.
    • Rename(이름 변경): 채널 이름을 변경합니다.
    • Replies(답글): 채널에 게시된 메시지의 스레드를 조회합니다.
    • Sets purpose(목적 설정): 채널의 목적을 설정합니다.
    • Sets topic(주제 설정): 채널의 주제를 설정합니다.
    • Unarchive(보관 취소): 채널의 보관을 취소합니다.
  • File(파일)
    • Get(조회): 파일을 조회합니다.
    • Get Many(다건 조회): 팀 파일을 조회하고 필터링합니다.
    • Upload(업로드): 기존 파일을 생성하거나 업로드합니다.
  • Message(메시지)
    • Delete(삭제): 메시지를 삭제합니다
    • Get permalink(퍼머링크 조회): 메시지의 퍼머링크를 조회합니다.
    • Search(검색): 메시지를 검색합니다
    • Send(전송): 메시지를 전송합니다
    • Send and Wait for Response(전송 후 응답 대기): 메시지를 전송하고 계속 진행하기 전에 수신자의 응답을 기다립니다. 승인자는 Slack 내부에서 직접 응답할 수도 있습니다. 자세한 내용은 Slack에서 승인하기를 참고하세요.
    • Update(업데이트): 메시지를 업데이트합니다
  • Reaction(반응)
    • Add(추가): 메시지에 반응을 추가합니다.
    • Get(조회): 메시지의 반응을 조회합니다.
    • Remove(제거): 메시지에서 반응을 제거합니다.
  • Star(별표)
    • Add(추가): 항목에 별표를 추가합니다.
    • Delete(삭제): 항목에서 별표를 삭제합니다.
    • Get Many(다건 조회): 인증된 사용자의 별표 목록을 조회합니다.
  • User(사용자)
    • Get(조회): 사용자 정보를 조회합니다.
    • Get Many(다건 조회): 사용자 목록을 조회합니다.
    • Get User's Profile(사용자 프로필 조회).
    • Get User's Status(사용자 상태 조회).
    • Update User's Profile(사용자 프로필 업데이트).
  • User Group(사용자 그룹)
    • Create(생성): 사용자 그룹을 생성합니다.
    • Disable(비활성화): 사용자 그룹을 비활성화합니다.
    • Enable(활성화): 사용자 그룹을 활성화합니다.
    • Get Many(다건 조회): 사용자 그룹 목록을 조회합니다.
    • Update(업데이트): 사용자 그룹을 업데이트합니다.

템플릿 및 예제#

Slack 노드 문서 통합 템플릿 찾아보기 또는 모든 템플릿 검색

관련 리소스#

서비스에 대한 자세한 내용은 Slack 문서를 참고하세요.

필요한 스코프#

Slack 자격 증명에 대한 Slack 앱을 생성한 후, 이 노드가 작동하려면 Slack 앱에 적절한 스코프를 추가해야 합니다. 스코프 | Slack 자격 증명 페이지에 나열된 스코프부터 시작하세요.

이것으로 충분하지 않다면, 아래 표에서 사용하려는 리소스와 작업을 찾은 다음 Slack API 문서 링크를 따라가 올바른 스코프를 확인하세요.

리소스 작업 Slack API 메서드
Channel Archive conversations.archive
Channel Close conversations.close
Channel Create conversations.create
Channel Get conversations.info
Channel Get Many conversations.list
Channel History conversations.history
Channel Invite conversations.invite
Channel Join conversations.join
Channel Kick conversations.kick
Channel Leave conversations.leave
Channel Member conversations.members
Channel Open conversations.open
Channel Rename conversations.rename
Channel Replies conversations.replies
Channel Set Purpose conversations.setPurpose
Channel Set Topic conversations.setTopic
Channel Unarchive conversations.unarchive
File Get files.info
File Get Many files.list
File Upload files.upload
Message Delete chat.delete
Message Get Permalink chat.getPermalink
Message Search search.messages
Message Send chat.postMessage
Message Send and Wait for Response chat.postMessage
Message Update chat.update
Reaction Add reactions.add
Reaction Get reactions.get
Reaction Remove reactions.remove
Star Add stars.add
Star Delete stars.remove
Star Get Many stars.list
User Get users.info
User Get Many users.list
User Get User's Profile users.profile.get
User Get User's Status users.getPresence
User Update User's Profile users.profile.set
User Group Create usergroups.create
User Group Disable usergroups.disable
User Group Enable usergroups.enable
User Group Get Many usergroups.list
User Group Update usergroups.update
참고

이 섹션의 상세 내용은 n8n 공식 문서를 참조하세요.