No project description provided
Project description
klaviyo-for-django
Add your Klaviyo api key to your Django project's settings.py file.
settings.py
KLAVIYO_PRIVATE_API_KEY='YOUR_PRIVATE_API_KEY_HERE'
Usage
from klaviyo_for_django import send_event
send_event(
'event_name',
profile_find={'email':'profile_email@email.com'},
event_properties={'property_name': 'property_value'},
profile_properties={'other_property_name': 'other_property_value'}
)
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
Close
Hashes for klaviyo_for_django-0.0.4-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 490f5b81728d5a42642cb90a6b7bba55afb6f5b7f826964a078714169ec0b225 |
|
MD5 | c8d9ba714cbd707abfbd40671054b2b4 |
|
BLAKE2b-256 | 9bf4e8d74e9395f2ed0734cb45441056f548cfc7db7efd58e1f1eca08180a10d |