Lodol Docs

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

ParameterTypeRequiredDescription
channel_idstringYesThe 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.
messagestringYesThe message to post. You can use Markdown for formatting.
root_idstringNoOptional. 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"
}

On this page