> ## 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.

# Create Checklist

> Create a checklist on a Trello card.

**Create Checklist** adds an empty checklist to a Trello card.

## Inputs

| Input                   | Type           | Required | Description                                            |
| ----------------------- | -------------- | -------- | ------------------------------------------------------ |
| **Third-party account** | Trello account | Yes      | An account with write access to the card.              |
| **Card ID or URL**      | String         | Yes      | A card ID, short link, or complete card URL.           |
| **Name**                | String         | Yes      | The checklist name.                                    |
| **Position**            | Choice         | No       | Put it at the `top` or `bottom`. Defaults to `bottom`. |

## Outputs

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

**Checklist** exposes **ID**, **Card ID**, **Board ID**, **Name**, **Position**,
**Items**, **Item Count**, and **Completed Item Count**.
