Skip to content
Recued
Menu
← Back to recipes

Mailchimp audience health digest

by recued-core v1

Scheduled read-only digest for one Mailchimp audience. It reads account health, audience stats, recent activity, growth history, members, segments, merge fields, and recent campaigns through recued-core.mailchimp, renders compact tables, and can send an in-app nudge when members are visible. It does not create, update, send, schedule, delete, upload files, mutate webhooks, or call arbitrary Mailchimp endpoints.

How it works 28 steps

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

Process (28 steps)
health ?
audience ?
activity_raw ?
growth_raw ?
members_raw ?
segments_raw ?
merge_fields_raw ?
campaigns_raw ?
activity default
Apply default
growth default
Apply default
members default
Apply default
segments default
Apply default
merge_fields default
Apply default
campaigns default
Apply default
member_count count
Count items in members
activity_count count
Count items in activity
growth_count count
Count items in growth
segment_count count
Count items in segments
campaign_count count
Count items in campaigns
has_members compare
Check if member count is greater than 0
notify_enabled compare
Check if setting notify when members equals true
should_notify all
Check if all conditions are true
notify ?
skip: step.should_notify not_equal true
member_rows slice
Take a subset of
campaign_rows slice
Take a subset of
member_table to_table
Format results as a data table
campaign_table to_table
Format results as a data table
card to_summary
Format results as a summary card
Settings 9 configurable

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

list id setting =
channels setting = in_app
end hour setting = 10
weekdays setting = 1,2,3,4,5
mailchimp setting =
row limit setting = 25
start hour setting = 8
member status setting = subscribed
notify when members 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 Mailchimp connection
Declared by the recipe — Recued grants these at install, where you review them before approving.

About

Tags

mailchimp mailchimpemail-marketingaudiencesubscriberscampaignsdigestschedulepack:mailchimp

Details

28 steps 9 configurable settings recipe_id: mailchimp-audience-health-digest