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
4 answers

Jackson failed to convert request element

I'm using Spring to craft a REST API which exposes a POST endpoint. I'm able to reach the endpoint, but I'm having trouble reading the request body. The following code works: payload contains the object sent. @RestController public class…
Andrea
  • 675
  • 1
  • 13
  • 34
1
vote
1 answer

Send file attachment with outgoing webhook in Slack

I want to upload any file that is uploaded in slack channel to the linked google drive account. So as and when a user uploads a file in slack channel, that file should get uploaded in Google Drive also. I am thinking of using slack outgoing web…
RKD
  • 29
  • 4
1
vote
1 answer

How to set up a different download folder for every single Slack channel?

I'm looking for a way to have a separate download folder for each Slack channel. Slack official app doesn't give this opportunity, and devs aren't looking to implement it. Any idea on how to setup something like this?
Antoder
  • 65
  • 2
  • 9
1
vote
1 answer

How to get User ID now with a mention in chat?

Typing in my custom slack bot command to add johndoe to a group "/myslashcommand add @johndoe" translates in my terminal to the following when printing the request.form['txt']: add @john.doe From this how do I get the user ID of johndoe? Or how do…
MMM
  • 315
  • 1
  • 6
  • 19
1
vote
1 answer

Delete message generated by reminder in slack

I deleted my reminders successfully in the /remind list. The issue is that the message generated is still showing in the channel. How can I delete the message ?
mruss24
  • 367
  • 2
  • 6
  • 14
1
vote
0 answers

Polling for received messages in Slack

We've just started using Slack and I've been looking for a feature that I liked about our previous chat program. My previous chat client opened whenever I received a message and came to the front. Since (correct me if I'm worng) Slack doesn't have…
Peter
  • 8,776
  • 6
  • 62
  • 95
1
vote
1 answer

Slack Attachment error : private_url is undefined

I have a simple code that's supposed to download images from slack messages. var url = message.file.private_url; var destination_path = './tmp/uploaded'; var opts = { method: 'GET', url: url, headers: { Authorization: 'Bearer ' +…
1
vote
1 answer

Getting error 11200 on every sms message that posts to slack

im trying to send sms message to slack, i have it where the message is posted. the problem im having is that the twilio console gives a 11200 error on every message. /** * Dependencies: * Dotenv, Express, BodyParser, Slack Web…
Brian Cook
  • 11
  • 2
1
vote
1 answer

Hubot help desk: reply with error if x is not there

I am giving hubot a go to be integrated with slack to act as a helpdesk. The script (coffeescript) so far looks out for keywords, if the keywords don't exist then I need the hubot to return something like 'Sorry I can't find what you are looking…
CPdev
  • 375
  • 2
  • 5
  • 20
1
vote
1 answer

How Can i get my direct messages in slack api?

How Can i get my direct messages in slack api ? i have try these methods search.messages etc and this link https://slack.com/api/search.messages but can not show result.
UMDEVELOPER
  • 89
  • 11
1
vote
1 answer

Can I create another bot user from an existed one in Slack?

I need to create one more the same bot user after some conversations with the first bot (I need to have kind of recursion). I can to do it, but I need to have another "slack bot oauth access token" for it. So, the owner need to go to the Slack Api…
1
vote
2 answers

WAS Slackbot Integration from WAS Landing Page errors when following the instructions

"https://watson-personal-assistant.github.io/developer/further-topics/slackbot-integration/" I am not able to make it work by following the steps on WAS Slack Bot Integration (above link). My slack setting should be ok as I tried use the same ID…
1
vote
2 answers

How to send error message to slack using webhook and Python?

I have several Python functions. In case of any error I want to send the error message to slack. For this I have added below line in except block of my code- except Exception as ex: msg = 'There is a problem with csv generation due to:…
AnalyticsPy
  • 245
  • 2
  • 14
1
vote
2 answers

Message Attachments missing when posting message to Slack App Home channel

I've built a Workspace App for Slack, which now comes with a channel (under the Apps header), where a user can send messages to the app itself. This triggers a message.app_home event, that my backend receives. I want to respond to that message,…
JSTL
  • 808
  • 1
  • 14
  • 25
1
vote
1 answer

Dialogflow Slack Cards

I have a bit of a silly question about the Slack integration of Dialogflow. When I use a card to the response in Slack, the buttons work perfectly. But they don't type the title nor the postback of the button to the chat. The Botframework from…
Sizzin
  • 92
  • 1
  • 8