GetRecipient

GetRecipient

Certified

Fetch recipient estimation jobs

yaml
type: io.kestra.plugin.klaviyo.jobs.GetRecipient
yaml
id: klaviyo_get_recipient_job
namespace: company.team

tasks:
  - id: get_recipient_job
    type: io.kestra.plugin.klaviyo.jobs.GetRecipient
    apiKey: "{{ secret('KLAVIYO_API_KEY') }}"
    jobIds:
      - "job_id_1"
    fetchType: FETCH_ONE

yaml
id: klaviyo_recipient_jobs
namespace: company.team

tasks:
  - id: get_recipient_jobs
    type: io.kestra.plugin.klaviyo.jobs.GetRecipient
    apiKey: "{{ secret('KLAVIYO_API_KEY') }}"
    jobIds:
      - "job_id_1"
      - "job_id_2"
    fetchType: FETCH
Properties
SubTypestring
Defaulthttps://a.klaviyo.com/api
DefaultFETCH
Possible Values
STOREFETCHFETCH_ONENONE
SubTypeobject
Formaturi