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

# Card Created

> Start a workflow when a card is created on a Trello board.

The **Card Created** trigger starts a workflow when Trello creates, copies,
emails, or converts a checklist item into a card on the selected board.

## Configuration

| Field              | Type           | Required | Description                        |
| ------------------ | -------------- | -------- | ---------------------------------- |
| **Trello Account** | Trello account | Yes      | Account that can access the board. |
| **Board ID**       | String         | Yes      | The Trello board to watch.         |

## Trigger data

| Output                                          | Type   | Description                                    |
| ----------------------------------------------- | ------ | ---------------------------------------------- |
| **Action ID** / **Action Type**                 | String | Trello action identifier and action type.      |
| **Occurred At**                                 | Date   | When Trello recorded the action.               |
| **Card ID** / **Card Name**                     | String | The created card.                              |
| **Board ID** / **Board Name**                   | String | The board, when supplied by Trello.            |
| **List ID** / **List Name**                     | String | The card's list, when supplied by Trello.      |
| **Previous List ID** / **Previous List Name**   | String | Empty for normal create events.                |
| **Comment Text**                                | String | Empty for normal create events.                |
| **Member Creator ID** / **Name** / **Username** | String | The action's creator, when supplied by Trello. |

<Note>
  The trigger begins watching after its Trello account and board are saved. It
  does not replay cards that already exist.
</Note>
