Tools
Chat SDK now supports scheduled Slack messages
The Chat SDK now enables developers to schedule Slack messages for future delivery. This functionality utilizes `thread.schedule()` by passing both the desired message content and a specific `postA...
The Chat SDK now enables developers to schedule Slack messages for future delivery. This functionality utilizes thread.schedule() by passing both the desired message content and a specific postAt date. Developers can also manage scheduled posts by using the .cancel() method to prevent delivery.
Related
- Chat SDK now supports concurrent message handling
- Chat SDK adds Liveblocks support
- Chat SDK brings agents to your users
- Chat SDK adds Zernio support
Source: tools