Hi,
I'm needing to set up some kind of automation with my Trello cards with either a daily or weekly report or an email from board with card details.
Problem is the report has a link to the Trello card and I don't want that and I'm needing to email different cards or queues to different people.
I need to have either parts of or the whole description of the card if parts aren't possible in the report or email.
I did download the powerup Sendboard but that has a limit of 50 emails a month and if I was to use that to email from every card I would need more.
I have had a play around with reports put am having a bit of trouble with the patterns, not really sure how that works.
Below is what I set up but that doesn't work:
every weekday, send an email notification to "rachael.chiricosta@austcommunitymedia.com.au" with subject "Daily Story Link Report" and message "Please find your weekly report for your story links:\n{cardname} {carddescription}", and create a report with all cards in list "Done" using pattern "{cardname} {carddescription}"
Any advice/ideas?!
@Rachael Chiricosta welcome to the community 😊
Try this instead:
every weekday, create a report with all cards in list "Done" using pattern "{cardname} {carddescription}", and send an email notification to "rachael.chiricosta@austcommunitymedia.com.au" with subject "Daily Story Link Report" and message "Please find your weekly report for your story links:\n{$report}
You need to add the {$report} variable in your message so it pulls through in your email.
I'd also suggest formatting things to make it a bit easier to read. For example, use this pattern: "- [{cardname}](cardlink) - {carddescription}" to show a bulleted list of cards with the link. Similar to this:
That's fantastic, thanks Hannah!
On the bullet points, is it the hyphen that ads the bullet point?
So If I wanted to go with just the cardname would the pattern be just - {cardname} ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, that's right! The hyphen will give you a bullet point.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks @Hannah Humbert - Simpla Workflowsthe hyphen only gives me a hyphen for some reason, not a bullet point but that's enough to look better, thank you :-)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Oh strange! I'm not sure why that would happen 🤔 maybe there's a space in there somewhere? Have a look at this guide under "How to use a pattern to customize your report". It gives an example of formatting your report using bullet points. Maybe create a test and copy that exact text in the guide into the pattern field to see what happens. Here's the info below as well:
- [{cardname}]({cardlink}) ({cardmemberusernames}) {{%Priority}}
It should look like this in butler:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It's Mary from Planyway power-up for Trello
Given the limitations you've encountered with existing Power-Ups like SendBoard, you might consider leveraging Trello's built-in automation tool, Butler, along with external automation services like Zapier or Integromat (now rebranded as Make) for more flexibility and higher limits.
The automation you've set up with Butler in Trello seems to have the right idea but might be limited by Butler's syntax and the capabilities provided directly within Trello. The {cardname}
and {carddescription}
variables are a good start, but ensuring they're used correctly within Butler's email action is crucial.
Zapier or Make are powerful tools that can automate workflows between Trello and email services like Gmail or Outlook. Here’s a general approach:
{cardname}
and {carddescription}
without including a link.You can create multiple Zaps/automations for different recipients or lists. Each Zap can be tailored with specific filters to only include cards relevant to each recipient.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.