Category "slack"

How do we mention or tag someone in using Slack's Block Kit Builder?

I tried creating slack's blcok kit builder, the desired design were actually fine. But I don't know where to find a button so we can tag a someone on it. Someon

how to mock slack web api for jest

i have an app that's using the @slack/web-api package through the named import WebClient. i want to test one of the controllers that uses a model that in turns

Send Git commit message to slack channel after successful build in Jenkins

I have setup Jenkins for CI/CD. I am able to make successful build using git. After build is successful I upload the artifact to dropbox and once that is comple

What do I write to Slack's Socket-Mode websocket endpoint to send a chat message using Ruby?

I am trying to write a simple Slack chatbot for my team using Ruby. It's a bit rough because Slack doesn't have official support for Ruby. Nevertheless, I've be

Signing into slack-desktop not working on 4.23.0 64-bit (Ubuntu) [closed]

In the app, going File > Workspace > Sign in to new workspace launches a browser window. After selecting the workspace in browser, it la

Don't include polyfill to React JS with Slack Bolt

I have a really simple ReactJS code that use the Slack Bolt package. When I run npm run start I have three errors : Module not found: Error: Can't resolve 'os'

Slack notification from lambda not breaking message in newline

I am using below code to send message to slack from aws lambda, need to have newline between first and second variable. Both of them are of string type. Message

client is null on app.action in Slack both using Bolt for Javascript

I'm developing a Slack bot using Glitch and Bolt for Javascript. I'm opening a Model with two button (Approve and Reject), everything works up to where the user

how to share my slack App to Other Workspaces with Public Distribution way

I created a slack app with socket mode and I have one question about distributing my app: If I want to publicly distribute my app, I know that " Apps using Sock

Slack API - chat_deleteScheduledMessage not working

I have been trying to make a chatbot that schedules a message and then deletes the message before it would sent to the channel. Although, the scheduled message

Respond to user interaction - How to update message?

I have created a message froma slash-command Map<String, Object> data = new HashMap<>(); data.put("channel", command.getChannelId()); data.put("blo

Slack Bolt Verification with Oauth

I've been trying to work through this for a couple of days now. I have a slack app working in development using Slack/Bolt and the built in Express Server. In d

Where do I get `thread_ts` to start a Slack thread with an incoming webhook?

On Slack's incoming webhook documentation, they mention including the thread_ts in the request body to start a thread. { "text": "Hello, world.", "thre

Slack app giving error when adding a incoming webbook

I am running into an issue a slack app I am working with. I created a slack app, had it approved from the slack admin and then tried to create an incoming webbo

Challenge value not responding when connecting to request URL using python

I am trying to connect to my request URL in slack but it does not respond with the challenge value like it is supposed to. This has never been an issue before a

Sanitize GitHub context in GitHub actions

I'm trying to write a slack notification bot to trigger off of GitHub pull requests, but I'm running into a sanitization issue I have an action defined as follo

Sanitize GitHub context in GitHub actions

I'm trying to write a slack notification bot to trigger off of GitHub pull requests, but I'm running into a sanitization issue I have an action defined as follo

Slack incoming webhook: Request header field Content-type is not allowed by Access-Control-Allow-Headers in preflight response

I try to post a slack message via the fetch API in a browser: fetch('https://hooks.slack.com/services/xxx/xxx/xx', { method: 'post', headers: { 'Accept

Open URL in browser from Message Button using Slack API

I am sending the users a slack message with a button through a Slack App. On every click of the button, I generate a new URL. At the moment, I am able to retu

Is there a way to send a POST request to slack without using Webhook?

I have tried to send POST requests to my slack channel using webhooks to no avail. It always returns a bad request no matter what I do. Is there a way to send