Skip to content
Recued
Menu
← Back to recipes

Todoist daily task digest

by recued-core v1

Scheduled read-only digest for Todoist. It reads today, overdue, upcoming, priority-1, and no-date task views plus projects and labels through recued-core.todoist, renders compact tables, and can send an in-app nudge when visible tasks exist. It does not create, update, move, close, reopen, delete, comment on, upload to, or call arbitrary Todoist APIs.

How it works 36 steps

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

Process (36 steps)
today_raw ?
overdue_raw ?
skip: config.include_overdue not_equal true
upcoming_raw ?
skip: config.include_upcoming not_equal true
priority_raw ?
skip: config.include_priority_one not_equal true
backlog_raw ?
skip: config.include_no_due_date not_equal true
projects_raw ?
labels_raw ?
today default
Apply default
overdue default
Apply default
upcoming default
Apply default
priority default
Apply default
backlog default
Apply default
projects default
Apply default
labels default
Apply default
tasks flatten
Flatten nested lists in
today_count count
Count items in today
overdue_count count
Count items in overdue
upcoming_count count
Count items in upcoming
priority_count count
Count items in priority
backlog_count count
Count items in backlog
task_count count
Count items in tasks
project_count count
Count items in projects
label_count count
Count items in labels
has_tasks compare
Check if task count is greater than 0
notify_enabled compare
Check if setting notify when 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
today_rows slice
Take a subset of
overdue_rows slice
Take a subset of
task_titles pluck
Extract content from each item
task_titles_text join
Join items with ", "
task_table to_table
Format results as a data table
today_table to_table
Format results as a data table
overdue_table to_table
Format results as a data table
card to_summary
Format results as a summary card
Settings 12 configurable

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

todoist setting =
channels setting = in_app
end hour setting = 10
language setting = en
weekdays setting = 1,2,3,4,5
row limit setting = 25
start hour setting = 8
include overdue setting = true
include upcoming setting = true
notify when tasks setting = true
include no due date setting = true
include priority one 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 Todoist connection
Declared by the recipe — Recued grants these at install, where you review them before approving.

About

Tags

todoist todoisttaskstodayoverduedaily-plandigestschedulenotificationproductivitypack:todoist

Details

36 steps 12 configurable settings recipe_id: todoist-today-digest