
Klaviyo GetCampaign
CertifiedFetch campaigns for messages
Klaviyo GetCampaign
Fetch campaigns for messages
Retrieves the campaign linked to each campaign message ID; fetchType (default FETCH) governs row vs. file output and the task waits ~1s between API calls.
type: io.kestra.plugin.klaviyo.campaign.messages.GetCampaignExamples
Get campaign for a single message
id: klaviyo_get_campaign_for_message
namespace: company.team
tasks:
- id: get_campaign
type: io.kestra.plugin.klaviyo.campaign.messages.GetCampaign
apiKey: "{{ secret('KLAVIYO_API_KEY') }}"
messageIds:
- "message_id_1"
fetchType: FETCH_ONE
Get campaigns for multiple messages
id: klaviyo_message_campaigns
namespace: company.team
tasks:
- id: get_campaigns
type: io.kestra.plugin.klaviyo.campaign.messages.GetCampaign
apiKey: "{{ secret('KLAVIYO_API_KEY') }}"
messageIds:
- "message_id_1"
- "message_id_2"
fetchType: FETCH
Properties
apiKey *Requiredstring
Klaviyo private API Key
Klaviyo Private API Key sent as Klaviyo-API-Key; keep secret.
messageIds *Requiredarray
Message IDs
Campaign message IDs used to look up their parent campaigns; order is preserved.
baseUrl string
https://a.klaviyo.com/apiBase URL
Klaviyo API base URL; defaults to https://a.klaviyo.com/api.
fetchType string
FETCHSTOREFETCHFETCH_ONENONEFetch strategy
Controls output: FETCH_ONE first row, FETCH all rows (default), STORE writes all rows to internal storage, NONE skips output.
pluginDefaultsRef Non-dynamicstring
Reference (ref) of the pluginDefaults to apply to this task.
Outputs
row object
Single row data
rows array
All rows data
size integer
Fetched row count
uri string
uriURI of stored data