Restructure omni services and add Chatwoot research snapshot
This commit is contained in:
7
research/chatwoot/app/jobs/agent_bots/webhook_job.rb
Normal file
7
research/chatwoot/app/jobs/agent_bots/webhook_job.rb
Normal file
@@ -0,0 +1,7 @@
|
||||
class AgentBots::WebhookJob < WebhookJob
|
||||
queue_as :high
|
||||
|
||||
def perform(url, payload, webhook_type = :agent_bot_webhook)
|
||||
super(url, payload, webhook_type)
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user