schedule_message
Schedule a Slack message for future delivery by specifying the channel, text, and Unix timestamp when it should be sent.
Instructions
Schedule a message to be sent at a future time.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Message text | |
| channel | Yes | Channel ID to send the message to | |
| post_at | Yes | Unix timestamp (seconds since epoch) when to send the message |