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

> Start a workflow when an open Trello card is archived.

The **Card Archived** trigger starts a workflow when a card's closed state
changes from open to archived 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 type.             |
| **Occurred At**                                 | Date   | When the card was archived.                    |
| **Card ID** / **Card Name**                     | String | The archived 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 unless Trello supplies move data.        |
| **Comment Text**                                | String | Empty for archive events.                      |
| **Member Creator ID** / **Name** / **Username** | String | The action's creator, when supplied by Trello. |

Reopening a card does not match this trigger. Archiving also matches **Card
Updated** when that trigger watches the same board.
