Get
Fetch campaign messages by ID
Get
Fetch campaign messages by ID
yaml
type: io.kestra.plugin.klaviyo.campaign.messages.GetExamples
yaml
id: klaviyo_get_message
namespace: company.team
tasks:
- id: get_message
type: io.kestra.plugin.klaviyo.campaign.messages.Get
apiKey: "{{ secret('KLAVIYO_API_KEY') }}"
messageIds:
- "message_id_1"
fetchType: FETCH_ONE
yaml
id: get
type: io.kestra.plugin.klaviyo.campaign.messages.Get
- id: get_messages
type: io.kestra.plugin.klaviyo.campaign.messages.Get
apiKey: "{{ secret('KLAVIYO_API_KEY') }}"
messageIds:
- "message_id_1"
- "message_id_2"
fetchType: FETCH
Properties
apiKey *Requiredstring
messageIds *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