Create a Todoist task intake
Approval-gated Todoist task intake workflow. It reads project, section, and label lists for context, creates exactly one task with bounded Todoist fields, and can add one optional initial comment through recued-core.todoist. It does not update existing tasks, move tasks, close/reopen tasks, delete, mutate projects/sections/labels, create reminders, upload files, or call arbitrary Todoist APIs.
How it works
Inspect the data fetches, transforms, gates, and output this recipe runs.
Process (22 steps)
content
trim
Trim whitespace from setting content
description
trim
Trim whitespace from setting description
project_id
trim
Trim whitespace from setting project id
section_id
trim
Trim whitespace from setting section id
parent_id
trim
Trim whitespace from setting parent id
due_string
trim
Trim whitespace from setting due string
due_date
trim
Trim whitespace from setting due date
due_datetime
trim
Trim whitespace from setting due datetime
deadline_date
trim
Trim whitespace from setting deadline date
duration_unit
trim
Trim whitespace from setting duration unit
comment_text
trim
Trim whitespace from setting initial comment
has_content
compare
Check if content has data
has_comment
compare
Check if comment text has data
projects
?
sections
?
labels
?
skip_create
compare
Check if has content does not equal true
created_task
?
skip: step.skip_create equal true
skip_comment
any
Check if any of the conditions are true
comment
?
skip: step.skip_comment equal true
skipped
compare
Check if skip create equals true
card
to_summary
Format results as a summary card
Settings
Configurable at install. Defaults shown — change them anytime in Recued.
labels
setting
=
content
setting
=
todoist
setting
=
due date
setting
=
due lang
setting
=
en
duration
setting
=
0
priority
setting
=
1
parent id
setting
=
due string
setting
=
project id
setting
=
section id
setting
=
description
setting
=
due datetime
setting
=
deadline date
setting
=
duration unit
setting
=
uids to notify
setting
=
initial comment
setting
=
Trust & control
What installing this recipe would let it do. Recued grants these permissions at install — review them there before approving.