Rocket.Chat provides various messaging options to interact and manage messages in rooms.
Chat API
Create, update, and delete chat messages in rooms.
Perform actions such as following, pinning, starring, and reporting messages.
View list of messages sent with their details.
Direct messages API
Create and close DMs.
View the list of DM rooms and messages in your workspace.
Note that the DM (
dm.*
) and IM (im.*
) endpoint groups provide identical functionality. For example,im.close
anddm.close
execute the same operation.
The actions and information you can view depend on your role and the workspace configurations.