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 do I make the connection between R and Slack?

We just started last week with using stack to keep up with our community. I am looking for a way to easy monitor the user statistics, possibilities to post some results from r and maybe make an easy notification tool for new members or even a bot…
Lyanne
  • 11
  • 1
1
vote
1 answer

Slack slash command with local web service

I put a local web service (started with 10.xx) in the Request URL section of a Slack slash command setting. When invoking in the channel, it gives me 503_service_error. Our company is using Slack, and I'm in one of its workspaces, Is there any…
biao
  • 311
  • 3
  • 10
1
vote
0 answers

OAuth on Slack Entreprise

I try to set up a bot on a Slack Entreprise account but I keep getting a scope_not_allowed_on_entreprise I've tried with the following scopes identity.basic identity.email identity.team identity.avatar I've looked into the documentation…
Zav
  • 21
  • 5
1
vote
1 answer

Node js - Slack API integration - Error: An API error occurred: channel_not_found

I am very new to slack api integration using node js. I am trying to get channels history. Even I tried with chat.postMessage. But it threw me the following error every time: { Error: An API error occurred: channel_not_found at…
Saan
  • 11
  • 1
  • 5
1
vote
3 answers

Laravel notification add mention of user in group channel

I'm trying to send a notification with a mention of a user in a general channel. This is what I have:
nielsv
  • 6,540
  • 35
  • 111
  • 215
1
vote
3 answers

Formatting slack message posted from shell script

I have a shell program which write multiline output to a variable called "$text" which outputs as below on terminal. echo "$text" ============================================== Oracle Host:…
asp
  • 777
  • 3
  • 14
  • 33
1
vote
1 answer

How to properly format attachment data for Slack chat.postMessage

I am trying to incorporate a slack notification using a Slack bot app API into my C# application. The code below is working fine but the format used for the attachments field makes it very difficult to edit and maintain... There must be an easier…
Megasoum
  • 13
  • 2
1
vote
1 answer

why CLIENT_EVENTS are not working RTM is undefined in my slack bot?

i am just started to develop service for slack and i just creating a connection to the slack bot but i have facing a problem that Cannot read property 'RTM' of undefined this is my code const { RTMClient, CLIENT_EVENTS, RTM_EVENTS,…
1
vote
0 answers

Using Ionic 3 Side-Menu with ion-slider (like Slack)

I'm trying to create an Ionic application that has a side-menu with a slider implemented. I have tried implementing the code in the app.html page using this code:
Seyi B
  • 51
  • 4
1
vote
3 answers

How to upload any file on Slack via Slack-App in c#

I need help with uploading files to Slack. I have a Slack-App that is working with my code(below) so far. But all I can do is post messages. I can not attach images to the messages - because I do not understand how to use the so called "methods"…
Fabian Held
  • 373
  • 1
  • 6
  • 17
1
vote
1 answer

Email Field from Slack to AWS Lambda

{ "messageVersion": "1.0", "invocationSource": "DialogCodeHook", "userId": "xxx", "sessionAttributes": { "currentReservation": "" }, "requestAttributes": { }, "bot": { "name": "BookTrip", "alias": "shoping", …
1
vote
1 answer

How can I send all my Artisan command output to slack? (Using Laravel)

I'm trying to extend my Laravel Artisan commands with a trait. The trait should capture all command line output and send it to Slack. I've got the 'send messages to slack' part working with this package. However I'm failing to capture the console…
Martijn Imhoff
  • 918
  • 1
  • 8
  • 22
1
vote
1 answer

Send private message to a slackbot without other users of the workspace seeing it

How can i send a private message to a bot other without users seeing it on the channel? Im using node js and the module slackbots. And each time i communicate with the bot it goes something like this: "@robot hello" but everybody on the chat sees…
John Doe
  • 59
  • 7
1
vote
1 answer

Format messages from Slack

So I'm making request to Slack api to get messsage history of a particular channel. Everything works fine except the messages that are returned are still in slack format. Is there any way to convert it to HTML format? Thanks.
Mayank
  • 17
  • 4
1
vote
1 answer

Add to Slack - MS Bot framework - he Bot Directory is no longer accepting new submissions

I am enabling slack channel in MS bot framework. All mentioned steps are done and from my own ID i am able to communicate with bot. However, I when I give "Add to Slack" button to another slack user, it asks for permissions. After allowing the…
Sandeep Bhutani
  • 589
  • 7
  • 23