Create and configure an app for Meeting Extensions in the Microsoft Teams Developer Portal
Create and configure an app for Meeting Extensions in Microsoft Teams Developer Portal to fetch incident details during the conference call in Microsoft Teams.
Before you begin
Ensure you have installed Notify connector and other required plugins on your ServiceNow® instance. For more information, see Install Meeting Extensions for Microsoft Teams.
Role required: Microsoft Teams admin
Procedure
Log in to the Microsoft Teams portal at https://dev.teams.microsoft.com.
Create an app.
Navigate to Apps > New app.
Enter a valid name for the app in the Add app dialog box and select Add.
On the App details page, fill in the fields.
| Field | Description |
|---|---|
| Short name | Name of your application. For example, ServiceNow Meeting Extensions for Microsoft Teams. |
| Full name | Full name of your application. |
| Application \(client\) ID | Unique identification number for the app.Note: This App ID is different from the generated Bot ID/App ID. |
| Short description | Brief description of the app. |
| Long description | Detailed description of the app. |
| Version | Version for the app. For example, 1.0. |
| Developer or company Name | Name of your company. |
| Website | Link to your company website. |
| Privacy policy | Link to the privacy statement for your app. |
| Terms of use | Link to the terms and conditions for your app. |
4. Select **Save**.
Configure the Group and Channel app.
Navigate to Configure > App features > Group and Channel app.
On the Group and channel app details page, fill in the fields.
| Field | Description | ||||||
|---|---|---|---|---|---|---|---|
| Configuration URL | The configuration URL in the following format: `https://| Scope | The meeting types Team or GroupChat,depending on where users can use your app. | Context | Select all context items from the list. | Users can reconfigure the app | Option to allow users to reconfigure the Meeting Extensions app. |
What to do nextUpload the app manifest in Microsoft Teams. Parent Topic:Integrate Meeting Extensions self-configured app with Microsoft Teams |