diff --git a/lib/integrations/slack/send_on_slack_service.rb b/lib/integrations/slack/send_on_slack_service.rb index d22757f5d..1f9a5fbb8 100644 --- a/lib/integrations/slack/send_on_slack_service.rb +++ b/lib/integrations/slack/send_on_slack_service.rb @@ -24,7 +24,7 @@ class Integrations::Slack::SendOnSlackService < Base::SendOnChannelService end def invalid_message? - (message.outgoing? && conversation.identifier.blank?) || !message.slack_hook_sendable? + (message.outgoing? || message.template?) && conversation.identifier.blank? end def perform_reply