Lodol Docs

Rocket.Chat

API actions for the Rocket.Chat integration.

Rocket.Chat

Send messages to Rocket.Chat rooms and channels.


Send a message to a Rocket.Chat room

Post a text message to a Rocket.Chat room or channel.

Parameters

ParameterTypeRequiredDescription
room_idstringYesThe Rocket.Chat room or channel ID (e.g. GENERAL).
textstringYesThe message text to send.
aliasstringNoOptional name to show as the message sender. Requires the 'message-impersonate' permission on the Rocket.Chat server.
thread_message_idstringNoOptional. To reply in a thread, enter the ID of the message you are replying to.

Response

{
  "message_id": "mock_value",
  "room_id": "mock_value",
  "status": "mock_value",
  "text": "mock_value"
}

On this page