Skip to main content

klaviyo-cli

A command-line interface for Klaviyo: campaigns, segments, flows, metrics, and scheduling. Built for humans and AI agents.

uvx --from klaviyo-cli klaviyo --help

No install needed. Or install it: pipx install klaviyo-cli or uv tool install klaviyo-cli. Requires Python 3.11+.

Built and maintained by BS&Co, a retention marketing agency for eCommerce brands. Read why we built it and how we made it safe to hand to AI agents: https://bsandco.us/blog-post/klaviyo-cli

Unofficial. Not affiliated with, endorsed, or supported by Klaviyo, Inc.

Quickstart

export KLAVIYO_API_KEY=pk_...

Get a private API key from Klaviyo under Settings > API Keys. Read commands need read scopes; commands that change data (patch, schedule, create, upload) need write scopes.

klaviyo list-campaigns --days 30
klaviyo account-health

Using with Claude Code and AI agents

--json is a global flag: put it before the command name for machine-readable output on any command:

klaviyo --json list-campaigns --days 30

Destructive Klaviyo operations are blocked at the CLI level. Klaviyo's DELETE endpoints for profiles, lists, segments, campaigns, and flows are not reachable through this tool, even via the raw api passthrough. Only template deletion is allowlisted (transport.py, DELETE_ALLOWED_PATHS). This is why it's safe to hand klaviyo-cli to an agent with a live API key: the agent can read anything and change campaign content, timing, and audiences, but it cannot delete subscriber data, segments, or send history. Two commands can stop mail going to real people, and both require an explicit --yes flag or an interactive confirmation before they run: suppress (reversible — unsuppress undoes it) and unsubscribe (it revokes consent, which unsuppress cannot undo; reversing it takes a deliberate call to Klaviyo's bulk subscribe endpoint asserting fresh consent, which this CLI intentionally does not wrap).

Drop this in your repo's CLAUDE.md so an agent knows the tool exists:

## Klaviyo
Use the `klaviyo` CLI for Klaviyo data and actions (campaigns, segments,
flows, metrics). Auth via KLAVIYO_API_KEY env var. Pass --json before the
command for machine-readable output (e.g. `klaviyo --json list-campaigns`).
Run `klaviyo --help` for the full command list.

Command reference

Run klaviyo COMMAND --help for full options on any command.

Campaigns

Command Description
list-campaigns List/filter campaigns by status, channel, and date (beyond name search)
search-campaigns Search campaigns by name
get-campaign Show details for a specific campaign, incl. subject/preview and planned send time; --names resolves audience IDs
get-creative Dump a campaign's creative (subject + text/HTML) via its template
list-drafts List draft email campaigns for a client
patch-campaign Update campaign send time and/or audiences
patch-message Change subject, preview text or sender without dropping the other fields (Klaviyo replaces the whole content object); verifies after
clone-campaign Duplicate a campaign into a new draft and print what it inherited (subject, from address, audiences) plus message/template ids
set-campaign-html Replace a campaign's HTML from a file and verify the live creative (--expect/--forbid text checks)
schedule Schedule a campaign for sending
campaign-performance Show campaign revenue and engagement metrics
metrics Show sent campaigns for a client within a date window

Segments

Command Description
list-audiences List all lists and segments for a client
search-segments Find segments by name keyword; shows a one-line definition summary
get-segment Show a segment's definition (conditions, metric IDs resolved) + count
segment-count Get profile count for a single segment (rate limited: 1/s, 15/min)
segment-sizes Show all segments with profile counts
list-sizes Show all lists with profile counts, newest first
create-segment Create a segment from a definition, guarding against duplicates

Flows

Command Description
flows List all flows for a client, with optional sort and name search
get-flow Show a flow's basics in one call; --definition renders the branch tree (splits, messages, delays)
flow-detail Show full flow structure: trigger, filters, emails with subjects, delays, splits
flow-performance Show flow revenue and engagement metrics
flow-series Flow performance over time (daily/weekly/monthly buckets, per flow or per message)
flow-actions List a flow's actions with status and created/updated timestamps (audit view)
create-flow Create a flow (in draft) from a definition, guarding against duplicates

Profiles

Command Description
get-profile Look up a profile by email or ID; --subscriptions adds consent state and suppressions
segment-members List profiles in a segment: email, name, and when they joined
suppress Suppress profiles from email marketing in bulk (requires --yes or confirmation)
unsuppress Remove manual suppressions in bulk (never resubscribes anyone)
unsubscribe Set email consent to UNSUBSCRIBED in bulk — unsuppress can't undo it; --list scopes to one list (requires --yes or confirmation)
suppression-jobs List bulk suppression jobs (suppress + unsuppress) with status and counts

Events

Command Description
push-event Push a custom event to a profile by email (creates the profile if needed)
events List recent events for a metric ID; --since/--until windows, --properties payloads; warns when --limit cuts the window
export-events Bulk-export ALL events for a metric in a window as NDJSON (exhaustive pagination; --out file, --fields, --max-pages guard)

Metrics

Command Description
account-health Show profiles count, lists, and metrics for a client
list-metrics List event metrics with their IDs and integration (ID<->name catalog)
metric-aggregate Bucketed counts for one metric over time (hour/day/week/month, optional group-by)
form-performance Show pop-up/form views, submits, and submit rates

SMS

Command Description
upload-sms Create an SMS campaign draft in Klaviyo

Images

Command Description
upload-image Upload a local image to the image library and print its hosted URL (multipart; needs a direct API key)

Raw API

Command Description
api Raw API pass-through: klaviyo api <METHOD> <path>

That's 42 commands total.

Multi-account profiles

For managing more than one Klaviyo account, put credentials in ~/.config/klaviyo-cli/config.toml:

default_profile = "acme"

[profiles.acme]
api_key = "pk_acme_..."

[profiles.other-brand]
api_key = "pk_other_..."

Select a profile with --profile (or -p), or set KLAVIYO_PROFILE:

klaviyo --profile other-brand account-health
KLAVIYO_PROFILE=other-brand klaviyo account-health

Precedence: an explicit --profile (or KLAVIYO_PROFILE) wins first. Otherwise KLAVIYO_API_KEY is used if set. Otherwise the CLI falls back to default_profile in the config file.

Agencies running the CLI across many clients can go further and embed it: re-expose every command under a host CLI with per-client auth resolution, so yourcli campaign-performance acme --days 30 resolves credentials for acme before the call. See the wrap_with_account and build_host_group docstrings in src/klaviyo_cli/embed.py.

License

MIT. See LICENSE.

Built and maintained by BS&Co, a retention marketing agency for eCommerce brands.

Release files for klaviyo-cli 0.7.0

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for klaviyo-cli 0.7.0
File Size Uploaded
klaviyo_cli-0.7.0.tar.gz 67.7 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for klaviyo-cli 0.7.0
File Interpreter ABI Platform
klaviyo_cli-0.7.0-py3-none-any.whl Python 3 none any Details

Total release size: 117.1 kB

Release files / klaviyo_cli-0.7.0.tar.gz

Download URL klaviyo_cli-0.7.0.tar.gz
Size 67.7 kB
Tags Source
SHA-256 checksum
How to use checksums
f80cd679daeccd66779812862eaf15d12fa2bb1bb9ba6d0aa0a530d2800a1429
BLAKE2b-256 checksum
How to use checksums
d791515aaa43278c0a29a2ee9d0e23824a1f9500a4b4c1ff608fbd102a1cf689
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 18, 2026.

Transparency log

Release files / klaviyo_cli-0.7.0-py3-none-any.whl

Download URL klaviyo_cli-0.7.0-py3-none-any.whl
Size 49.4 kB
Tags Python 3
SHA-256 checksum
How to use checksums
8572c46b1887fd6f444bc905f06d9b7f9f5ce101c3661129344b0fa1ab651689
BLAKE2b-256 checksum
How to use checksums
fa5c42c8d67ac8e8011ecffc2fe010bdd3c78e96f0ca71c501042e8e2db32414
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 18, 2026.

Transparency log

Release history Release notifications | RSS feed

This release

0.7.0 This release

2 release files

0.6.0

2 release files

0.5.0

2 release files

0.4.0

2 release files

0.3.0

2 release files

0.2.0

2 release files

0.1.0

2 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page