klaviyo-core-workflow-b
Installation
SKILL.md
Klaviyo Core Workflow B -- Events, Segments & Campaigns
Overview
Secondary workflow: track customer events, query segments, create/send campaigns, and
trigger metric-based flows via the klaviyo-api SDK. This page summarizes the five steps
and their skeletons; the full copy-ready code lives in
references/implementation.md and worked scenarios in
references/examples.md.
Prerequisites
- Completed
klaviyo-core-workflow-a(profiles/lists set up) - API key scopes:
events:write,segments:read,campaigns:read,campaigns:write,flows:read klaviyo-apiinstalled andKLAVIYO_PRIVATE_KEYset in the environment
Instructions
Open one session, then use the API class each step needs. Full parameter shapes for every step are in references/implementation.md.