An API for Mautic
Project description
===========
MauticAPI
===========
** Caution **
This is work under construction
***************
To use::
from mauticapi.mautic import MauticApi
api = MauticApi(
host,
public,
secret,
**{"access_token":access_token, "access_token_secret":access_token_secret})
api.create_lead(**dict_of_lead_data_using_mautic_lead_field_names)
This also includes a utility functions to retrieve Mautic OAuth1.0A access token, from the command line::
1) Initialize MauticApi (m = MauticApi(host, public, secret))
2) Call request_and_authorize, and go to the returned URL in your browser (m.request_and_authorize())
3) Approve the application
4) Call get_access_token passing the oauth_verifier parameter (m.get_access_token(verifier))
5) Get the access token from access_token (m.access_token)
6) Get the access token secret from access_token_secret (m.access_token_secret)
MauticAPI
===========
** Caution **
This is work under construction
***************
To use::
from mauticapi.mautic import MauticApi
api = MauticApi(
host,
public,
secret,
**{"access_token":access_token, "access_token_secret":access_token_secret})
api.create_lead(**dict_of_lead_data_using_mautic_lead_field_names)
This also includes a utility functions to retrieve Mautic OAuth1.0A access token, from the command line::
1) Initialize MauticApi (m = MauticApi(host, public, secret))
2) Call request_and_authorize, and go to the returned URL in your browser (m.request_and_authorize())
3) Approve the application
4) Call get_access_token passing the oauth_verifier parameter (m.get_access_token(verifier))
5) Get the access token from access_token (m.access_token)
6) Get the access token secret from access_token_secret (m.access_token_secret)
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
mauticapi-0.2.tar.gz
(2.3 kB
view details)
File details
Details for the file mauticapi-0.2.tar.gz.
File metadata
- Download URL: mauticapi-0.2.tar.gz
- Upload date:
- Size: 2.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bd2d45cd914a756a3618beedf77b2af8b143639defac73d78a1de98c456e531c
|
|
| MD5 |
c75049d2d207fb63a48cd3436dea4a9a
|
|
| BLAKE2b-256 |
6a8853e5e8ddd0737a38aac17a60f37a6e68de871f2c0c9361e15678adb1bb8c
|