You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Currently we have cards automatically added to a board from emails, I have noticed on a few occasions that when I forward the initial email on that email (the forwarded email) is added as an activity to the card.
I am trying to determine what the link is and how to replicate this function in a more productive way.
I would love to know if it is linked by a code? Reference number? The email subject line? Anything that will point me in the right direction would be wonderful. Thanks
That email is probably routed to Trello endpoint that will decode the email address into your api key, token, board and list etc. You can do the same with an endpoint that does the same thing and some translation tables.
Update: create my version of email to board that allows for cards to be created on more than one list on a board. Instead of generating a email, it uses the CloudMailIn email address as the key to lookup on the board and list to create the cards. Labels, users and attachments are handle in the same way as Trello's email to board.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.