Skip to content

Coda pack for Mattermost: similar to what you can do with Slack, but now with cloud or self-hosted Mattermost instances

License

Notifications You must be signed in to change notification settings

CoderPush/mattermost-pack

Repository files navigation

Mattermost Pack for Coda

This repository contains a pack for Coda that allows users to interact with a Mattermost server from within Coda.

Requirements

To use this pack, you must have a Coda account and access to a Mattermost server that supports OAuth2 authentication.

Installation

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, update

    const MATTERMOST_BASE_URL = "https://yourserver.com";

Authentication

This pack supports OAuth2 authentication for Mattermost.

Development

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.

Acknowledgements

Some formulas in this pack are inspired by the ones in the Slack pack on Coda.

License

This repository is licensed under the MIT license. Please see the LICENSE file for more information.

About

Coda pack for Mattermost: similar to what you can do with Slack, but now with cloud or self-hosted Mattermost instances

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published