Official SDK to use Formaloo API
Project description
Formaloo SDK
This is a free SDK for using the API of Formaloo Customer Data Platform.
Formaloo is the next generation of data analytics. With Formaloo you can Use your own data to analyze your customers, your business and even predict the future. Formaloo adds an AI-powered data expert to SMBs & SMEs so they can really understand their business and their customers and act on it to boost their Loyalty, LTV and CX.
Formaloo is built for businesses, not data scientists. It's super simple to use and understand, you don't have to know data analytics or coding and best of all, it requires no data experts to operate it.
Formaloo CDP is a Customer Data Platform that collects, analyzes, and unifies data from all data sources in order to grow customers' loyalty.
Formaloo is a business productivity solution built to transform the way people collect information and put it to work. Formaloo solutions such as Formaloo CDP, Data Collection (Database & Form builder), Formaloo DataFlow, Data Analysis tool, Workflow Automation helps thousands of businesses every day to collect & manage their data with impact.
Installation
Install formaloo sdk using pip: pip install formaloo-cdp
Authentication
Get client key and secret key in formaloo dashboard: https://cdp.formaloo.net/redirect/current-organization/integrations
Then export them as environment variables:
export FORMALOO_CLIENT_KEY = 'YOUR_FORMALOO_CLIENT_KEY'
export FORMALOO_CLIENT_SECRET = 'YOUR_FORMALOO_CLIENT_SECRET'
Usage
Example: we want to get stats of a form, first we should import Form class and create an instance,
then we call get_stats method like below:
from formaloo.forms import Form
form = Form()
form.get_stats(
url_params=['9mpTfdpR']
)
action: Every class has a list of actions. in this example get_stats is a action of Form class.
You have access to list of actions for a class by actions_list property.
print(form.actions_list)
url_params: in this argument we set parameters of url in a list by order, in this example 9mpTfdpR is slug of form.
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file formaloo-cdp-0.3.1.tar.gz.
File metadata
- Download URL: formaloo-cdp-0.3.1.tar.gz
- Upload date:
- Size: 9.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ce90fff79ead879eb4d1bd7dd198d4d25d38ea4d7a03dc24514369867ab4c3e1
|
|
| MD5 |
d46dc8b908df60c0434e25374bcfd02e
|
|
| BLAKE2b-256 |
305dea3699e42fb6c625bf9d63d5167e8fe2318b8fd8926141c854e19daf3d54
|
File details
Details for the file formaloo_cdp-0.3.1-py3-none-any.whl.
File metadata
- Download URL: formaloo_cdp-0.3.1-py3-none-any.whl
- Upload date:
- Size: 15.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4ab12973c5f6044f797d4fc3cc95bc194aab08137d00060cb5bf6b16688b3a57
|
|
| MD5 |
3eb82a9dc18e1551ef3f1ea2bccd214c
|
|
| BLAKE2b-256 |
769bcc33d7a0c02418eb2102e01bb18a290d430939ccdf09e210dd374106e8ee
|