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 Auth Token
In Basic SSO you just have to pass the auth token 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 Auth Token, you will have first create the user using the create user REST API, and then pass the authToken for the user as a parameter to the chat room. The user data is persisted and you can also login moderators using this method.
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
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