{
"display_information": {
"name": "[YOUR_APP_NAME]",
"description": "[YOUR_APP_DESCRIPTION]",
"background_color": "#224dab"
},
"features": {
"bot_user": {
"display_name": "[YOUR_APP_NAME]",
"always_online": false
},
"shortcuts": [
{
"name": "Create new issue",
"type": "message",
"callback_id": "issue_shortcut",
"description": "Create a new issue in plane"
},
{
"name": "Link Work Item",
"type": "message",
"callback_id": "link_work_item",
"description": "Links thread with an existing work item"
}
],
"slash_commands": [
{
"command": "/plane",
"url": "https://[YOUR_DOMAIN]silo/api/slack/command/",
"description": "Create issue in Plane",
"should_escape": false
}
],
"unfurl_domains": [
"[YOUR_DOMAIN]"
]
},
"oauth_config": {
"redirect_urls": [
"https://[YOUR_DOMAIN]silo/api/slack/team/auth/callback/",
"https://[YOUR_DOMAIN]silo/api/slack/user/auth/callback/"
],
"scopes": {
"user": [
"chat:write",
"identify",
"im:read",
"im:write",
"links:write",
"links:read"
],
"bot": [
"channels:join",
"channels:read",
"users:read",
"users:read.email",
"chat:write",
"chat:write.customize",
"channels:history",
"groups:history",
"mpim:history",
"im:history",
"links:read",
"links:write",
"groups:read",
"im:read",
"mpim:read",
"reactions:read",
"reactions:write",
"files:read",
"files:write",
"im:write",
"commands"
]
}
},
"settings": {
"event_subscriptions": {
"request_url": "https://[YOUR_DOMAIN]silo/api/slack/events",
"bot_events": [
"link_shared",
"message.channels",
"message.im"
]
},
"interactivity": {
"is_enabled": true,
"request_url": "https://[YOUR_DOMAIN]silo/api/slack/action/",
"message_menu_options_url": "https://[YOUR_DOMAIN]silo/api/slack/options/"
},
"org_deploy_enabled": false,
"socket_mode_enabled": false,
"token_rotation_enabled": true
}
}