Skip to content
Recued
Menu
← Back to recipes

Create a ClickUp task intake

by recued-core v1

Approval-gated quick intake for one ClickUp List. It reads the destination list for context, creates exactly one task with bounded task fields, and can add one optional initial comment through recued-core.clickup. It does not expose user invites, ACL edits, uploads, bulk imports, deletes, or arbitrary ClickUp endpoints.

How it works 17 steps

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

Process (17 steps)
task_title trim
Trim whitespace from setting title
description trim
Trim whitespace from setting markdown content
comment_text trim
Trim whitespace from setting initial comment
due_ms date_parse
Parse setting due at as a date
has_title compare
Check if task title has data
has_due compare
Check if due ms 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_task 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 title does not equal true
card to_summary
Format results as a summary card
Settings 11 configurable

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

tags setting =
title setting =
due at setting =
clickup setting =
list id setting =
priority setting = 3
assignees setting =
notify all setting = false
time estimate setting = 0
initial comment setting =
markdown content 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 Clickup connection
Declared by the recipe — Recued grants these at install, where you review them before approving.

About

Tags

clickup clickuptaskintakecreateapprovalproject-managementworkflowpack:clickup

Details

17 steps 11 configurable settings recipe_id: create-clickup-task-intake