Skip to content
Recued
Menu
← Back to recipes

Klaviyo marketing performance digest

by recued-core v1

Scheduled read-only digest for Klaviyo email marketing performance. It reads campaigns, flows, metrics, and campaign/flow values reports through recued-core.klaviyo, renders compact tables, and can send an in-app nudge when recent campaigns are visible. It never creates profiles, updates lists, turns flows on or off, sends campaigns, cancels sends, records events, mutates catalog, or calls arbitrary Klaviyo endpoints.

How it works 20 steps

Inspect the data fetches, transforms, gates, and output this recipe runs.

Process (20 steps)
campaigns_raw ?
flows_raw ?
metrics_raw ?
campaign_report ?
flow_report ?
campaigns default
Apply default
flows default
Apply default
metrics default
Apply default
campaign_count count
Count items in campaigns
flow_count count
Count items in flows
metric_count count
Count items in metrics
campaign_rows slice
Take a subset of
flow_rows slice
Take a subset of
has_campaigns compare
Check if campaign count is greater than 0
notify_enabled compare
Check if setting notify when campaigns equals true
should_notify all
Check if all conditions are true
campaign_table to_table
Format results as a data table
flow_table to_table
Format results as a data table
card to_summary
Format results as a summary card
notify ?
Settings 11 configurable

Configurable at install. Defaults shown — change them anytime in Recued.

klaviyo setting =
channels setting = in_app
end hour setting = 10
weekdays setting = 1,2,3,4,5
row limit setting = 25
start hour setting = 8
flow filter setting = equals(status,'live')
timeframe key setting = last_30_days
campaign filter setting = equals(messages.channel,'email')
conversion metric id setting =
notify when campaigns setting = true

Trust & control

What installing this recipe would let it do. Recued grants these permissions at install — review them there before approving.

Where it runs

Device + server Runs on your device (browser) or your server.

Permissions it requires

Send notificationsRead your Klaviyo connection
Declared by the recipe — Recued grants these at install, where you review them before approving.

Data it touches

Warehousedata.typedata.attributes

About

Tags

klaviyo klaviyomarketingcampaignsflowsmetricsreportsdigestschedulepack:klaviyo

Details

20 steps 11 configurable settings recipe_id: klaviyo-marketing-performance-digest