feat: Update the slack integration-flow to allow users to select the channel (#7637)
This commit is contained in:
@@ -10,7 +10,7 @@ class Integrations::Slack::HookBuilder
|
||||
|
||||
hook = account.hooks.new(
|
||||
access_token: token,
|
||||
status: 'enabled',
|
||||
status: 'disabled',
|
||||
inbox_id: params[:inbox_id],
|
||||
app_id: 'slack'
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user