feat: Enable sending template messages in webhooks (#7252)
fixes: https://github.com/chatwoot/chatwoot/issues/5291
This commit is contained in:
@@ -6,7 +6,7 @@ module MessageFilterHelpers
|
||||
end
|
||||
|
||||
def webhook_sendable?
|
||||
incoming? || outgoing?
|
||||
incoming? || outgoing? || template?
|
||||
end
|
||||
|
||||
def slack_hook_sendable?
|
||||
|
||||
Reference in New Issue
Block a user