These docs are still under constructionWe’re still working on adding:
- Sending messages with custom sender name + image from apps
- SSE events to live listen to reactions and new chat messages
What’s Currently Supported
The new SDK already supports the following chat functionality:- Chat Channels: Retrieve, update settings, and list chat channels
- Messages: Create, retrieve, and list messages in channels
- Support Channels: Create, retrieve, and list support channels
- Reactions: Add, retrieve, and list reactions on messages
Basic Usage
Initialize the SDK
Sending Messages
Reading Messages
Managing Chat Channels
Adding Reactions
Support Channels
Required Permissions
Make sure your app has the following permissions enabled:chat:read- For reading messages, channels, and reactionschat:message:create- For creating messageschat:moderate- For updating chat channel settingssupport_chat:create- For creating support channelssupport_chat:read- For reading support channels

