Skip to content

Instantly share code, notes, and snippets.

@flash1293
Created July 19, 2023 13:16
Show Gist options
  • Save flash1293/6819b251afaa5023cfce2971e8990abc to your computer and use it in GitHub Desktop.
Save flash1293/6819b251afaa5023cfce2971e8990abc to your computer and use it in GitHub Desktop.
Slack App manifest for connector development help bot
{
"display_information": {
"name": "Connector Development Helper Bot",
"description": "Helpful bot to answer questions around connector development",
"background_color": "#303133"
},
"features": {
"bot_user": {
"display_name": "Airbyte Connector Dev Help",
"always_online": false
}
},
"oauth_config": {
"scopes": {
"user": [
"channels:history"
],
"bot": [
"channels:history",
"channels:join",
"channels:read",
"files:read",
"groups:read",
"links:read",
"reactions:read",
"remote_files:read",
"team:read",
"usergroups:read",
"users.profile:read",
"users:read",
"app_mentions:read",
"chat:write"
]
}
},
"settings": {
"event_subscriptions": {
"bot_events": [
"app_mention"
]
},
"interactivity": {
"is_enabled": true
},
"org_deploy_enabled": false,
"socket_mode_enabled": true,
"token_rotation_enabled": false
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment