Active Campaign Python 0.9.2 | Coderz Product

active-campaign-python 0.9.2

Last updated:

0 purchases

active-campaign-python 0.9.2 Image
active-campaign-python 0.9.2 Images

Free

Languages

Categories

Add to Cart

Description:

activecampaignpython 0.9.2

## 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

A valid ActiveCampaign hosted account (trial or paid).

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product: (if this is empty don't purchase this product)

Customer Reviews

There are no reviews.