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

how to auto sign out user after using "sign in with slack" with oauth2

after using oauth2 flow for slack ("Sign in with Slack") and making appropriate API calls, we need to make sure users are properly signed out of Slack as well, else, on a shared computer, subsequent users would gain access to their info. we're using…
1
vote
2 answers

How to disable all service integrations of one kind

I have added a slack service template to my gitlab-ce via the administrators interface. Everything worked. I activated "active by default". As a result, all projects now push notifications into the main channel. And those are a lot. Changing the…
helt
  • 4,925
  • 3
  • 35
  • 54
1
vote
1 answer

How to make an "independent" (datacontainer)-class in C# holding data from another class? (slack/JSON-related)

My problem is a bit complicated. It is as follows: I get via HTTPClient answers from the (in my case) "Slack"-API. This data is sent as JSON, so I deserialize it into the fitting objects(classes) I wrote for this. Until now I just handled the data…
Fabian Held
  • 373
  • 1
  • 6
  • 17
1
vote
1 answer

How to get the all the channels in Slack workspace with conversation.list API?

When I paginate through next_cursor, I get a different number of channels every time I hit the URL through NodeJS function. Once the total channels fetched is 7488 another time it is 300. It differs every time I run the program. URL :…
Swaathi
  • 43
  • 4
1
vote
1 answer

What is the min permissions needed for slack app that listens to all messages and can edit message

The app is fairly simple, its listens to all messages and if a keyword is present in message it adds an attachment to that message. I would like this to work in all areas (groups, channels, dm, threads etc..) I am using slacks event callback system…
Labithiotis
  • 3,519
  • 7
  • 27
  • 47
1
vote
1 answer

Jenkins : Not able to send slack notifications using Global Slack Notifier plugin 2.18

I had Global Slack Notifier version 2.x earlier and it was working fine. I migrated to Global Slack Notifier 2.18 plugin and it stopped working. Now, there is NO text-box to enter integration token. Also I have generated the Slack compatible app…
Vishal Pachpute
  • 159
  • 1
  • 2
  • 13
1
vote
1 answer

Top-level access token returned from Slack Button

I have a question about the top-level access token that is returned after the "Add to Slack" button is clicked and consent is granted. This is the JSON response: { "access_token": "xoxp-XXXXXXXX-XXXXXXXX-XXXXX", "scope":…
user3709284
  • 323
  • 1
  • 2
  • 10
1
vote
1 answer

How to find out if workspace added or removed your Slack App?

I have some questions about Slack App after Public Distribution is activated. Our team has developed a Slack App with bot and incoming webhook features, and we have activated public distribution for this Slack App, and added the "Add to Slack"…
user3709284
  • 323
  • 1
  • 2
  • 10
1
vote
1 answer

How to post the email body?

I have the following to post static text. Call Slack API via VBScript Rule in Outlook How would I put the body of the email as the "text"? I tried adding the following: Sub ProcessSend(Item As Outlook.MailItem) Set oXMLHTTP =…
Marcus Lee
  • 31
  • 3
1
vote
1 answer

IBM Cloud GitLab + Slack Integration: HTTP Status 400 missing_text_or_fallback_or_attachments

I am trying to connect my GitLab repository from IBM Cloud to our slack channel. I get a http status error code 400: missing_text_or_fallback_or_attachments My response header looks like this Content-Type: text/html Transfer-Encoding:…
1
vote
2 answers

How to make my function return to Slack right away?

I'm trying to develop a simple API for Slack and I want to return something to the user right away to avoid the 3000 ms timeout. Here are my questions: Why the This should be printed to Slack first doesn't get printed right away, instead I only…
devxvda1
  • 442
  • 2
  • 8
  • 18
1
vote
1 answer

How to output test pass/failure notification to slack through Jenkins when running pabot

I want to set up notifications in slack through Jenkins using pabot(parallel run of robot framework tests). I have already configured Jenkins to output the pass/failure/skip notifications when using robot, but once I change it to pabot the…
KeithMc18
  • 112
  • 2
  • 10
1
vote
0 answers

Postman fails to authorize against Slack App

I'm following the steps described in this Slack tutorial on authorizing Postman. When I get to the end and try to request the token from Postman, the Slack OAuth window pops up and I can authorize. On Postman however, I get an error message: Could…
Jiri
  • 177
  • 1
  • 1
  • 7
1
vote
1 answer

How to private message user in App channel

When creating a slack app, it creates a "channel" under the Apps header on the left hand menu. I want to be able to private message users within this from my bot / app rather than creating a new channel or messaging the user via slack bot. The…
Stretch0
  • 8,362
  • 13
  • 71
  • 133
1
vote
1 answer

Multiple Slack channel support for botframework

Currently the botframework allows to register only one slack app. I have two vendors who would want to use our bot on their slack app... which means two slack apps I need to support. botframework allows me to register only one slack client today.…
ubreddy
  • 815
  • 2
  • 8
  • 19