Skip to content

Commit 163a053

Browse files
authored
Edits.
1 parent 9ef90f0 commit 163a053

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

concepts/approvals-app-api.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,25 +7,25 @@ ms.author: v-sdhakshina
77
ms.date: 07/10/2024
88
---
99

10-
# Approvals app APIs
10+
# Approvals app API overview
1111

1212
The Approvals app in Microsoft Teams is a native application that allows users to create, manage, and share approval requests directly from their Microsoft Teams environment. It integrates with Power Automate to streamline workflows and bring auditing, compliance, and accountability into both structured and unstructured approval processes.
1313

14-
The Approvals app API 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.
14+
The Approvals app API allows you to integrate approval workflows into both Teams app and non-Microsoft apps. You can create new, update existing, 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. These APIs support Microsoft Graph subscriptions; you can send notifications for approval responses. The Approvals app is available as a personal app for all Teams users.
1515

16-
The approval app APIs in Microsoft Graph enable the following use cases:
16+
The Approvals app APIs in Microsoft Graph enable the following use cases:
1717

1818
**Automate approval workflows**: Create and manage approval requests to automate workflows that need approvals, such as document sign-offs or expense approvals.
1919

20-
**Integrate 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.
20+
**Integrate 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 can update a record in a CRM or send a notification through another communication platform.
2121

2222
**Customize 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.
2323

2424
**Track and report requests**: 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.
2525

2626
**Improve 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, or custom interfaces that make it easier for users to review and respond to approval requests.
2727

28-
The following table lists the APIs available across Microsoft Graph for the Approvals app:
28+
The following table lists the APIs that are available across Microsoft Graph for the Approvals app.
2929

3030
| API | Description |
3131
| ---- | ---- |
@@ -45,6 +45,6 @@ The Approvals app centralizes and simplifies the approval of expense requests, p
4545
* Manages approvals consistently across various departments and teams.
4646
* Enforces compliance with policy by enabling organizations to ensure that all necessary approvals are obtained before action is taken.
4747

48-
## See also
48+
## Related content
4949

5050
[Manage the Approvals app in Microsoft Teams](/microsoftteams/approval-admin)

0 commit comments

Comments
 (0)