Rocket.Chat
API actions for the Rocket.Chat integration.
Rocket.Chat
Send Rocket.Chat messages to rooms or channels using a personal access token.
Send a message to a Rocket.Chat room
Post a text message to a Rocket.Chat room or channel using a personal access token.
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 display alias for the sender. Requires the 'message-impersonate' permission on the Rocket.Chat server. |
thread_message_id | string | No | Optional parent message ID when replying in a thread. |
Response
{
"message_id": "mock_value",
"room_id": "mock_value",
"status": "mock_value",
"text": "mock_value"
}