Skip to main content

Microsoft Teams Microsoft Teams

Microsoft Teams is a proprietary business communication platform.

Creating a Microsoft Teams connection

Create the connection by using one of the following methods:

Using OAuth

Creating your connection

  1. In the Blink platform, navigate to the Connections page > Add connection. A New Connection dialog box opens displaying icons of external service providers available.
  2. Select the Microsoft Teams icon. A dialog box with name of the connection and connection methods appears.
  3. (Optional) Edit the name of the connection. At a later stage you cannot edit the name.
  4. Click Microsoft Teams to authenticate using OAuth.
  5. Sign in using your credentials.
info

Need admin approval? please refer to the Need Admin Approval guide.

Using client secret

To create the connection you need:

  • A client ID
  • A client secret
  • A tenant ID

Obtaining the credentials

  1. Log into the Azure Portal.

  2. Go to the Microsoft Entra ID resource.

    Azure Active Directory Resource

  3. In the left-hand menu, click App registrations.

    App Registrations

  4. Create a new application registration or click on one of your existing applications.

    My App

  5. In the left-hand menu, click API permissions.

    API Permissions

  6. Click Add a permission and select Microsoft Graph.

    Add Permission

  7. Choose Application permissions and mark the permissions you wish to add.

    Application Permissions

To support all of Blink's actions, these are the required application permissions:

info

As a best practice, request the least privileged permissions that your app needs in order to access data and function correctly. Requesting permissions with more than the necessary privileges is poor security practice, which may cause users to refrain from consenting and affect your app's usage. For additional information, refer to Microsoft Graph permissions.

Least privileged permissionsHigher privileged permissions
Chat.Manage.ChatChat.ReadWrite.All
ChannelMember.ReadWrite.AllChatMember.ReadWrite.All
TeamMember.ReadWrite.AllChannel.Create
Channel.Create.GroupDirectory.ReadWrite.All
Chat.CreateGroup.ReadWrite.All
GroupMember.Read.AllTeamwork.Migrate.All
User.Read.AllUser.ReadWrite.All
User.ReadWrite.AllDirectory.Read.All
ChannelMessage.Read.GroupChannelMessage.Read.All
ChannelSettings.Read.GroupGroup.Read.All
Chat.ReadBasic.AllChannel.ReadBasic.All
TeamMember.Read.GroupChannelSettings.Read.All
Teamwork.Migrate.AllChannelSettings.ReadWrite.All
ChannelSettings.ReadWrite.Group
Chat.Read.All
ChatMessage.ReadWriteSelected.Chat
TeamMember.ReadWrite.All
TeamMember.Read.All
  1. Click Add permissions to save the changes.

  2. Click Grant admin consent for <your tenant> on the API permissions page. Only admins can grant consent.

    Grant Admin Consent

  3. Confirm that the added permissions are now verified.

    Granted Admin Consent

  4. Navigate to Overview and Copy your client ID and tenant ID.

    Client ID &amp; Tenant ID

  5. Create a new client secret.

    Client Secret

  6. Copy the secret value.

    Client Secret

Creating your connection

  1. In the Blink platform, navigate to the Connections page > Add connection. A New Connection dialog box opens displaying icons of external service providers available.
  2. Select the Microsoft Teams icon. A dialog box with name of the connection and connection methods appears.
  3. (Optional) Edit the name of the connection. At a later stage you cannot edit the name.
  4. Select Client Secret as the method to make the connection.
  5. Fill in the parameters:
    • The client ID
    • The client secret
    • The tenant ID
  6. (Optional) Click Test Connection to test it.
  7. Click Create connection. The new connection appears on the Connections page.
info

Microsoft Teams Interactivity

In addition to the standard Microsoft Teams actions, we also offer an Interactivity action. The Microsoft Teams Interactivity action enables users to actively influence the flow of a workflow. Check it out here.

Interactive Tutorial Guides

You can also refer to the following tutorial guides for a more in-depth understanding of how to create a Microsoft Teams connection.