Questions tagged [slack]

Slack is a proprietary cloud-based team collaboration tool.

Slack is a messaging program designed specifically for the workplace. Developed by American software company Slack Technologies and now owned by Salesforce, Slack offers many IRC-style features, including persistent chat rooms (channels) organized by topic, private groups, and direct messaging.

Links:

  1. Official site
  2. Wiki
3220 questions
1
vote
1 answer

Google App Script Only Pull Rows With Data

I have a google sheet that is populated with changing data daily based off of today's date and what I would like to do is push every line that has data into a Slack channel daily on a time trigger. As you can see I started building this out making…
1
vote
2 answers

Customizing Prometheus AlertManager notifications in Slack

I have few Win servers (like Build, DB, App etc) where WMI is installed and configured, and able to read Metrics (based on rules like Disk Space >90) on my Prometheus dashboard. Setup an Altermanager on the same box and I'm writing Metrics…
1
vote
1 answer

IBM Cloud Functions / OpenWhisk Slack package and message attachments

I am trying to use the Slack package available for IBM Cloud Functions and OpenWhisk. I created a Node.js action that produces a JSON object with text and attachments values. The object is passed along in a sequence that uses the post method of the…
data_henrik
  • 16,724
  • 2
  • 28
  • 49
1
vote
1 answer

How can I use a Slack Bot to get a list of all messages send by itself?

I have a slack bot with a bot token and I want to use it to look for a previous message it has sent. I originally tried to do something like res = sc.api_call( "conversations.history", channel = channel_id, limit = 100, oldest =…
swagrov
  • 1,510
  • 3
  • 22
  • 38
1
vote
2 answers

Send a text to Slack Webhook containing selected user

I am trying to send a message from Google Apps Script to Slack via a Webhook URL that works great, but I can't figure out how to send a highlighted or selected user in that text. For example '@UsernameTest how are you?' is something I want to send…
cek11lru
  • 379
  • 2
  • 14
1
vote
2 answers

Is it possible to get user granted features in Slack Web API?

I'm using slack web api in my application. One of the features that users can do is to create channels directly from the app. I want to show something for the users, who are not granted to create channels in Slack. But I don't understand how can I…
Gatilin Maxim
  • 77
  • 1
  • 8
1
vote
0 answers

Setting a reminder with Slack API

I'm having trouble using the reminder method to set a reminder using the Slack API. https://api.slack.com/methods/reminders.add I want to set a reminder for various people in our workspace. My understanding of the Slack API docs is that a…
Timothy Barmann
  • 598
  • 7
  • 17
1
vote
0 answers

Passport.js: using JWT strategy with existing Slack strategy for client authentication

I am building an app for Slack with an attached web interface/team dashboard. Built in node, I'm struggling getting Slack auth and Client auth into one fluid motion. I'm using passport.js for auth, with Slack Strategy to authenticate users for…
1
vote
2 answers

Slack returns error on setting event subscription URL with Amazon Lex

I created a bot in AWS Lex and I am trying to integrate it with Slack. I created a Slack app and followed the documentation as mentioned in- https://docs.aws.amazon.com/lex/latest/dg/slack-bot-association.html However, while trying to integrate with…
1
vote
1 answer

Slack API: Creating group thru groups.create doesn't reflect in conversations.list

I am working with slack API to create channels for my team thru its API. There are some channels on the team that have been created using the web UI and some that I have created using groups.create method. When I fetch the list of channels using…
Vizag
  • 743
  • 1
  • 7
  • 30
1
vote
2 answers

How to restrict Slack Passport authentication to a specific team?

Simply looking for some direction, whether it's a link to the docs or an example: I want to use Passport to authenticate users using Slack/Passport but only if they belong to my company. So, for example, olaf@mycompany can log in and view protected…
Mike Fleming
  • 2,593
  • 4
  • 14
  • 24
1
vote
2 answers

Slack appender for log4j2

i am trying to use Slack appender for log4j2 by tobias, in Java 8 project with maven. The tobias project is: tobias wrapper for slack I am trying to configure the appender or by log4j2.xml file or by programatic configuration, and both ways i can't…
Ran G
  • 21
  • 5
1
vote
1 answer

Applications not seeing NoMachine pulseaudio microphone source

I'm remoted into a Linux VM running CentOS 7 via NoMachine. NoMachine presents the client's microphone as a pulseaudio source. I can use Audacity to record from the pulseaudio source. However, other applications - Chrome, Firefox, Slack, WebEx -…
1
vote
1 answer

Bash script works locally but not on a server

This Bash script is called from a SlackBot using a Python script that uses the paramiko library. This works perfectly when I run the script locally from the bot. It runs the application and then kills the process after the allotted time. But when…
Jason Jabbour
  • 47
  • 2
  • 9
1
vote
1 answer

Post image to slack using httr package in R

Slack offers a method to upload files through their api. The documentation is found here: Slack files.upload method On this page it gives an example of how to post a file: curl -F file=@dramacat.gif -F "initial_comment=Shakes the cat" -F…
Mark
  • 172
  • 1
  • 10