Mattermost
This is a shipped config-backed outbound surface. Mattermost serve runtime is not implemented yetAt A Glance
| Field | Value |
|---|---|
| Catalog id | mattermost |
| Config key | mattermost |
| Implementation status | config_backed |
| Transport | mattermost_rest_api |
| Aliases | mm |
| Default send target kind | conversation |
Minimal Config
Smoke Test
Command Surface
| Operation | Command | Usage or status |
|---|---|---|
| channel send | mattermost-send | Usage: loong mattermost-send [OPTIONS] —target <TARGET> —text <TEXT> |
| event websocket service | mattermost-serve | mattermost serve runtime is not implemented yet |
Required Fields For Send
| Requirement | Config paths | Env pointer paths | Default env |
|---|---|---|---|
| channel enabled | mattermost.enabledmattermost.accounts.<account>.enabled | none | none |
| server url | mattermost.server_urlmattermost.accounts.<account>.server_url | mattermost.server_url_envmattermost.accounts.<account>.server_url_env | MATTERMOST_SERVER_URL |
| bot token | mattermost.bot_tokenmattermost.accounts.<account>.bot_token | mattermost.bot_token_envmattermost.accounts.<account>.bot_token_env | MATTERMOST_BOT_TOKEN |
Gateway And Ownership
This surface is a direct-send delivery lane. It does not joinmulti-channel-serve or the gateway-owned reply-loop contract today.
Related Docs
- Continue to Channel Guides for the full shipped channel matrix.
- Continue to Channels for the conceptual surface model.
- Continue to Channel Setup for the shared public setup contract.