Setting Up Slack Integration
Setting up Chatwoot Slack integration involves 5 steps.
- Create a slack app in the developer portal.
- Add necessary permissions for the slack app.
- Configure Chatwoot with the
client ID
andclient Secret
obtained from the slack app. - Open Chatwoot UI, navigate to integrations, Slack and click connect.
- Voila! You should be receiving new conversations in the #customer-conversations channel in Slack.
Register a Slack app
To use Slack Integration, you have to create a Slack app in the developer portal. You can find more details about creating Slack apps at the Slack developer portal.
Once you register your Slack App, you will have to obtain the Client Id
and Client Secret
. These values will be available in the app settings and will be required while setting up Chatwoot environment variables.
Configure the Slack app
- Create a Slack app and add it to your development workspace.
- Obtain the
Client Id
andClient Secret
for the app and configure it in your Chatwoot environment variables. - Head over to the
OAuth & permissions
section underfeatures
tab. - In the redirect URLs, Add your Chatwoot installation base URL.
- In the scopes section configure the given scopes for bot token scopes:
channels:history
channels:join
channels:manage
channels:read
chat:write
chat:write.customize
commands
files:read
files:write
groups:history
groups:write
im:history
im:write
links:read
links:write
mpim:history
mpim:write
users:read
users:read.email
- In the user access token section subscribe to:
files:read
,files:write
,remote_files:share
- Head over to the
Events Subscriptions
section in theFeatures
tab. - Enable events and configure the given request url
{Chatwoot installation url}/api/v1/integrations/webhooks
- Subscribe to the following bot events:
link_shared
,message.channels
,message.groups
,message.im
,message.mpim
. - Add the installation URL as
domain
under theApp unfurl domains section
to display meta information about the conversation when the conversation URL is shared. - Connect Slack integration on Chatwoot app and get productive.
Configure the environment variables in Chatwoot
Obtain the Client ID
and Client Secret
for the app and configure it in your Chatwoot environment variables.These values will be available under Settings
> Basic Information
.
SLACK_CLIENT_ID=
SLACK_CLIENT_SECRET=
Restart the Chatwoot server.
Note: Slack will only show up in the integrations section once you have configured these values and restarted the server.
Connect Chatwoot with your Slack workspace
Follow this guide to complete the Slack integration.
Testing your setup
- Create a new conversation.
- Ensure that you are receiving the Chatwoot messages in the connected slack channel.
- Add a message to that thread and ensure that it is coming back on to Chatwoot.
- Add
note:
orprivate:
in front of the Slack message to see if it is coming out as private notes. - If your Slack member's email matches their email on Chatwoot, the messages will be associated with their Chatwoot user account.