Canva design operations digest
Scheduled read-only Canva creative operations digest. It reads the current user's profile/capabilities, recent designs, and brand templates through recued-core.canva, renders compact tables, and optionally sends an in-app nudge when design rows are visible. It never creates designs, exports content, updates assets, replies to comments, uploads or downloads files, moves folders, manages webhooks, uses analytics, or calls arbitrary Canva endpoints.
How it works
Inspect the data fetches, transforms, gates, and output this recipe runs.
Process (20 steps)
query
trim
Trim whitespace from setting query
profile
?
capabilities_raw
?
designs_raw
?
brand_templates_raw
?
capabilities
default
Apply default
designs
default
Apply default
brand_templates
default
Apply default
design_count
count
Count items in designs
brand_template_count
count
Count items in brand templates
capability_count
count
Count items in capabilities
has_designs
compare
Check if design count is greater than 0
notify_enabled
compare
Check if setting notify when designs equals true
should_notify
all
Check if all conditions are true
notify
?
skip: step.should_notify not_equal true
design_rows
slice
Take a subset of
template_rows
slice
Take a subset of
design_table
to_table
Format results as a data table
template_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.
canva
setting
=
query
setting
=
channels
setting
=
in_app
end hour
setting
=
10
weekdays
setting
=
1,2,3,4,5
row limit
setting
=
25
start hour
setting
=
8
notify when designs
setting
=
true
Trust & control
What installing this recipe would let it do. Recued grants these permissions at install — review them there before approving.