I'm trying to write a Connector for Microsoft Teams and I'm having a really hard time getting it set up. Here's what I've done:
- As per documentation, I've created a zip archive with two images and a
manifest.json
that describes my app/Connector. - Within Teams, on my team's View Team > Bots, I've clicked "Sideload a bot or tab` and uploaded the archive. (By the way, this is horribly placed and horribly named)
- My app shows up in the list under bots. (Again, not a good place considering I didn't create a bot or list one in the manifest)
Now, when I go to Connectors, I would expect to see mine listed at the bottom under "Sideloaded Connectors" but it's not there. Why not?
PS: The Connector Developer Dashboard allows me to download a predefined manifest.json
with schema v0.4. This appears to be very out of date.