> ## Documentation Index
> Fetch the complete documentation index at: https://learn.workflow.dog/llms.txt
> Use this file to discover all available pages before exploring further.

# Add Checklist Item

> Add an item to a Trello checklist.

**Add Checklist Item** creates a task within an existing Trello checklist.

## Inputs

| Input                   | Type           | Required | Description                                            |
| ----------------------- | -------------- | -------- | ------------------------------------------------------ |
| **Third-party account** | Trello account | Yes      | An account with write access to the checklist.         |
| **Checklist ID**        | String         | Yes      | The destination Trello checklist.                      |
| **Name**                | String         | Yes      | The checklist item name.                               |
| **Position**            | Choice         | No       | Put it at the `top` or `bottom`. Defaults to `bottom`. |
| **Completed**           | Boolean        | No       | Create the item as complete. Defaults to off.          |
| **Due**                 | Date           | No       | The checklist item due date.                           |

## Outputs

| Output      | Type   | Description                                     |
| ----------- | ------ | ----------------------------------------------- |
| **Item**    | Object | The created checklist item's normalized fields. |
| **Item ID** | String | Trello's identifier for the item.               |

**Item** exposes **ID**, **Checklist ID**, **Name**, **State**, **Completed**,
**Position**, **Due**, and **Member ID**.
