Message Management

Channels Management

Admins are able to view all open and closed channels from this tab, as well as create a new channel. They will also be able to search for and filter channels by some certain parameters.

List of Channel Actions

Live Messages

Admins can join a channel and view messages being sent in real-time. They also will be able to filter messages by certain parameters, check current members in the channel and modify channel details such as tags and metadata.

Admins will also be able to broadcast messages directly in the channel.

List of Message Types

The SDK supports the sending and receiving of 5 types of messages:

For more information on each of the message types, see Amity Message Types

Pausing Data Stream

Because the messages are being sent in real-time, sometimes an Admin will have difficulty moderating when the messages are appearing quickly. In this scenario, Admins can pause the incoming data stream so that they can take action on a message. This pause does not prevent users from sending messages in a channel but simply stops the Admin Panel from receiving new messages. Once the the live message has been unpaused, Admin will see all the messages again.

Message Filters

Admins can filter what messages are to be shown on the live message stream. Currently the SDK supports two types of filters:

Filter by Flagged

Show only messages that have been flagged by admin or users

Filter by Threaded

Show only messages that are parent message (See comments below)

List of Message Actions

*Note: Message will still be marked as sent by user but with no text.

Last updated