mirror of
				https://github.com/lingble/chatwoot.git
				synced 2025-10-31 02:57:57 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			222 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			222 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
| class Api::V1::Integrations::WebhooksController < ApplicationController
 | |
|   def create
 | |
|     builder = Integrations::Slack::IncomingMessageBuilder.new(params)
 | |
|     response = builder.perform
 | |
|     render json: response
 | |
|   end
 | |
| end
 | 
