chat_schedule_message
Send a message to a Slack channel at a predetermined future time using a Unix timestamp.
Instructions
Schedule a message to be sent to a channel.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| channel | Yes | ID of the channel to send the scheduled message to (e.g. ``C0123``). | |
| post_at | Yes | Unix epoch timestamp (seconds) at which to deliver the message (e.g. ``1700010000``). | |
| text | No | Message text or fallback text when ``blocks`` are provided. Supports Slack mrkdwn. | |
| attachments | No | Legacy attachment array. Prefer ``blocks`` for new messages. | |
| blocks | No | Block Kit block array defining the message layout. | |
| as_user | No | Schedule as the authenticated user rather than as the bot (legacy; ignored for workspace apps). | |
| metadata | No | Structured metadata object attached to the message (``event_type`` + ``event_payload``). | |
| reply_broadcast | No | Also post the threaded reply to the channel when ``thread_ts`` is set. | |
| thread_ts | No | Timestamp of the parent message to schedule a thread reply to (e.g. ``1700000000.000100``). | |
| unfurl_links | No | Automatically unfurl URL links when the message is delivered. | |
| unfurl_media | No | Automatically unfurl media URLs (images, video) when the message is delivered. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||