GetRecipientCountGetRecipientCount
GetRecipientCountCertified

yaml
type: "io.kestra.plugin.klaviyo.campaign.GetRecipientCount"
yaml
id: klaviyo_get_recipient_estimation
namespace: company.team

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

yaml
id: "getrecipientcount"
type: "io.kestra.plugin.klaviyo.campaign.GetRecipientCount"
- id: get_estimations
  type: io.kestra.plugin.klaviyo.campaign.GetRecipientCount
  apiKey: "{{ secret('KLAVIYO_API_KEY') }}"
  campaignIds:
    - "campaign_id_1"
    - "campaign_id_2"
  fetchType: FETCH
Properties
SubTypestring
Defaulthttps://a.klaviyo.com/api
DefaultFETCH
Possible Values
STOREFETCHFETCH_ONENONE
SubTypeobject
Formaturi