This Trigger fires every time a card is added to a specific board.
- API endpoint slug
- trello.card_added_to_board
Trigger fields
- Label
- Which board?
- Slug
- board
- Required
- true
- Can have default value
- false
Ingredients
- Slug
- title
- Filter code
- Trello.cardAddedToBoard.Title
- Type
- String
- Example
- Book flights
- Slug
- description
- Filter code
- Trello.cardAddedToBoard.Description
- Type
- String
- Example
- Check various airline websites to find the best deal.
- Slug
- creator_name
- Filter code
- Trello.cardAddedToBoard.CreatorFullName
- Type
- String
- Example
- John Smith
- Slug
- creator_username
- Filter code
- Trello.cardAddedToBoard.CreatorUsername
- Type
- String
- Example
- sfjetsetter
- Slug
- list_name
- Filter code
- Trello.cardAddedToBoard.ListName
- Type
- String
- Example
- To dos
- Slug
- board_name
- Filter code
- Trello.cardAddedToBoard.BoardName
- Type
- String
- Example
- New Zealand Trip
- Slug
- url
- Filter code
- Trello.cardAddedToBoard.CardURL
- Type
- Web URL
- Example
- https://trello.com/c/example
- Slug
- added_at
- Filter code
- Trello.cardAddedToBoard.AddedAt
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06.000+05:00