To use the JotForm connector, add the <jotform.init>
element in your configuration before carrying out any other JotForm operations.
The JotForm API supports more than one authentication method to simplify the authentication priocess in different programming languages. For more information, see http://api.jotform.com/docs/#authentication.
init
<jotform.init> <apiUrl>{$ctx:apiUrl}</apiUrl> <apiKey>{$ctx:apiKey}</apiKey> </jotform.init>
Properties
apiUrl:
The base endpoint URL of the JotForm API.apiKey:
The API key for the JotForm API.
Now that you have connected to JotForm, use the information in the following topics to perform various operations with the connector.