Class: IntercomApp::WebhooksController

Inherits:
ApplicationController
  • Object
show all
Includes:
WebhookVerification
Defined in:
app/controllers/intercom_app/webhooks_controller.rb

Instance Method Summary collapse

Instance Method Details

#receiveObject



9
10
11
12
# File 'app/controllers/intercom_app/webhooks_controller.rb', line 9

def receive
  webhook_job_klass.perform_later({app_id: app_id, webhook: webhook_params.to_h})
  head :no_content
end