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
A valid ActiveCampaign hosted account (trial or paid).
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file active-campaign-python-0.9.2.tar.gz
.
File metadata
- Download URL: active-campaign-python-0.9.2.tar.gz
- Upload date:
- Size: 7.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 85cd310c318578de36266ee07fc1acfa28345912a75d5751209710d8c86eda1e |
|
MD5 | 0cc29041510015eb7acd3c5ac57bd321 |
|
BLAKE2b-256 | 9bc724c5f3c7083b036d4e7444e6ad876f2ce2757a2f67f26552ed4b8ae025fd |