Restructure omni services and add Chatwoot research snapshot
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
class Webhooks::TelegramController < ActionController::API
|
||||
def process_payload
|
||||
Webhooks::TelegramEventsJob.perform_later(params.to_unsafe_hash)
|
||||
head :ok
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user