tahoe / active-campaign-python

Active Campaign Python Library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:Python 100.0%