Get
Get Certified

Fetch campaigns by ID

yaml
type: io.kestra.plugin.klaviyo.campaign.Get
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
SubTypestring
Defaulthttps://a.klaviyo.com/api
DefaultFETCH
Possible Values
STOREFETCHFETCH_ONENONE
SubTypeobject
Formaturi