mirror of
https://github.com/rickbarrette/redmine_qbo.git
synced 2025-11-08 17:04:23 -05:00
Webhook
This commit is contained in:
@@ -73,6 +73,11 @@ class QboController < ApplicationController
|
|||||||
end
|
end
|
||||||
|
|
||||||
entities = data['eventNotifications'][0]['dataChangeEvent']['entities']
|
entities = data['eventNotifications'][0]['dataChangeEvent']['entities']
|
||||||
|
|
||||||
|
entities.each do |entity|
|
||||||
|
puts entity['name']
|
||||||
|
puts entity['id']
|
||||||
|
end
|
||||||
|
|
||||||
# The webhook doesn't require a response but let's make sure
|
# The webhook doesn't require a response but let's make sure
|
||||||
# we don't send anything
|
# we don't send anything
|
||||||
|
|||||||
Reference in New Issue
Block a user