Overview
Add Klaviyo to any ModuleX agent or workflow. Email-marketing list and profile management against the Klaviyo REST API (a.klaviyo.com/api), pinned to revision 2024-10-15.
Categories: Marketing & Advertising · Marketing & Email · Email · Automation · Development · Auth: Private API Key · Actions: 5
Authentication
Private API Key
Authenticate using your Klaviyo Private API Key. Create one in Settings > API KeysRequired Credentials
Available Actions
get_lists — Get a listing of all lists in a Klaviyo account with optional sorting and pagination
get_lists — Get a listing of all lists in a Klaviyo account with optional sorting and pagination
get_list — Get a specific Klaviyo list by its ID
get_list — Get a specific Klaviyo list by its ID
create_list — Create a new list in a Klaviyo account
create_list — Create a new list in a Klaviyo account
get_profiles — Get profiles from a Klaviyo account with optional sorting and pagination
get_profiles — Get profiles from a Klaviyo account with optional sorting and pagination
Limits & Quotas
- Pagination follows JSON:API cursor links — both
get_listsandget_profilespage through results untilmax_resultsis reached orlinks.nextis exhausted. - Failures (any non-2xx, plus exceptions) surface as
success=Falsewith anerrorstring. Empty/blank API keys short-circuit before the HTTP call.