mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-02 03:57:52 +00:00
Chore: Routine Bugfixes and enhancements (#979)
- Fix slack scopes - Docs for authentication Fixes: #704 , #973
This commit is contained in:
@@ -16,7 +16,7 @@ Once you register your Slack App, you will have to obtain the `Client Id` and `C
|
||||
3) Head over to the `OAuth & permissions` section under `features` tab.
|
||||
4) In the redirect URLs, Add your Chatwoot installation base url.
|
||||
5) In the scopes section configure the given scopes for bot token scopes.
|
||||
`commands,chat:write,channels:manage,channels:join,groups:write,im:write,mpim:write,users:read,users:read.email,chat:write.customize`
|
||||
`commands,chat:write,channels:read,channels:manage,channels:join,groups:write,im:write,mpim:write,users:read,users:read.email,chat:write.customize,channels:history,groups:history,mpim:history,im:history`
|
||||
6) Head over to the `events subscriptions` section under `features` tab.
|
||||
7) Enable events and configure the the given request url `{chatwoot installation url}/api/v1/integrations/webhooks`
|
||||
8) Subscribe to the following bot events `message.channels` , `message.groups`, `message.im`, `message.mpim`
|
||||
|
||||
Reference in New Issue
Block a user