Connect Gurubase with Slack to enhance your workflow
https://workspace.slack.com/archives/C08AH3Y4Z5K
. Here, C08AH3Y4Z5K
is the channel ID.@Gurubase.io
in your Slack channels to ask questions directly to your Guru.
@<app_name_you_gave_to_the_bot>
instead of @Gurubase.io
./api/slack/events/
endpoint of your Gurubase instance. If the Gurubase instance URL is not public, you need to open it to public. You can use ngrok to do this:
ngrok http http://localhost:8029
/api/slack/events/
as “Request URL”, this is the url that Slack will send the events to. Be careful with the trailing slash at the end of the url. You should see the “Verified” green text if the url is correct.
${your_public_gurubase_url}/api/slack/events/
message.channels
message.groups
message.im
channels:join
channels:read
chat:write
groups:read
channels:history
groups:history
im:history
${your_public_gurubase_url}/api/slack/interactive/
https://api.slack.com/apps/<app_id>/app-home