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.
<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. After you have completed your configurations, see Testing the ActiveCampaign Integration.