Slack - nová aplikace pro AI

Otevřít: https://api.slack.com/apps

Create new App

From manifest:


{
    "display_information": {
        "name": "jarda-test2"
    },
    "features": {
        "app_home": {
            "home_tab_enabled": true,
            "messages_tab_enabled": false,
            "messages_tab_read_only_enabled": false
        },
        "bot_user": {
            "display_name": "jarda-test2",
            "always_online": true
        }
    },
    "oauth_config": {
        "scopes": {
            "user": [
                "im:history",
                "channels:history",
                "chat:write"
            ],
            "bot": [
                "chat:write",
                "channels:history",
                "im:history",
                "app_mentions:read"
            ]
        }
    },
    "settings": {
        "event_subscriptions": {
            "request_url": "http://xxx.inited.cz/slack/events",
            "bot_events": [
                "app_mention",
                "message.channels",
                "message.im"
            ]
        },
        "interactivity": {
            "is_enabled": true,
            "request_url": "http://xxx.inited.cz/slack/actions"
        },
        "org_deploy_enabled": false,
        "socket_mode_enabled": false,
        "token_rotation_enabled": false
    }
}