Welcome
Welcome to the developer Hub of DeadSimpleChat.
Welcome to the Developer Hub of Dead Simple Chat, here you can explore the documentation and quickly get started with building rich chat applications using Dead Simple Chat.
Explore SSO - Automatically Login users into the Chat Room
With SSO you can automatically log in users into the Chat Room, we offer two types of SSO:
- Basic SSO
- SSO using AccessToken
In Basic SSO you just have to pass the accessToken as a query parameter, and the user will join the chat room. You cannot login moderators using this method and the user data is also not persisted.
In the SSO using accessToken, you will have first create the user using the create user REST API, and then pass the accessToken for the user as a parameter to the chat room. The user data is persisted and you can also login moderators using this method.
Chat SDK
With Chat SDK you can use all the functions of the chat programmatically.
You can learn more about the chat SDK here:
- Guides
- Methods
- Events
Explore the REST APIs
We have REST API's for everything, from creating chat rooms, creating users to sending messages into the Chat Rooms, to give you a quick summary of the following you can do with the REST APIs:
Create/Update Chat Room User (Basic APIs)
Create/Update Moderator
Create/Update/Delete Chat Room
Fetch Chat Room Messages
Create/Update/Delete Channels in the Chat Room
Export Chat Room files and Messages
Get online users in the Chat Room
Use Webhooks
We send webhooks for all the events, you can listen to webhooks to tightly integrate your application with Dead Simple Chat.
New Chat Room Message
User Joined Chat Room
User Left Chat Room
Chat Room Message Deleted
Chat Room Reaction
Chat Room Message Approved
New Channel Message
Channel Joined
Channel Message Deleted and more