Log new Trello cards to Google Sheets
This Trigger fires every time a card is added to a specific board.
Developer info
- 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
Title The title of the card.
- Slug
- title
- Filter code
- Trello.cardAddedToBoard.Title
- Type
- String
- Example
- Book flights
Description The 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 name The full name of the member who added the card.
- Slug
- creator_name
- Filter code
- Trello.cardAddedToBoard.CreatorFullName
- Type
- String
- Example
- John Smith
Creator username The username of the member who added the card.
- Slug
- creator_username
- Filter code
- Trello.cardAddedToBoard.CreatorUsername
- Type
- String
- Example
- sfjetsetter
List name The name of the list the card was added to.
- Slug
- list_name
- Filter code
- Trello.cardAddedToBoard.ListName
- Type
- String
- Example
- To dos
Board name The name of the board the card was added to.
- Slug
- board_name
- Filter code
- Trello.cardAddedToBoard.BoardName
- Type
- String
- Example
- New Zealand Trip
Card url The URL to the card.
- Slug
- url
- Filter code
- Trello.cardAddedToBoard.CardURL
- Type
- Web URL
- Example
- https://trello.com/c/example
Added at Date 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+05:00