You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: concepts/approvals-app-api.md
+10-10Lines changed: 10 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
title: Approvals app APIs
3
-
description: Learn the different types of the approvals app Microsoft Graph APIs for personal and third-party apps, its use cases, and benefits.
3
+
description: Learn the different types of the approvals app Microsoft Graph APIs for personal and non-Microsoft apps, its use cases, and benefits.
4
4
ms.topic: reference
5
5
ms.localizationpriority: medium
6
6
ms.author: v-sdhakshina
@@ -9,9 +9,9 @@ ms.date: 07/10/2024
9
9
10
10
# Approvals app APIs
11
11
12
-
The approvals app API in Microsoft Teams allows you to integrate approval workflows into both Teams app and third-party apps. You can create new approvals, update existing ones, and list all approvals. It mentions the ability to create, update, and list approvals, assign approvals to users, specify custom responses, and receive notifications on Teams. As APIs support graph subscriptions, you can send notifications for approval responses. Approvals app is available as a personal app for all Teams users.
12
+
The approvals app API in Microsoft Teams allows you to integrate approval workflows into both Teams app and non-Microsoft apps. You can create new approvals, update existing ones, and list all approvals. The API enables you to: create, update, and list approvals; assign approvals to users; specify custom responses; and receive notifications in Teams. As these APIs support graph subscriptions, you can send notifications for approval responses. The Approvals app is available as a personal app for all Teams users.
13
13
14
-
The following table provides the list of APIs available across Microsoft Graph for the approvals app:
14
+
The following table lists the APIs available across Microsoft Graph for the approvals app:
15
15
16
16
| API | Description |
17
17
| ---- | ---- |
@@ -26,20 +26,20 @@ The following table provides the list of APIs available across Microsoft Graph f
26
26
27
27
**Automating approval workflows**: The API allows you to create and manage approval requests, which is helpful for automating workflows that need approvals, such as document sign-offs or expense approvals.
28
28
29
-
**Integration with other services**: The API allows for integration with other services and applications. For example, you can set up a workflow where an approval request in Teams triggers an action in another system, like updating a record in a CRM or sending a notification through another communication platform.
29
+
**Integration with other services**: The API allows for integration with other services and applications. For example, you can set up a workflow where an approval request in Teams triggers an action in another system. Such an action could update a record in a CRM or send a notification through another communication platform.
30
30
31
-
**Custom approval processes**: With this API, you can customize the approval process to fit your organization’s needs. This could include setting up multi-stage approvals, conditional approvals based on certain criteria, or even integrating with custom-built applications within your organization.
31
+
**Custom approval processes**: With this API, you can customize the approval process to fit your organization’s needs. For example, you can set up multi-stage approvals, conditional approvals based on certain criteria, or approvals that integrate with custom-built applications within your organization.
32
32
33
-
**Tracking and reporting**: The API can be used to track the status of approval requests and generate reports on approval activities. This can help organizations keep track of pending approvals, monitor the efficiency of their approval processes, and ensure compliance with internal policies.
33
+
**Tracking and reporting**: The API can be used to track the status of approval requests and generate reports on approval activities. Tracking and reporting can help organizations maintain awareness of pending approvals, monitor the efficiency of approval processes, and ensure compliance with internal policies.
34
34
35
-
**Enhanced user experience**: By using the API, you can create custom experiences within Teams that streamline the approval process for users. This could involve creating bots that assist with creating and managing approvals or building custom interfaces that make it easier for users to review and respond to approval requests.
35
+
**Enhanced user experience**: By using the API, you can create custom experiences within Teams that streamline the approval process for users. For example, you can create bots that assist with creating and managing approvals. You can also build custom interfaces that make it easier for users to review and respond to approval requests.
36
36
37
-
## Key benefits of approvals app
37
+
## Key benefits of the Approvals app
38
38
39
-
* Approvals app reduces the time and effort required to manage approvals by automating the workflow and notification process.
39
+
*The Approvals app reduces the time and effort required to manage approvals by automating the workflow and notification process.
40
40
* It provides a centralized hub where all approvals can be tracked, managed, and audited, offering greater transparency into the approval process.
41
41
* Organizations can ensure consistency in how approvals are managed across various departments and teams.
42
-
*Approvals app can enforce compliance with organizational policies by ensuring that all necessary approvals are obtained before any action is taken.
42
+
*The app can enforce compliance with organizational policies by ensuring that all necessary approvals are obtained before any action is taken.
0 commit comments