Files
cfw-autumn/apps/leaf/slack-manifest.prod.json
2026-06-06 21:15:25 +01:00

54 lines
1.0 KiB
JSON

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