Hello dear community,
i want to create an automatic E-Mail whenever a custom item in a checklist is checked.
The E-Mail should contain, the Ticket name, ticket link, ticket due date and ticket description.
Thanks in advance
Hi Corvin, welcome to the Community!
If you are referring to a checklist item, you can create an Automation Rule instead of an email report using a combination of automation variables, and using card variables to get the card name, card link, card due date and card description:
Here it is in text form but you can change to the pattern that you prefer:
with subject
Checklist item [{checklistitemname}] completedand message
Card Name: [{cardname}]({cardlink})\nDue Date: {cardduedate}\nDescription: {carddescription}
For this use case, we won't be using patterns but below are helpful examples of using variables to customize your email:
https://support.atlassian.com/trello/docs/creating-reports-with-butler/#How-to-use-a-pattern-to-customize-your-report
Using this card with a checklist as an example, and with the automation setup above. If I go ahead and check the checklist item "Boil water for 5 minutes":
Here is what the recipient will receive in the email:
Hope this helps but let me know if you have any other questions!
-----
If this post helps your query, then please consider Accept answer, Like or click up arrow to Vote to help the other users find it more quickly.
Hey Mutya,
thank you for that detailed answer! I tried to apply your suggestion, unfortunately I get an Error when trying to save:
Cant parse command. Is there any way to find out what is wrong with my syntax?
Best regards
Corvin
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Corvin!
Just confirming, are you seeing this error pop up when you click the Save button:
Error saving: CANT_PARSE_COMMAND
You can check for any extra spaces in your syntax and see if that resolves the error.
Otherwise, this error is normally related to a browser setting or extension causing conflicts with the Automation interface. Therefore, it would be great if you could try logging in after each of the following steps to see if you are able to save the rule:
Let me know if any of these steps work!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.