New services
Explore Plans
Mobile menu Close menu
TrelloTrello

Card added to board

This Trigger fires every time a card is added to a specific board.

About this trigger

Triggers, queries, and actions are the building blocks of Applets. Triggers tell an Applet to start, queries ask a question, and actions are its end result.

Developer info

Description
This Trigger fires every time a card is added to a specific board.
API endpoint slug
trello.card_added_to_board

Trigger fields

Board Nested dropdown list

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

Ingredients

TitleThe title of the card.

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

DescriptionThe description of the card.

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

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

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

Creator usernameThe username of the member who added the card.

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

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

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

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

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

Card URLThe URL to the card.

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

Added atDate and time the card was added to the board.

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