iFlyChat
Home
GitHub
Dashboard
Search…
iFlyChat
Documentation
Installation
WordPress
Embed Chatroom in WordPress Post
Disable Popup Chat
Hide Popup Chat from a Page
Embed Inbox View
View Chat Logs
Guest User Access
Show/Hide Popup Chat On Specific Pages
WordPress Filters and Hooks
API Reference
Create a new chat room
Retrieve list of all chat rooms
Edit a chat room
Retrieve list of all online users
Kick a user from the chat
Retrieve list of all users online in a chat room
Delete a chat room
Retrieve Thread History
JavaScript SDK
Quickstart
Custom Label In Chat Window
User Chat Button Widget
Reference
Help
General
Embedded Chatroom
Feature Description
Chat Moderation
Powered By
GitBook
Create a new chat room
Learn how to create a new public or private chat room using iFlyChat REST API
post
https://api.iflychat.com
/api/1.1/room/create
Create a new chat room
Curl Command
This the sample curl command required to make HTTP request:
1
curl -H "Content-Type: application/json" -X POST https://api.iflychat.com/api/1.1/room/create -d "{\"api_key\":\"Wr4vpoJ_ET3lpBdX9E9TutUic4Dgb-gc7RGzuZvKqZgW5\", \"room_name\": \"test_room\", \"room_role\": \"1\"}"
Copied!
WordPress - Previous
WordPress Filters and Hooks
Next - API Reference
Retrieve list of all chat rooms
Last modified
2yr ago
Copy link
Contents
post
Create a new chat room
Curl Command