Introduction
Postman is an API development platform or tool that is used to create, test, and modify APIs. This tool contains almost all of the features that a developer could possibly need for testing the API. Users can also add various apps to the postman to automate many processes and also to monitor the API.
This blog will discuss the integrations of installed apps and CI integrations in postman. We will also see various steps that we can follow for integrating installed apps in postman.
Integrating Installed Apps
Users can connect external services or apps to postman but users must log in to the external app or service they want to connect to Postman each time they create a new integration. Installed apps ease this procedure by allowing team members to build integrations by using the same stored authorized details.
There are two different ways to add installed apps the first one is to add from the team settings and the second one is to add the installed apps when adding an integration.
Adding from team settings
1. There will be a down arrow available on the top right corner of the home screen. Click on the arrow and select Manage Team.
2. Goto Installed apps.
3. Select the apps or services that you want to add.

4. After you select your desired app or services. A new window will appear asking for the permissions. Grant all the required permissions and close the windows.
Adding an installed app while adding an integration
You can add installed apps while you are adding an integration. You can learn more about integrations in postman from the blog mentioned below
Integrations and Webhooks in Postman
Below are the steps to add the installed app:
1. From the homepage, Select Integrations.
2. After clicking on the above option. A new page will appear on that page click on Browse All Integrations.
3. Search for the app or service that you want to add.
4. After selecting the desired service, a new window will appear with the options to add integrations. Click on Add Integration next to the integration you want to add.
5. After that a new browser tab will open asking for the permissions. Grant all the required permissions and come back to the postman.
6. All of the required details need to be filled in. After filling in the details, click on Add Integration.
The integration will be added and the newly installed app appears on the Installed Apps page.