To use the ProdPad JotForm connector, add the <prodpad<jotform.init>
element in your configuration before carrying out any other ProdPad JotForm operations.
Authentication in the ProdPad API is managed using an API key that must be included for every callThe JotForm API supports more than one authentication method to simplify the authentication priocess in different programming languages. For more information, see httpshttp://wwwapi.prodpadjotform.com/how-to-guide/generating-an-api-key/docs/#authentication.
Code Block | ||||
---|---|---|---|---|
| ||||
<prodpad<jotform.init> <apiUrl>{$ctx:apiUrl}</apiUrl> <apiKey>{$ctx:apiKey}</apiKey> </prodpadjotform.init> |
Properties
apiUrl:
The base endpoint URL of the ProdPad JotForm API.apiKey:
The API key for the ProdPad JotForm API.
Now that you have connected to ProdPadJotForm, use the information in the following topics to perform various operations with the connector.
...