GetRecipient
GetRecipient
yaml
type: "io.kestra.plugin.klaviyo.jobs.GetRecipient"Examples
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: "getrecipient"
type: "io.kestra.plugin.klaviyo.jobs.GetRecipient"
- 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
apiKey *Requiredstring
jobIds *Requiredarray
SubTypestring
baseUrl string
Default
https://a.klaviyo.com/apifetchType string
Default
FETCHPossible Values
STOREFETCHFETCH_ONENONEOutputs
row object
rows array
SubTypeobject
size integer
uri string
Format
uri