Trello Experts! Any idea how to make this automation work?
When a card is added to a list, a label is added, and an email is sent with a custom message, with the new card's name. I cannot get the last part to work.
Trigger:
When a CARD is added to LIST add the LABEL (color)
Action:
Send an EMAIL, send a MESSAGE
This part works great!
However, I would like the Message to include the name of the new card added. I cannot include the name in the message, since the name of the card changes each time a new card is added.
Is there an HTML code that would do this? Understanding the next card and the next card, etc., will be a different card. I see a few {cardID} and {cardname}, but my syntax is wrong or it is not possible.
I don't know if I explained this well, so please let me know if you need more context.
You can use the card name with a prefix like {triggercardname} since you want to refer to the card that had been moved to the list.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.