feat: Support for Whatsapp Cloud API (#4938)
Ability to configure Whatsapp Cloud API Inboxes fixes: #4712
This commit is contained in:
@@ -83,6 +83,7 @@ end
|
||||
|
||||
### WhatsApp Channel
|
||||
if resource.whatsapp?
|
||||
json.provider resource.channel.try(:provider)
|
||||
json.message_templates resource.channel.try(:message_templates)
|
||||
json.provider_config resource.channel.try(:provider_config)
|
||||
json.provider_config resource.channel.try(:provider_config) if Current.account_user&.administrator?
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user