feat: APIs for Integration Hooks (#2250)
- Introduces JSON Schema validations via JSONSchemer - Add CRUD APIs for integration hooks
This commit is contained in:
@@ -12,7 +12,6 @@ class Integrations::Slack::HookBuilder
|
||||
access_token: token,
|
||||
status: 'enabled',
|
||||
inbox_id: params[:inbox_id],
|
||||
hook_type: hook_type,
|
||||
app_id: 'slack'
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user