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.