Questions tagged [slack]

Slack is a proprietary cloud-based team collaboration tool.

Slack is a proprietary cloud-based team collaboration tool.

https://slack.com/

2474 questions
0
votes
0 answers

Write Logs of Event Viewer to a Slack channel

The idea is simple, to send specific logs of the Windows Event Viewer to a specified Slack channel. I know this can be do by sending them through email. What I liked to do is: every time a machine reboots, it creates a log in the Event Viewer and…
Raphael
  • 35
  • 5
0
votes
0 answers

OAuth for Slack API in Java Bolt SDK

I’m trying to get through the oauth process using the Java Bolt SDK, for some reason it does perform a GET request to the right redirect uri “/slack/oauth/install”, however it doesn’t hit my oauthApp endpoint “/install” … not sure what else I can…
wawo
  • 15
  • 1
  • 6
0
votes
1 answer

Java slackbot - unhandled exception error

Im using the example from the slack dev guide but their example isnt working for me and im not quite sure as to why. I would imagine that involves something with the api token but i cant see any documentation on it. Heres what i have so far. Im…
0
votes
1 answer

Slack Webhook is ignoring some of my params

I am using slack webhook to post a report and I am trying to add icon_emoji, channel and username however its ignoring all of those When i use try it here it works…
Metawaa
  • 104
  • 11
0
votes
1 answer

Are the Azure DevOps extension for Slack affected by changing the slack workspace url?

In the company, we will change the slack workspace URL from https://oldname.slack.com to https://newname.slack.com. We have a lot of connections from Azure DevOps online service to Slack using two approaches. Older links via service hooks in Azure…
0
votes
0 answers

how to fix unable to open link to chrome from slack?

How can I fix the issue that hyperlink does not open on chrome app after clicking the link under slack app? before I update my chrome, everything works normal but I just cannt open link on chrome rom slack anymore Google Chrome is up to date Version…
jacobcan118
  • 3,574
  • 7
  • 20
  • 49
0
votes
1 answer

Slack button not send response when using bot frame work

When the bot sends a post back reply to the slack by button click event. The slack did not reply, Some documentation say slack accept post back event Microsoft bot builder cards imback method doesnt display text on Slack but I cant find how. I’m…
0
votes
1 answer

Ignore formatting in Slack App when reading messages

I'm building a Slack App which is only interested in actual user input in message, regardless if it's bold, italic, or a web link. What would be the best way to remove all the formatting characters, such as _, *, etc, and leave actual text only?
Ivan Balashov
  • 1,676
  • 1
  • 20
  • 27
0
votes
0 answers

Python creates too much JSON files (ngrok, slack)

My problem: I fetch data from a Slack channel and safe it to a JSON file. I observe the incoming posts via Web Interface of a ngrok web server. There I can see that per post/request 4 times a ping is coming in with the same data. My script genrates…
Chrissi
  • 75
  • 1
  • 9
0
votes
0 answers

Bogus Notifications on Slack from bitbucket plugin

I am getting some bogus notifications on my slack channel which is set up to receive PR updates on my bitbucket project. For example I will see a notification saying that a comment has been edited by someone but then when I check bitbucket I see…
0
votes
1 answer

How to make my slackbot reply in a thread, instead of to entire channel in Slack

I am doing slack to ServiceNow integration which is working fine. I am trying to reply to a thread instead of posting a message to a channel. Currently i am using https://slack.com/api/chat.postMessage which is reply to a channel but not to a…
0
votes
1 answer

Multi Tenant session management using multiple domains

I am trying to implement a feature similar to Slack where my application is a multi-tenant app, and a user can be logged into multiple accounts. Each account will be tied to a different domain. If logged into 2 different accounts, the user should be…
Jessie
  • 9
  • 3
0
votes
1 answer

Which Slack app scopes should be used to manage channel like Sentry or JIRA?

I've read a lot about scopes for Slack OAuth flow here: https://api.slack.com/methods https://api.slack.com/scopes https://api.slack.com/legacy/oauth-scopes Some methods are deprecated, some should work, for others - no good documentation or…
wowkin2
  • 4,058
  • 2
  • 16
  • 45
0
votes
1 answer

Slack message based on date in Google Spreadsheet

I have a spreadsheet with several payment dates and want to create a slackbot to post a message to Slack when the date in one specific column match today's date. I'm very new to coding and I'm using a code I found to send an email, but can't find…
Paulo
  • 3
  • 2
0
votes
0 answers

Correct way to add multiple message events in Python Slack_SDK

I want to have my slack bot respond to multiple message types, and I'm not sure if the best way to go about this is adding multiple message events or to add them all to the same event... @slack_events_adapter.on("message") def…
user2607110
  • 127
  • 1
  • 10
1 2 3
99
100