Skip to content
Recued
Menu
← Back to recipes

Asana My Tasks digest

by recued-core v1

Scheduled read-only digest for one Asana workspace. It reads workspace and user context, the user's task list, open My Tasks, assigned-to-me work, projects, and blocked workspace search results through recued-core.asana, renders compact tables, and can send an in-app nudge when open tasks are visible. It does not create, update, complete, delete, comment on, move, attach to, or mutate Asana resources.

How it works 26 steps

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

Process (26 steps)
workspace ?
user ?
task_list ?
my_tasks_raw ?
assigned_raw ?
projects_raw ?
blocked_raw ?
my_tasks default
Apply default
assigned default
Apply default
projects default
Apply default
blocked default
Apply default
my_task_count count
Count items in my tasks
assigned_count count
Count items in assigned
project_count count
Count items in projects
blocked_count count
Count items in blocked
has_open_tasks compare
Check if my task count is greater than 0
notify_enabled compare
Check if setting notify when open tasks equals true
should_notify all
Check if all conditions are true
notify ?
skip: step.should_notify not_equal true
task_rows slice
Take a subset of
blocked_rows slice
Take a subset of
project_rows slice
Take a subset of
tasks_table to_table
Format results as a data table
blocked_table to_table
Format results as a data table
projects_table to_table
Format results as a data table
card to_summary
Format results as a summary card
Settings 10 configurable

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

asana setting =
channels setting = in_app
end hour setting = 10
user gid setting = me
weekdays setting = 1,2,3,4,5
row limit setting = 25
start hour setting = 8
blocked query setting = blocked
workspace gid setting =
notify when open tasks 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 Asana connection
Declared by the recipe — Recued grants these at install, where you review them before approving.

Data it touches

Warehousedata.giddata.name

About

Tags

asana asanatasksmy-tasksprojectsdigestschedulenotificationpack:asana

Details

26 steps 10 configurable settings recipe_id: asana-my-tasks-digest