klaviyo-api-node
Official Node.js SDK for the Klaviyo E-commerce Marketing Automation API.
Why consider klaviyo-api-node?
klaviyo-api-node is the official open-source Node.js SDK for Klaviyo. It connects e-commerce stores with automated marketing flows, abandoned cart recovery triggers, profile subscriptions, catalog synchronizations, and customer segments.
Learn klaviyo-api-node by building
Practical setup notes, real use cases, and copy-ready examples in one focused guide.
In this guide2 sections
Overview of klaviyo-api-node
klaviyo-api-node orchestrates abandoned cart recovery flows and e-commerce subscriber syncs in Node.js.
Quickstart
npm install klaviyo-apiimport { ApiKeySession, ProfilesApi } from 'klaviyo-api';const session = new ApiKeySession('YOUR_API_KEY');const profilesApi = new ProfilesApi(session);const profile = await profilesApi.createProfile({ data: { type: 'profile', attributes: { email: 'buyer@store.com' } } });klaviyo-api-node 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-python
Official Python 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.