klaviyo-api-python
Official Python SDK for the Klaviyo E-commerce Marketing Automation API.
Why consider klaviyo-api-python?
klaviyo-api-python is the official open-source Python SDK for Klaviyo. It automates customer attribute tracking, coupon generation, campaign metric reporting, SMS subscriber consent logging, and multi-channel marketing flow dispatches.
Learn klaviyo-api-python by building
Practical setup notes, real use cases, and copy-ready examples in one focused guide.
In this guide2 sections
Overview of klaviyo-api-python
klaviyo-api-python triggers automated post-purchase email series and SMS flows in Python.
Quickstart
pip install klaviyo-apifrom klaviyo_api import KlaviyoAPIklaviyo = KlaviyoAPI("YOUR_API_KEY")response = klaviyo.Events.create_event({"data": {"type": "event", "attributes": {"metric": {"data": {"type": "metric", "attributes": {"name": "Completed Order"}}}, "profile": {"data": {"type": "profile", "attributes": {"email": "shopper@store.com"}}}}}})klaviyo-api-python is licensed under the permissive MIT License.
Related tools
More options with a similar category or technology profile.
activecampaign-api-php
Official ActiveCampaign PHP API client for marketing automation and deal pipelines.
klaviyo-api-node
Official Node.js SDK for the Klaviyo E-commerce Marketing Automation API.
hubspot-api-python
Official Python client for the HubSpot CRM & Marketing Automation REST APIs.
MyBB
The free and open source PHP forum software powering thousands of online communities.