Skip to content

Commit 9cf2ef6

Browse files
committed
Initial Acrolinx and review pass.
1 parent da2a712 commit 9cf2ef6

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

concepts/approvals-app-api.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
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.
44
ms.topic: reference
55
ms.localizationpriority: medium
66
ms.author: v-sdhakshina
@@ -9,9 +9,9 @@ ms.date: 07/10/2024
99

1010
# Approvals app APIs
1111

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.
1313

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:
1515

1616
| API | Description |
1717
| ---- | ---- |
@@ -26,20 +26,20 @@ The following table provides the list of APIs available across Microsoft Graph f
2626

2727
**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.
2828

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.
3030

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.
3232

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.
3434

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.
3636

37-
## Key benefits of approvals app
37+
## Key benefits of the Approvals app
3838

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.
4040
* It provides a centralized hub where all approvals can be tracked, managed, and audited, offering greater transparency into the approval process.
4141
* 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.
4343

4444
## See also
4545

0 commit comments

Comments
 (0)