feat: Update the slack integration-flow to allow users to select the channel (#7637)
This commit is contained in:
@@ -1,2 +1 @@
|
||||
json.id @hook.app_id
|
||||
json.enabled true
|
||||
json.partial! 'api/v1/models/app', formats: [:json], resource: @hook.app
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
json.array! @channels do |channel|
|
||||
json.id channel['id']
|
||||
json.name channel['name']
|
||||
end
|
||||
@@ -0,0 +1 @@
|
||||
json.partial! 'api/v1/models/app', formats: [:json], resource: @hook.app
|
||||
Reference in New Issue
Block a user