Skip to main content

Chat SDK now supports scheduled Slack messages

By Steven Van ·

Chat SDK's Slack adapter adds thread.schedule() to queue a message for a future postAt time, with a cancel() to pull it back.

Vercel's Chat SDK can now schedule Slack messages for future delivery. Calling thread.schedule() with a message and a postAt date queues it to send at that time, and the returned object exposes a cancel() method to pull it back before it goes out. Details are in the Slack adapter documentation.

Vercel
Vercel
The platform for frontend developers — deploy, preview, and scale web apps and AI agents with zero config.
View Vercel →

Read the original announcement →

Read Chat SDK now supports scheduled Slack messages on Creators Toolbox