Short answer: You can list mattermost channels in Mattermost by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the Mattermost List Mattermost Channels action to a workflow, map its 2 inputs from any upstream app, and it runs automatically every time the trigger fires. No code, and a free tier to start.
Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.
| Field | Type | Required | Description |
|---|---|---|---|
Team ID team_id | string | Required | Team ID. Example: abc123 |
Per Page per_page | string | Optional | Per Page. e.g. "60" |
{"team_id": "e.g. abc123","per_page": "60"}
[{"id": "chan123","name": "town-square","type": "O","display_name": "Town Square"}]
Use these fields in downstream nodes for routing, logging, or error handling.
Any of these apps can fire this action as part of a workflow.