feat: Enable sending template messages in webhooks (#7252)

fixes: https://github.com/chatwoot/chatwoot/issues/5291
This commit is contained in:
Sojan Jose
2023-06-05 20:27:28 +05:30
committed by GitHub
parent b333d0c986
commit d03924b846
2 changed files with 17 additions and 1 deletions

View File

@@ -6,7 +6,7 @@ module MessageFilterHelpers
end
def webhook_sendable?
incoming? || outgoing?
incoming? || outgoing? || template?
end
def slack_hook_sendable?