Restructure omni services and add Chatwoot research snapshot
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
class Channels::Twilio::TemplatesSyncJob < ApplicationJob
|
||||
queue_as :low
|
||||
|
||||
def perform(twilio_channel)
|
||||
Twilio::TemplateSyncService.new(channel: twilio_channel).call
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user