Difference between revisions of "Custom Connector"

From Power Wiki
Jump to navigation Jump to search
 
Line 1: Line 1:
 
Custom connectors provides the possibility to communicate with services that are not available as a pre-defined [[connector]].  
 
Custom connectors provides the possibility to communicate with services that are not available as a pre-defined [[connector]].  
  
Also have a look at [[Independent Publisher Connector]]
+
You can create a Custom Connector and certify it so it will show up among the Power Platform Connectors e.g. when creating a Power Automate cloud flow. 
  
== Microsoft Resources ==
+
Also have a look at [[Independent Publisher Connector]].
 +
 
 +
== Custom Connectors in Solutions ==
 +
This section is for Custom Connectors not yet certified for some reason.
 +
 
 +
You can create a Custom Connector and manage the deployment to downstream environments through Solutions. Environment Variables are supported too. Azure Key Vault can be used for storing sensitive information. Here are some good links for setting that up.
 +
 
 +
=== Blog posts ===
 +
 
 +
* [https://powerautomate.microsoft.com/nl-nl/blog/environment-variables-in-custom-connectors/ Easier deployments of Custom Connectors], post on the Power Automate blog 2022-01-18
 +
 
 +
=== Microsoft Learn Content ===
 +
* [https://learn.microsoft.com/en-us/connectors/custom-connectors/customconnectorssolutions Create custom connectors in solutions]
 +
* [https://learn.microsoft.com/en-us/connectors/custom-connectors/environment-variables Use environment variables in solution custom connectors] (In preview 2023-02-02)
 +
 
 +
== Other Microsoft Resources ==
 
* [https://docs.microsoft.com/connectors/custom-connectors/?WT.mc_id=DX-MVP-5003780 Custom connectors in MS Docs]
 
* [https://docs.microsoft.com/connectors/custom-connectors/?WT.mc_id=DX-MVP-5003780 Custom connectors in MS Docs]
 
* [https://docs.microsoft.com/en-us/connectors/custom-connectors/faq Custom Connectors FAQ]
 
* [https://docs.microsoft.com/en-us/connectors/custom-connectors/faq Custom Connectors FAQ]

Latest revision as of 10:58, 2 February 2023

Custom connectors provides the possibility to communicate with services that are not available as a pre-defined connector.

You can create a Custom Connector and certify it so it will show up among the Power Platform Connectors e.g. when creating a Power Automate cloud flow.

Also have a look at Independent Publisher Connector.

Custom Connectors in Solutions

This section is for Custom Connectors not yet certified for some reason.

You can create a Custom Connector and manage the deployment to downstream environments through Solutions. Environment Variables are supported too. Azure Key Vault can be used for storing sensitive information. Here are some good links for setting that up.

Blog posts

Microsoft Learn Content

Other Microsoft Resources