Help

How to break send Slack Message with conditional?

Solved
Jump to Solution
896 1
cancel
Showing results for 
Search instead for 
Did you mean: 
gao_jie
5 - Automation Enthusiast
5 - Automation Enthusiast

I have a Automatoin to send Slack message.
But, in some conditional(like last step’s output put a null value for “Send a Slack message Action”), I will not send the message? How can i do?

1 Solution

Accepted Solutions
Justin_Barrett
18 - Pluto
18 - Pluto

Consider splitting this into two automations. The one that sends the Slack message would be triggered by a webhook, and could be designed to be generic enough to work for multiple situations. Your existing automation would then either call this webhook-triggered automation to send the Slack message, or just end without doing anything.

See Solution in Thread

1 Reply 1
Justin_Barrett
18 - Pluto
18 - Pluto

Consider splitting this into two automations. The one that sends the Slack message would be triggered by a webhook, and could be designed to be generic enough to work for multiple situations. Your existing automation would then either call this webhook-triggered automation to send the Slack message, or just end without doing anything.