Self-managed Microsoft Teams
Setup instructions
Create the app
{ "$schema": "https://developer.microsoft.com/json-schemas/teams/v1.16/MicrosoftTeams.schema.json", "manifestVersion": "1.16", "version": "1.0.0", "id": "[MICROSOFT_TEAMS_BOT_APP_ID]", "developer": { "name": "Cortex", "websiteUrl": "https://www.cortex.io", "privacyUrl": "https://www.cortex.io/legal/privacy-policy", "termsOfUseUrl": "https://www.cortex.io/legal/terms-of-service", "mpnId": "6762083" }, "name": { "short": "Cortex", "full": "Cortex | Internal Developer Portal" }, "description": { "short": "Stay on top of your Cortex Scorecard scores & Initiatives", "full": "Cortex Scorecards and Initiatives help your team establish best practices and improve quality. We’ll send you a weekly notification to let you know what’s on your plate for the week as well as notifications for any new Initiatives, upcoming Initiative deadlines, and score changes for services that you own. Book a demo: https://www.cortex.io/demo?utm_source=docs\nContact sales: https://go.cortex.io/contact-sales-request.html\nSupport hub: https://support.getcortexapp.com/hc/en-us\nSupport email: [email protected]\nGet started: https://docs.cortex.io" }, "icons": { "outline": "cortex32x32.png", "color": "cortex192x192.png" }, "accentColor": "#25074D", "bots": [ { "botId": "[MICROSOFT_TEAMS_BOT_APP_ID]", "scopes": [ "personal" ], "needsChannelSelector": false, "isNotificationOnly": false, "supportsFiles": false, "supportsCalling": false, "supportsVideo": false, "commandLists": [] } ], "validDomains": [ "[Cortex Backend URL]" ], "showLoadingIndicator": false, "isFullScreen": false, "defaultBlockUntilAdminAction": false, "defaultInstallScope": "personal", "configurableProperties": [], "webApplicationInfo": { "id": "[MICROSOFT_TEAMS_CLIENT_ID]" } }
Connect your Cortex instance
Last updated
Was this helpful?