subscriptions_thread_mark
Mark a Slack thread as read or unread by providing the channel ID and parent message timestamp. Set the 'read' parameter to true for read or false for unread.
Instructions
Mark a thread as read or unread (undocumented session endpoint).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| read | No | Mark the thread as read (``True``) or unread (``False``). | |
| channel | Yes | ID of the channel containing the thread (e.g. ``C0123``). | |
| thread_ts | Yes | Timestamp of the parent thread message (e.g. ``1700000000.000100``). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||