The slack integration allows you to automatically send responses to a Slack channel of your choice.
https
instead of http
for the redirect URI.go
script in your apps/web/package.json
to include the --experimental-https
flag. The
command will look like: apps/web
directory to include the WEBAPP_URL
as https://localhost:3000
instead of http://localhost:3000
.
go
script(to acquire the SSL certificate). You can do this by running the terminal as an administrator or using the sudo
command in Unix-based systems.
channels:read
groups:read
chat:write
chat:write.public
chat:write.customize
https://localhost:3000/api/v1/integrations/slack/callback
.
https://<your-public-facing-url>/api/v1/integrations/slack/callback
SLACK_CLIENT_ID
- OAuth Client ID
SLACK_CLIENT_SECRET
- OAuth Client Secret
SLACK_CLIENT_ID
SLACK_CLIENT_SECRET