Skip to content

apollodatasolutions/active-campaign-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Installation

You can install active-campaign-python by downloading the source.

Click here to download the source (.zip) which includes all dependencies.

from includes.ActiveCampaign import ActiveCampaign

Fill in your URL and API Key in the includes/Config.py file, and you are good to go!

Example Usage

includes/Config.py

from includes.Config import ACTIVECAMPAIGN_URL, ACTIVECAMPAIGN_API_KEY

examples.py

from includes.ActiveCampaign import ActiveCampaign
from includes.Config import ACTIVECAMPAIGN_URL, ACTIVECAMPAIGN_API_KEY

ac = ActiveCampaign(ACTIVECAMPAIGN_URL, ACTIVECAMPAIGN_API_KEY)
print ac.api('account/view')

See our examples file or the comments from files in includes folder for more in-depth samples.

Prerequisites

  1. A valid ActiveCampaign hosted account (trial or paid).

About

Active Campaign Python Library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages