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 ActiveCampaign Operations

To use the ActiveCampaign connector, add the <activecampaign.init> element in your configuration before carrying out any other ActiveCampaign operations. 

ActiveCampaign uses single sign-on which allows users to authenticate from another application and automatically be logged in to this software. For more information on authentication, see http://www.activecampaign.com/api/example.php?call=singlesignon.

init
<activecampaign.init>
    <apiUrl>{$ctx:apiUrl}</apiUrl>
    <apiKey>{$ctx:apiKey}</apiKey>
	<apiOutput>{$ctx:apiOutput}</apiOutput>
</activecampaign.init>
Properties 
  • apiUrl: The API URL of ActiveCampaign.
  • apiKey: The API key provided by a valid ActiveCampaign account.
  • apiOutput: The format of the response, XML or JSON. Default: XML.

Configuring the operations

Now that you have connected to ActiveCampaign, use the information in the following topics to perform various operations with the connector.