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/.
Configuring 123ContactForm Operations
To use the 123ContactForm connector, add the <contactform.init>
element in your configuration before carrying out any other 123ContactForm operations.
The 123ContactForm API uses multi-factor authentication. For more information, see http://www.123contactform.com/docs/multi-factor-authentication-login/.
init
<contactform.init> <apiOutput>{$ctx:apiOutput}</apiOutput> <apiUrl>{$ctx:apiUrl}</apiUrl> <apiKey>{$ctx:apiKey}</apiKey> </contactform.init>
Properties
apiOutput:
Format of the response. Possible values areXML
andJSON
.apiUrl:
The base endpoint URL of the 123Contactform API.apiKey:
The API key for the 123Contactform API.
Now that you have connected to 123ContactForm, see Working with Forms in 123ContactForm for information on how to perform various operations with the connector.