Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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.

Code Block
languagexml
titleinit
<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.

Child pages (Children Display)