Klaviyo Get

Klaviyo Get

Certified

Fetch campaigns by ID

Retrieves Klaviyo campaigns by ID, using fetchType (default FETCH) to control whether one row, all rows, or a stored file is produced; waits ~1s between API calls.

yaml
type: io.kestra.plugin.klaviyo.campaign.Get

Get a single campaign

yaml
id: klaviyo_get_campaign
namespace: company.team

tasks:
  - id: get_campaign
    type: io.kestra.plugin.klaviyo.campaign.Get
    apiKey: "{{ secret('KLAVIYO_API_KEY') }}"
    campaignIds:
      - "campaign_id_1"
    fetchType: FETCH_ONE
Properties

Klaviyo private API Key

Klaviyo Private API Key sent as Klaviyo-API-Key; keep secret.

SubTypestring

Campaign IDs

Klaviyo campaign IDs to fetch; order is preserved in the output.

Defaulthttps://a.klaviyo.com/api

Base URL

Klaviyo API base URL; defaults to https://a.klaviyo.com/api.

DefaultFETCH
Possible Values
STOREFETCHFETCH_ONENONE

Fetch strategy

Controls output: FETCH_ONE first row, FETCH all rows (default), STORE writes all rows to internal storage, NONE skips output.

Reference (ref) of the pluginDefaults to apply to this task.

Single row data

SubTypeobject

All rows data

Fetched row count

Formaturi

URI of stored data