| 123456789101112131415161718192021222324252627282930313233343536373839 |
- _metadata:
- major_version: 1
- minor_version: 1
- display_information:
- name: SQL Assistant
- description: Share queries, ask where is the data, how to query it.. questions.
- background_color: "#000000"
- features:
- app_home:
- home_tab_enabled: false
- messages_tab_enabled: false
- messages_tab_read_only_enabled: true
- bot_user:
- display_name: Hue
- always_online: true
- unfurl_domains:
- - demo.gethue.com
- oauth_config:
- scopes:
- bot:
- - app_mentions:read
- - channels:history
- - channels:read
- - chat:write
- - files:write
- - links:read
- - links:write
- - users:read
- - users:read.email
- settings:
- event_subscriptions:
- request_url: https://demo.gethue.com/desktop/slack/events/
- bot_events:
- - app_mention
- - link_shared
- - message.channels
- org_deploy_enabled: false
- socket_mode_enabled: false
- is_hosted: false
|