Skip to main content
createCheckItem adds one item with optional assignment, due time, reminder, and initial completion state.
automations/create-trello-check-item.automation.ts
checklistId and non-empty name are required. completed defaults to false; position defaults to "bottom" and also accepts "top" or a nonnegative number. Optional dueAt accepts Date or an ISO timestamp with offset; dueReminder is an integer of at least -1; memberId is a stable member ID; account defaults to the project binding. Returns Signal<TrelloCheckItem> with stable ID, text, state, position, and nullable date, reminder, and assignee.