Skip to content
Recued
Menu
← Back to recipes

Create a Trello card intake

by recued-core v1

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 17 steps

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 8 configurable

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.

Where it runs

Device + server Runs on your device (browser) or your server.

Permissions it requires

Read your Trello connection
Declared by the recipe — Recued grants these at install, where you review them before approving.

About

Tags

trello trellocardintakecreateapprovalproject-managementtaskspack:trello

Details

17 steps 8 configurable settings recipe_id: create-trello-card-intake