Explore Plans
Mobile menu Close menu
Trello

Card added to list

This Trigger fires every time a card is added to a specified list.

Developer info

API endpoint slug
trello.card_added_to_list

Trigger fields

Board Nested dropdown list

Label
Which board?
Slug
board
Required
true
Can have default value
false

List name Text input

Label
List name
Helper text
Type a list name as it appears in your Trello board
Slug
list_name
Required
true
Can have default value
true

Ingredients

Title The title of the card.

Slug
title
Filter code
Trello.cardAddedToList.Title
Type
String
Example
Book flights

Description The description of the card.

Slug
description
Filter code
Trello.cardAddedToList.Description
Type
String
Example
Check various airline websites to find the best deal.

Creator full name The full name of the member who added the card.

Slug
creator_name
Filter code
Trello.cardAddedToList.CreatorFullName
Type
String
Example
John Smith

Creator username The username of the member who added the card.

Slug
creator_username
Filter code
Trello.cardAddedToList.CreatorUsername
Type
String
Example
sfjetsetter

List name The name of the list the card was added to.

Slug
list_name
Filter code
Trello.cardAddedToList.ListName
Type
String
Example
To dos

Board name The name of the board the card was added to.

Slug
board_name
Filter code
Trello.cardAddedToList.BoardName
Type
String
Example
New Zealand Trip

Card url The URL to the card.

Slug
url
Filter code
Trello.cardAddedToList.CardURL
Type
Web URL
Example
https://trello.com/c/example

Added at Date and time the card was added to the list.

Slug
added_at
Filter code
Trello.cardAddedToList.AddedAt
Type
Date with time (ISO8601)
Example
2020-07-08T04:17:06+05:00