@ecommy/connector-klaviyo
v0.2.0
Published
Klaviyo connector (LOW-CODE, O130 manifest) — REST source compiled from manifest.yaml to a typed KLAVIYO_MANIFEST the core interpreter runs. Phase-A, READ-ONLY ingest. Depends on @ecommy/connector-core.
Readme
@ecommy/connector-klaviyo
The Klaviyo connector, built on @ecommy/connector-core.
Low-code (O130): Klaviyo is a standard REST source, so it ships as a manifest
rather than a bespoke class. manifest.yaml is the source of truth; it is
codegen'd into a typed KLAVIYO_MANIFEST you feed to the core interpreter.
Phase-A, READ-ONLY ingest.
Install
npm install @ecommy/connector-klaviyo # pulls in @ecommy/connector-coreUse
import { KLAVIYO_MANIFEST } from "@ecommy/connector-klaviyo";
import { parseManifest } from "@ecommy/connector-core";
const manifest = parseManifest(KLAVIYO_MANIFEST); // hand to the core runnerFull guide: docs/connectors/CONSUMER.md.
