mattermost-community / mattermost-app-servicenow

Service Now app for Mattermost
Apache License 2.0
4 stars 5 forks source link
hacktoberfest mattermost mattermost-app

ServiceNow App

A ServiceNow app for Mattermost.

This repository is licensed under the Apache 2.0 License.

Table of Contents

Admin Guide

This guide is intended for Mattermost System Admins setting up the ServiceNow app. For more information about contributing to this plugin, visit the Development section. For more information about the ServiceNow app, read the technical guide.

Setting up

  1. OAuth must be configured to use ServiceNow. In order to configure ServiceNow, refer to the ServiceNow documentation.
  2. For a redirect URL use MATTERMOSTURL/plugins/com.mattermost.apps/apps/servicenow/oauth2/remote/complete.
  3. In Mattermost, run the command /servicenow configure oauth and introduce the required fields.
    • Instance URL is the URL for your ServiceNow instance.
    • Client ID is the client ID generated in step 1.
    • Client Secret is the client secret generated in step 1.

User's Guide

This guide is intended for Mattermost users who want information about the app's functionality, and Mattermost users who want to connect their ServiceNow account to Mattermost.