Create a custom connector in Power Automate
Custom connector is mainly used to call the custom API's, we can create a custom connector for single API's and also we can create a custom connector for multiple API's using postman collection.
Go to the solution and click on :
New=>Automation=>select custom connector
Now click on the custom connector from left side.
- Select 'Create From Blank' option and Enter the name of the connector and click on 'ok' button.
- provide the Host name : Host name is nothing but server url.
- choose the icon for the custom connector.
click on Security button at bottom right corner (to move to next stage)
In this stage select the Authentication mode.
Click on Definition button at bottom right corner (to move to next stage)
In this section click on New Action button.
provide the -
API summary
Description
Operation ID
Click on Import from Sample
click on Create Connector button at top.
Then Click on Test button which is available at last stage.
Click on New Connection
New Connection will be created
Then Click on Test Operation : API will Success.
Now go the Power Automate Flow
Add New Action in flow, go to the custom tab and select api
Run the Flow and it will success



