RPA Connect
English
English
  • Form Design
    • Quick Start
      • Login to RPA Connect
      • Creating a Form
      • Workspace Environment
      • Designing a Basic Form
    • Property Assignment
      • General Properties
      • Appearance
      • Validations
        • Advanced Validations
      • Behavior
        • Advanced Behaviors
    • Comprehensive Form Development
      • Text and Numeric Fields
      • Date and Time Fields
      • Option Selection Fields
      • Other Input Fields
      • Tables
    • Using Common Resources
      • Resource Upload
      • Resource Utilization
    • Workflow Configuration
    • Advanced Options
  • Administration
    • Admin App
      • Accessing Admin App
      • User and Group Management
      • Workspaces
      • Roles and Permissions
    • Integration with Microsoft Entra ID
      • Synchronization Authorization
      • AD Group Management
      • Microsoft Teams Notification Configuration
  • BLUEPRISM
    • Connection with BluePrism
      • Creating an Authentication Credential
      • Generating a Public Form Instance
      • Querying Template Instances
      • Other Actions
        • Instance-Linked Actions
        • File-Linked Actions
        • Stage-Linked Actions
      • Additional Information
  • INTERACTION CHANNELS
    • Instance Management in Teams and the Portal
      • Interface and Common Functions
        • Home
        • Submissions
        • Inbox
      • Activity in Microsoft Teams
      • Portal Features
Powered by GitBook
On this page
  1. Administration
  2. Integration with Microsoft Entra ID

Microsoft Teams Notification Configuration

PreviousAD Group ManagementNextConnection with BluePrism

Last updated 5 months ago

To allow the RPA Connect application to generate notifications through Teams, you first need to create the corresponding application. From Microsoft Entra ID, navigate to App Registration > New registration.

Enter the desired name for the application (e.g., RPA Connect – Notifications) and select the option Accounts in this organizational directory only. Click the Register button to confirm.

Next, go to API Permission and press Add a Permission. Select the Microsoft Graph API to configure its permissions. This will allow notifications to be sent to groups and users.

Click on Application permissions and use the search bar to find the permissions GroupMember.Read.All and Application.Read.All.

Once you have located them, check the box Grant admin consent… to authorize their use.

Application registration
API selection
Application permissions
Permission authorization