Klaviyo GetImages

Klaviyo GetImages

Certified

Fetch mobile push images

Retrieves images for campaign messages whose channel is mobile_push; fetchType (default FETCH) controls row vs. file output and the task waits ~1s between API calls.

yaml
type: io.kestra.plugin.klaviyo.campaign.messages.GetImages

Get image for a single message

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

Get images for multiple messages

yaml
id: klaviyo_message_images
namespace: company.team

tasks:
  - 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

Klaviyo private API Key

Klaviyo Private API Key sent as Klaviyo-API-Key; keep secret.

SubTypestring

Message IDs

Campaign message IDs with channel mobile_push; order is preserved.

Defaulthttps://a.klaviyo.com/api

Base URL

Klaviyo API base URL; defaults to https://a.klaviyo.com/api.

DefaultFETCH
Possible Values
STOREFETCHFETCH_ONENONE

Fetch strategy

Controls output: FETCH_ONE first row, FETCH all rows (default), STORE writes all rows to internal storage, NONE skips output.

Reference (ref) of the pluginDefaults to apply to this task.

Single row data

SubTypeobject

All rows data

Fetched row count

Formaturi

URI of stored data