3,180 questions
Score of 0
1 answer
82 views
Slack Assistants API restrictions?
Hi — I'm trying to confirm a restriction I was told about regarding the Slack Assistants API.
Slack support told me that assistant:write and the AI-native UX are only available to Slack Marketplace ...
Score of 0
0 answers
50 views
Slack admin_analytics_getFile error - Error retrieving analytics file: file_not_yet_available
We are using slack_sdk to get analytics information for a particular day from slack. However we assume due to volume of the data I am getting a file_not_yet_available error.
Here is the code that we ...
Score of 0
0 answers
50 views
Can Slack Guest Users Authorize OAuth Apps with User Scopes?
Problem
I'm building a multi-tenant SaaS platform where users authenticate with Slack using OAuth to send messages with their real names (not as a bot). This works for regular workspace members but ...
Score of 0
0 answers
45 views
Multiple buttons to call the same function
When creating buttons, you assign them an 'action_id' and a 'value'. The action ID is also the name of the function called when the button is pressed. I want to offer multiple buttons with the same ...
Score of -1
1 answer
266 views
How to send Slack message using with image attachments? [closed]
The common problem with sending Slack messages using their NodeJS SDK is that you cannot attach multiple images to a chat.postMessage. The options available are:
uploading them to the thread
inlining ...
Score of 0
0 answers
90 views
Why does the Request URL receive interactions from message buttons but not from buttons in modals?
I'm struggling to troubleshoot this issue. I have a Slack+N8n setup, correctly configured to receive payloads through the Request URL configured on Slack under the Interactivity page. As long as I ...
Score of 0
0 answers
56 views
Could not retrieve column IDs with "select" and "date" type field using Slack's Task Tracker list API endpoint
I have recently started exploring Slack’s Task Tracker and Workflows features. While testing, I found that some automations I’d like to implement aren’t possible with Slack Workflows alone, so I ...
Score of 0
1 answer
296 views
How to identify if a Slack message is a thread reply?
Using the ts of a Slack message (e.g. 1234567890.123456), how can I know if that message is reply in a thread or a regular message in a channel?
If if is in a thread, I want to reply to the thread.
...
Score of 0
0 answers
85 views
Slack Bolt Challenge failing
So I am trying to create a slack bot to help us out with on call. Trying to get the events setup but when I try to enable, I am getting the error that I didn't respond with the value of the challenge ...
Score of 1
0 answers
105 views
Is there any way to make a custom alert when I get an error?
When I get an error in Splunk I would like to send an Alert to Slack, my company blocked E-Mail for the Slack so I need to use Webhook. I have added the Webhook to the alert of my search query, ...
Score of -4
1 answer
417 views
How to Programmatically Mention/Tag a User in a Slack Canvas Using the API?
I'm trying to use the Slack API to mention/tag a user in a canvas so others can click the name to reach out (open profile or DM). Manually typing @UserName in the canvas UI works, creating a clickable ...
Score of 0
3 answers
1741 views
Slack subscribe to Github Repo for Pull request notification
I've set up a github app in our slack channel by following this GitHub + integration for Slack https://github.com/integrations/slack
Now I would like to receive slack notifications whenever there's PR ...
Score of 1
0 answers
298 views
Slack files.completeUploadExternal sometimes fails with internal_error:put, internal_error:resp, or CloudFront 504 – what could cause this?
Slack has deprecated the files.upload API, so I’m migrating to the recommended flow using files.getUploadURLExternal → direct file upload → files.completeUploadExternal
Most of the time this flow ...
Score of 0
1 answer
145 views
How do you tag a team in the response from a slack bot app?
From How do you tag people with a slack bot? I can take a user like <@username> and it works fine but this doesn't seem to work for teams.
<@teamname> shows up as the literal <@teamname&...
Score of 2
1 answer
46 views
How can I get the time for a meeting reminder sent in a public Slack channel to show in the recievers time zone?
So, I've seen this question, or at least some similar to it asked on here before, but I've yet to get any of the solutions presented to get to work.
I help run a Slack team that has members mostly in ...