Top "Slack-api" questions

Slack is a real-time messaging, archiving and search tool for modern teams.

How to join a Slack channel as a Real Time Messaging bot user?

channels.join is not allowed for bot users. I would like my RTM-using bot to listen to channels other than …

slack-api
Slack - how to post a link to network folder?

I'm using a webhook to post messages to Slack via PowerShell script and I'd like to include a link to …

slack-api slack
How can a Slack bot detect a direct message vs a message in a channel?

TL;DR: Via the Slack APIs, how can I differentiate between a message in a channel vs a direct message? …

slack-api
Execute slash command as slack bot

I'm writing a simple slack bot which should execute other slack commands upon being called. Everything is up and running, …

slack-api slack
Display all online users in a Slack channel

New to slack at the moment - I've looked around to see if there's a Slack command to show all …

slack-api slack
How to see everyone who is online on slack?

We use the communication tool Slack. It shows online and away users that I have had direct message conversations with …

slack slack-api
Slack Incoming Web Hooks - Send message @channel

I am working with Slack API recently and my motive is to send a channel wide message at a certain …

slack-api
Python can't find installed module ('slackclient')

I am trying to build a slack bot for learning purpose but when I run the script get this error …

python python-3.x bots slack slack-api
Jenkins / Slack integration

I need to configure Jenkins to send notification on our Slack channel #builds. I configured the Jenkins CI integration in …

jenkins slack-api slack
Open URL in browser from Message Button using Slack API

I am sending the users a slack message with a button through a Slack App. On every click of the …

slack-api slack