saved_add
Save a Slack message for later viewing with an optional reminder date. Provide the message timestamp, channel ID, and item type.
Instructions
Save a message for later (undocumented session endpoint).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ts | Yes | Timestamp of the item to save (e.g. ``1700000000.000100``). | |
| item_id | Yes | ID of the item's container, e.g. the channel ID for a message (``C0123``). | |
| date_due | No | Unix epoch timestamp (seconds) for an optional reminder/due date. | |
| item_type | Yes | Type of item to save, e.g. ``message``. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||