Skip to main content

Python ActiveCampaign API client

Project description

## Installation

You can install active-campaign-python from pypi

pip install active-campaign-python

## Example Usage

<pre> from activecampaign import ActiveCampaign

# url provided to you by ActiveCampaign base_url = ‘<your url>’ # api key provided to you by ActiveCampaign api_key = ‘<your api_key>’

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

</pre>

Each of the endpoint subclasses have comments at the bottom

## Prerequisites

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

active-campaign-python-0.8.1.tar.gz (6.9 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page