TiloBox
Back to directory
klaviyo-api-node project preview

klaviyo-api-node

Official Node.js SDK for the Klaviyo E-commerce Marketing Automation API.

LicenseMIT
GitHub stars1.2k
Last commit6 days ago
Tags5 topics
Ecommerce Marketing AutomationAbandoned Cart RecoveryKlaviyo Node LibKlaviyo Node SdkMarketing
Overview

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.

Guided learning

Learn klaviyo-api-node by building

Practical setup notes, real use cases, and copy-ready examples in one focused guide.

1 min read 2 sections
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

bash
1npm install klaviyo-api
javascript
1import { ApiKeySession, ProfilesApi } from 'klaviyo-api';
2const session = new ApiKeySession('YOUR_API_KEY');
3const profilesApi = new ProfilesApi(session);
4const 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.

klaviyo-api-node FAQs

klaviyo-api-node is listed as a Business tool on TiloBox. Review the overview, features, and official documentation on this page to decide whether it solves your specific workflow.

Start with the project's GitHub repository and official website for supported installation and deployment instructions. Test the setup with representative data or a small project before rolling it out more widely.

klaviyo-api-node is listed under the MIT license. Read the complete license text and the project's notices before using, modifying, or distributing the software.

Production readiness depends on your requirements. Review maintenance activity, security practices, documentation, backup and upgrade procedures, and compatibility with your stack; then validate it in a non-production environment.

klaviyo-api-node is listed as an alternative to Mailchimp Node. Compare the core workflow, deployment model, integrations, and licensing against your must-have requirements before switching.