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

« Previous Version 2 Current »

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. 

  • No labels