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.
Hi, What would be the automation process for someone is tagged on a checklist, they receive a message somehow privately (on a private channel or from butler).
I've tried setting it up using a private channel on slack but butler cant seem to find any private channels, cant invite an app into a private channel
Have found a way - will share:
when someone is mentioned in a checklist on a card by anyone
post message "{username} tagged you in {triggercardlink}\n\n{mentiontext}"
to Slack channel "#trello-notif-{mentionedusername}" in workspace "workspace" as Butler
just made everyone a private trello notification channel - you have to manually add butler to the private channel
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks. Am I correct, this would be a private channel by user?
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 probably need to use the http request to an endpoint to do it for you.
This is the output of a simple endpoint to write to a private channel. As you can see, you can name the bot and have your own logo. This uses a Slack module that is currently available on the platform that supports the endpoint.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks so much! Are you able to step me through it a bit more / is there an example online
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.
That's good. Can you share how it you implement it? I can learn something from it. Thanks
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.