Files
cfw-autumn/apps/leaf/slack-manifest.example.json
2026-06-03 12:20:19 +01:00

50 lines
985 B
JSON

{
"display_information": {
"name": "Autumn Chat Local"
},
"features": {
"bot_user": {
"display_name": "Autumn",
"always_online": false
}
},
"oauth_config": {
"redirect_urls": ["https://c.autumn.ngrok.app/slack/oauth/callback"],
"scopes": {
"bot": [
"app_mentions:read",
"assistant:write",
"channels:history",
"channels:read",
"chat:write",
"groups:history",
"groups:read",
"im:history",
"im:read",
"im:write",
"mpim:history",
"mpim:read",
"users:read"
]
}
},
"settings": {
"event_subscriptions": {
"request_url": "https://c.autumn.ngrok.app/slack/events",
"bot_events": [
"app_mention",
"assistant_thread_started",
"assistant_thread_context_changed",
"message.im"
]
},
"interactivity": {
"is_enabled": true,
"request_url": "https://c.autumn.ngrok.app/slack/interactions"
},
"org_deploy_enabled": false,
"socket_mode_enabled": false,
"is_hosted": false
}
}