nworks_message_send
Send messages to users or channels in NAVER WORKS using a Service Account. Supports text, button, and list message types for direct communication.
Instructions
NAVER WORKS 메시지를 전송합니다 (봇이 사용자 또는 채널에 발송). Service Account 인증 사용 (nworks_setup에서 serviceAccount, privateKeyPath, botId 설정 필요. User OAuth 불필요)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | 수신자 userId (channel과 택 1). nworks_directory_members로 userId 조회 가능 | |
| channel | No | 채널 channelId (to와 택 1). nworks_message_members로 채널 구성원 확인 가능 | |
| text | Yes | 메시지 본문 | |
| type | No | 메시지 타입 (기본: text) | |
| actions | No | 버튼 액션 JSON (type=button일 때) | |
| elements | No | 리스트 항목 JSON (type=list일 때) |