Skip to content

tahoe/active-campaign-python

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

You can install active-campaign-python from pypi

pip install active-campaign-python

Example Usage

from activecampaign import ActiveCampaign

# url provided to you by ActiveCampaign
base_url = ''
# api key provided to you by ActiveCampaign
api_key = ''

ac = ActiveCampaign(base_url,  api_key)
print(ac.api('account/view'))

Each of the endpoint subclasses have comments at the bottom

Prerequisites

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

That is all for now

About

Active Campaign Python Library

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%