# Chat SDK now supports scheduled Slack messages

DevFeed: [Chat SDK now supports scheduled Slack messages](<https://devfeed.tech/articles/chat-sdk-now-supports-scheduled-slack-messages-857.md>)

Original publisher: [Read original article](<https://vercel.com/changelog/chat-sdk-now-supports-scheduled-slack-messages>)

Author: Ben Sabic

Published: 2026-03-24T14:00:00Z

Content type: release

Language: en

Sources: [Vercel News](<https://devfeed.tech/sources/vercel-news.md>)

Topics: [SDKs](<https://devfeed.tech/topics/sdks.md>), [AI Chat](<https://devfeed.tech/topics/ai-chat.md>)

Tags: [documentation](<https://devfeed.tech/tags/documentation.md>), [slack](<https://devfeed.tech/tags/slack.md>)

## AI overview

Chat SDK now supports scheduling Slack messages for delivery at a future time through thread.schedule() and a postAt date.

## Source excerpt

Chat SDK now supports scheduled messages on Slack, allowing you to deliver a message at a future time. Use thread.schedule() and pass your message and a postAt date, like: Read the documentation to get started, and learn more about the Slack adapter. Read more