This repository contains a pack for Coda that allows users to interact with a Mattermost server from within Coda.
To use this pack, you must have a Coda account and access to a Mattermost server that supports OAuth2 authentication.
You can also try out this pack with our sample Mattermost Cloud server.
To install this pack for a different Mattermost server such as Mattermost Cloud or a self-hosted Mattermost instance, you would need:
-
to have admin access to set up OAuth application on the Mattermost side
-
to create your own pack and update the
MATTERMOST_BASE_URL
value in the pack. For example, if your server is at https://yourserver.com, updateconst MATTERMOST_BASE_URL = "https://yourserver.com";
This pack supports OAuth2 authentication for Mattermost.
You can make use of Coda's command line tool npx coda
to try a few things. Make sure you set the value for MATTERMOST_BASE_URL first.
Some formulas in this pack are inspired by the ones in the Slack pack on Coda.
This repository is licensed under the MIT license. Please see the LICENSE
file for more information.