Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to upload this Bot to Teams? #2212

Open
Mattw11486 opened this issue Apr 29, 2022 · 2 comments
Open

How to upload this Bot to Teams? #2212

Mattw11486 opened this issue Apr 29, 2022 · 2 comments

Comments

@Mattw11486
Copy link

Mattw11486 commented Apr 29, 2022

The bot works just fine in bot framework
and I can get it to work in developer mode if I upload the bot as an app in azure
but since my organization doesn't allow me admin mode to azure my only option is to submit to my org through teams via the manage apps button.

image

However, in order to do that it requires a manifest schema which I have created but I am still getting an error when trying to upload it to teams.

image

Not sure what I am missing here is my current Schema, if anyone has any examples that have gotten this botkit to work with this that would be great!

{ "$schema": "https://developer.microsoft.com/json-schemas/teams/v1.12/MicrosoftTeams.schema.json", "manifestVersion": "1.12", "version": "1.0.0", "id": "83ee6670-bf5f-4b2d-8089-320a49728469", "packageName": "com.microsoft.teams.sdbot", "developer": { "name": "Matt Wood", "websiteUrl": "", "privacyUrl": "https://www.teams.com/privacy", "termsOfUseUrl": "https://www.teams.com/termsofuse" }, "icons": { "color": "NodriSWA.png", "outline": "NodriSWA.png" }, "name": { "short": "Nodri", "full": "Nodri the Service Desk Bot" }, "description": { "short": "Nodri", "full": "Nodri is a Service Desk Q&A Bot for the Service Desk Teams channel that can be expanded to add more Q&A, added to additional channels, and much more!." }, "accentColor": "#FFFFFF", "bots": [ { "botId": "83ee6670-bf5f-4b2d-8089-320a49728469", "scopes": [ "personal", "team", "groupchat" ], "supportsFiles": true, "isNotificationOnly": false, "supportsCalling": true, "supportsVideo": true } ], "permissions": [ "identity", "messageTeamMembers" ], "validDomains": [] }

@Mattw11486 Mattw11486 changed the title How do upload this Bot to Teams? How to upload this Bot to Teams? Apr 29, 2022
@benbrown
Copy link
Contributor

benbrown commented May 2, 2022

Instead of uploading the schema, I would use the "App Studio" application inside Teams to set up your bot.

@Mattw11486
Copy link
Author

Yes unfortunately my company doesn't provide the access to the App Studio App :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants