I already know how to make the board notifications go to specific Slack channels, but I need to send notifications for each card to a specific channel. Because each card is related to a job and I need notifications for that card to be sent to the channel for that specific job on Slack. For example, my Job 1, I have the Job 1 card and I have the Slack channel called Job 1, I need the notification only for the Job 1 card to be sent to the Job 1 channel and not to send notifications from other cards in this same channel on Slack.
Hi Luisa! I'm a PM on the Product Integrations team and we'd love to chat with you, you can reach out to me via email at eburke@atlassian.com
I have the same need as above.
We want to send notifications to Slack channels naming cards individually.
For example:
Card Titles are not standardized.
Card Title: Remove Second Paragraph from Document 1
Card Title Send email to Person X
I want to send a notification on slack that says
"Remove Second Paragraph from Document 1 now in progress."
"Send email to person X" is now completed
Rather than one that says, "A card is now in progress." / "A card has been set as completed."
How can this "Individualized " notification be achieved when the card titles do not follow a specific naming standard?
The available filters seem to be from standardized actions...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
While I have not used the Trello-Slack interface. I am aware that it is board specific.
If you need to trigger one for a card, you probably need to use Butler Http Request to trigger a POST request to that specific channel.
I tested my backend which can be called from Butler Http Request to write to a channel as a Bot. A variable which carries the name of channel was sent and it writes a message successfully to the channel. It does not write to a non-existing channel but being able to carry it via a HTTP request parameter and/json from Butler was definite a plus.
Here I am just sending a message not trapping Trello’s notifications.
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.