Skip to main content
Solved

Automating Slack Notification when Kanban cards are moved between stacks

  • January 28, 2025
  • 2 replies
  • 19 views

Forum|alt.badge.img+5

my kanban is a list of products with different stacks. I would like it so that when a product is moved from one stack to the other, the autmation sends a slack message as to what stack the product is currently moved to.

How do I access the name of the stack? I clicked on the blue plus sign but nothing there relates to the stack name. Just the product details.

Best answer by TheTimeSavingCo

The stack is the select field that you've set for that Kanban view:  

And so you could create an automation that triggers when that field is updated, and its action would be to send the message and include the value of that field:

2 replies

TheTimeSavingCo
Forum|alt.badge.img+31
  • Brainy
  • 6454 replies
  • Answer
  • January 30, 2025

The stack is the select field that you've set for that Kanban view:  

And so you could create an automation that triggers when that field is updated, and its action would be to send the message and include the value of that field:


Forum|alt.badge.img+5
  • Author
  • New Participant
  • 1 reply
  • January 30, 2025

The stack is the select field that you've set for that Kanban view:  

And so you could create an automation that triggers when that field is updated, and its action would be to send the message and include the value of that field:


Thank you! Problem solved!