feat: Add support for Whatsapp template messages in the UI (#4711)
Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
This commit is contained in:
@@ -78,3 +78,6 @@ if resource.api?
|
||||
json.webhook_url resource.channel.try(:webhook_url)
|
||||
json.inbox_identifier resource.channel.try(:identifier)
|
||||
end
|
||||
|
||||
### WhatsApp Channel
|
||||
json.message_templates resource.channel.try(:message_templates) if resource.whatsapp?
|
||||
|
||||
Reference in New Issue
Block a user