Mattermost
API actions for the Mattermost integration.
Mattermost
Send messages to your team's Mattermost channels.
Post message to Mattermost channel
Post a message to a Mattermost channel.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
channel_id | string | Yes | The channel to post the message in. To find its ID, open the channel in Mattermost, click the channel name at the top, and select 'View Info'—the Channel ID is shown there. |
message | string | Yes | The message to post. You can use Markdown for formatting. |
root_id | string | No | Optional. To reply inside a thread, enter the ID of the message you are replying to. Leave empty to post as a new message. |
Response
{
"channel_id": "mock_value",
"message": "mock_value",
"post_id": "mock_value"
}