Allow slack connector to answer to channel messages

This commit is contained in:
mudler
2024-04-10 20:28:15 +02:00
parent 437da44590
commit 69cbcc5c88
3 changed files with 31 additions and 9 deletions

View File

@@ -21,15 +21,20 @@ oauth_config:
- channels:read
- chat:write
- commands
- groups:history
- im:history
- im:read
- im:write
- mpim:history
- users:read
- users:read.email
- groups:read
settings:
event_subscriptions:
bot_events:
- app_mention
- message.channels
- message.groups
- message.im
interactivity:
is_enabled: true