fetch_thread
Fetch messages from a Slack thread by channel ID and thread timestamp, returning JSON data for Notion integration.
Instructions
Slack 스레드의 메시지를 조회한다.
Args: channel_id: 채널 ID (예: C0123456789) thread_ts: 스레드 타임스탬프 (예: 1234567890.123456)
Returns: 스레드 메시지 리스트를 JSON 형식 문자열로 반환
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| thread_ts | Yes | ||
| channel_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |