This site contains the documentation that is relevant to older WSO2 product versions and offerings.
For the latest WSO2 documentation, visit https://wso2.com/documentation/.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

To use the ProdPad connector, add the <prodpad.init> element in your configuration before carrying out any other ProdPad operations. 

Authentication in the ProdPad API is managed using an API key that must be included for every call. For more information, see https://www.prodpad.com/how-to-guide/generating-an-api-key/.

init
<prodpad.init>
    <apiUrl>{$ctx:apiUrl}</apiUrl>
	<apiKey>{$ctx:apiKey}</apiKey>
</prodpad.init>
Properties
  • apiUrl: The base endpoint URL of the ProdPad API.
  • apiKey: The API key for the ProdPad API.

Now that you have connected to ProdPad, use the information in the following topics to perform various operations with the connector. 

  • No labels