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
| Parameter | Type | Required | Description |
|---|---|---|---|
room_id | string | Yes | The Rocket.Chat room or channel ID (e.g. GENERAL). |
text | string | Yes | The message text to send. |
alias | string | No | Optional name to show as the message sender. Requires the 'message-impersonate' permission on the Rocket.Chat server. |
thread_message_id | string | No | Optional. 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"
}