Mattermost
API actions for the Mattermost integration.
Mattermost
Send Mattermost channel messages using a personal access token.
Post a message to a Mattermost channel.
Send a message to a specific Mattermost channel using a personal access token.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
channel_id | string | Yes | The Mattermost channel ID to post the message to. |
message | string | Yes | The text of the channel message. |
root_id | string | No | Optional ID of the thread root post to reply to. |
Response
{
"channel_id": "mock_value",
"message": "mock_value",
"post_id": "mock_value",
"status": "mock_value"
}