Mailchimp audience health digest
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
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
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.