Create a Trello card intake
Approval-gated quick intake for one Trello list. It reads the destination list for context, creates exactly one card with bounded card fields, and can add one optional initial comment through recued-core.trello. It does not archive, delete, upload files, mutate webhooks, edit labels, remove members, or call arbitrary Trello endpoints.
How it works
Inspect the data fetches, transforms, gates, and output this recipe runs.
Process (17 steps)
name
trim
Trim whitespace from setting name
description
trim
Trim whitespace from setting description
due_at
trim
Trim whitespace from setting due at
comment_text
trim
Trim whitespace from setting initial comment
has_name
compare
Check if name has data
has_due
compare
Check if due at has data
has_comment
compare
Check if comment text has data
destination_list
?
skip_dated_create
any
Check if any of the conditions are true
skip_undated_create
any
Check if any of the conditions are true
create_dated
?
skip: step.skip_dated_create equal true
create_undated
?
skip: step.skip_undated_create equal true
created_card
ternary
Apply ternary
skip_comment
any
Check if any of the conditions are true
comment
?
skip: step.skip_comment equal true
skipped
compare
Check if has name does not equal true
card
to_summary
Format results as a summary card
Settings
Configurable at install. Defaults shown — change them anytime in Recued.
name
setting
=
due at
setting
=
trello
setting
=
list id
setting
=
label ids
setting
=
member ids
setting
=
description
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.