klaviyo-hello-world
Installation
SKILL.md
Klaviyo Hello World
Overview
Minimal working example: create a profile, track an event, and query the result
using the klaviyo-api Node.js SDK against a.klaviyo.com/api/*. This is the
smoke test that proves your API key, SDK install, and network path all work
end-to-end before you build anything real.
Prerequisites
- Completed the
klaviyo-install-authsetup so credentials are in place. KLAVIYO_PRIVATE_KEYexported in your environment (a private API key with Profiles and Events scopes).klaviyo-apiinstalled in the project (npm install klaviyo-api).tsxavailable to run the TypeScript file (npx tsx …).