Skip to content
Dashboard

Chat SDK now supports scheduled Slack messages

Content Engineer
const scheduled = await thread.schedule("Reminder: standup in 5 minutes!", {
postAt: new Date("2026-03-09T08:55:00Z"),
});
// Cancel before delivery
await scheduled.cancel();

The Complete Guide to Chat SDK

Learn how Chat SDK works end-to-end: from core concepts to building your first bot to deploying it across Slack, Teams, and more.

Read the guide