Howdy! I am hoping to create an automation where when a card is created on a board, I get an email whose content is a variable piece of information from the card AND *the card's "Email for this card"*. I've got everything working except for getting the "Email for this card" automatically. I understand that there is not a variable for that attribute to call using automation. Can anyone share the pattern matching for that attribute so I could piece it together, or what it's called in API?
Hey Roni,
How are you doing? I hope you're having a nice day,
You can use the variable {cardlink} to add the card link on the email, you can create a hyperlink with the pattern:
[{cardname}]({cardlink})
If you face a problem let me know!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.