Jun 27, 2021 08:50 PM
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?
Solved! Go to Solution.
Jul 01, 2021 08:26 AM
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.
Jul 01, 2021 08:26 AM
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.