
GetSendJob
GetSendJob
yaml
type: "io.kestra.plugin.klaviyo.jobs.GetSendJob"Examples
yaml
id: klaviyo_get_send_job
namespace: company.team
tasks:
- id: get_send_job
type: io.kestra.plugin.klaviyo.jobs.GetSendJob
apiKey: "{{ secret('KLAVIYO_API_KEY') }}"
jobIds:
- "job_id_1"
fetchType: FETCH_ONE
yaml
id: "getsendjob"
type: "io.kestra.plugin.klaviyo.jobs.GetSendJob"
- id: get_send_jobs
type: io.kestra.plugin.klaviyo.jobs.GetSendJob
apiKey: "{{ secret('KLAVIYO_API_KEY') }}"
jobIds:
- "job_id_1"
- "job_id_2"
fetchType: FETCH
Properties
apiKey*Requiredstring
jobIds*Requiredarray
SubTypestring
baseUrlstring
Default
https://a.klaviyo.com/apifetchTypestring
Default
FETCHPossible Values
STOREFETCHFETCH_ONENONEOutputs
rowobject
rowsarray
SubTypeobject
sizeinteger
uristring
Format
uri