
GetImages
GetImages
yaml
type: "io.kestra.plugin.klaviyo.campaign.messages.GetImages"Examples
yaml
id: klaviyo_get_image_for_message
namespace: company.team
tasks:
- id: get_image
type: io.kestra.plugin.klaviyo.campaign.messages.GetImages
apiKey: "{{ secret('KLAVIYO_API_KEY') }}"
messageIds:
- "message_id_1"
fetchType: FETCH_ONE
yaml
id: "getimages"
type: "io.kestra.plugin.klaviyo.campaign.messages.GetImages"
- id: get_images
type: io.kestra.plugin.klaviyo.campaign.messages.GetImages
apiKey: "{{ secret('KLAVIYO_API_KEY') }}"
messageIds:
- "message_id_1"
- "message_id_2"
fetchType: FETCH
Properties
apiKey*Requiredstring
messageIds*Requiredarray
SubTypestring
baseUrlstring
Default
https://a.klaviyo.com/apifetchTypestring
Default
FETCHPossible Values
STOREFETCHFETCH_ONENONEOutputs
rowobject
rowsarray
SubTypeobject
sizeinteger
uristring
Format
uri