Business communication platform offering workspace chat and videoconferencing, file storage, and application integration. Works only with school or work accounts, does not work with personal accounts.

Changelog

7 versions
v1.3.0 Latest
  • Added MakeApiCall component for performing arbitrary authorized API calls to the Microsoft Graph (Teams) API.
v1.2.4
  • The authentication flow now displays an account selection screen.
v1.2.3
  • Connection can now be created with custom tenant. To see the option while creating the connection, in the Admin -> Connector Configuration add configuration 'appmixer:microsoft' and inside it, add item 'microsoftTenant' and set its value to true.
v1.2.2
  • Fix for possible connection with empty label.
v1.2.1
  • Breaking: Updated Scopes for 'ListChannels' and 'ListTeams' components to less privilage scopes.
  • Updated the endpoint of ListTeams to bring only the Teams that the current user is a part of
v1.2.0
  • Added 'ListChannelMessages' component.
v1.0.0
  • Initial version

Authentication

TypeDetails
OAuth 2
Scopes:
offline_access user.read

Actions

5
List Channel Messages icon

List Channel Messages

List messages a channel.
Additional Scopes:
ChannelMessage.Read.All
List Channels icon

List Channels

List channels in a team.
Additional Scopes:
Channel.ReadBasic.All
Make Api Call icon

Make Api Call

Generic method for making API calls to a 3rd party service.
Additional Scopes:
ChannelMessage.Send ChannelMessage.Read.All Channel.ReadBasic.All Team.ReadBasic.All
Send Channel Message icon

Send Channel Message

Send a message to a team channel.
Additional Scopes:
ChannelMessage.Send
List Teams icon

List Teams

List all teams.
Additional Scopes:
Team.ReadBasic.All