Lodol Docs

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

ParameterTypeRequiredDescription
channel_idstringYesThe Mattermost channel ID to post the message to.
messagestringYesThe text of the channel message.
root_idstringNoOptional ID of the thread root post to reply to.

Response

{
  "channel_id": "mock_value",
  "message": "mock_value",
  "post_id": "mock_value",
  "status": "mock_value"
}

On this page