Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [slack-api]

Slack is a real-time messaging, archiving and search tool for modern teams. Use this tag for programming questions related to the Slack API including the Web API, the RTM API and the Events API.

slack-api
0 votes
1 answer
33 views

Anyone managed to post a Slack Block message using the inbuilt Logic App slack steps

Starting out with Azure logic apps and i have started off with Slack messaging. Logic Apps seems to have a few pre-built steps in relation to Slack , one of them is to post a message to a slack ...
NickDa's user avatar
  • 59
0 votes
0 answers
20 views

'ERR_REQUIRE_ESM' error code when running js file using Slack API

I'm a bit new to this, but I followed the this Youtube tutorial on how to build a Slack Bot but I can't seem to make it work. Here is my code, For index.js require = require("esm")(module/*, ...
Century Tuna's user avatar
  • 1,747
0 votes
0 answers
33 views

Getting errorMessage": "Expecting value: line 1 column 1 (char 0)", in Lambda Python

I'm trying to create a slack bot using the slack api and an aws lambda function. Right now I just want it to respond with "Hi" whenever a user says "Hello". I'm getting this error ...
Sophia Campione's user avatar
0 votes
1 answer
20 views

doPost Triggered by Slack Not Calling Function from Different File in Same Project

I'm facing an issue with my Google Apps Script project and could use some help. Short Summary: I have a project with three .gs files. One of them contains a doPost function that is triggered by Slack. ...
Albert Hayfaz's user avatar
0 votes
0 answers
9 views

Listing channels that Slackbot is a member of

I have a small script which uses the slack API to create group chats with users and send an intro message. There are around ~100 of these group chats that I have created, but unfortunately I only ...
ac25's user avatar
  • 21
1 vote
0 answers
8 views

Is there any way to generate Slack App Configuration Token Programmatically

I have slack app and there are numerous instance from where my slack app will be connected for posting message. So instead of generating manually token of app configuration token, How to generate it ...
Arshmeet Singh's user avatar
0 votes
0 answers
22 views

I want to upload pdf document to slack app channel using slack api

As files.upload api is deprecated, so I am following below steps to upload file on slack app channel. Call files.getUploadURLExternal, which returns an upload URL and a file ID. Upload a file by ...
Arshmeet Singh's user avatar
0 votes
0 answers
14 views

Get a list of slack channels that a given user have posting rights to

The conversations.list Slack API returns all the channels that a user can visit. However, how can I get list of channels that a given user has posting access to ? Tried the 'types' param in this api: ...
Amar's user avatar
  • 12k
0 votes
1 answer
45 views

how to share/upload files in slack?

Based on the documentation provided here -> https://api.slack.com/tutorials/tracks/uploading-files-python#upload-file. I can upload a file to slack , via python slack sdk (sample code below). I ...
suwa's user avatar
  • 33
0 votes
0 answers
15 views

How to configure a Slack App so that with OAuth it hands back data to a Windows Desktop application?

I manage a C# / .NET Windows Application (Winforms). For several years, we've had this application rigged up so that users could press a single button to create an MS Teams meeting. This was done ...
DaveyBoy's user avatar
  • 435
0 votes
0 answers
38 views

Unable to Install Slack Bot in new workspaces Using OAuth

I have created my first Slack bot that responds to every new message in channels. My bot is not in the Slack App Directory yet. When installed in the primary workspace (the one where the app was ...
Ujjwal Gupta's user avatar
0 votes
0 answers
18 views

How do I access and interact with the outputs of a slack SelectSpreadsheetRow workflow step?

I'm working on a slack application that, among other things, reads and writes data from a google sheet. I have added a step to the workflow to pull the row I want from a spreadsheet here: MyWorkflow....
theonlydidymus's user avatar
0 votes
0 answers
34 views

Issues with Installing Custom Slack Bot in an Existing Workspace

I’m facing several issues with installing a custom Slack bot in an existing workspace, and I’m not sure how to resolve them. Here’s my situation: Workspace Context: I am part of a Slack workspace ...
Salieri's user avatar
  • 81
0 votes
0 answers
32 views

Cannot Verfiy Slack Events API Request Coming from a Bot

I'm creating a ChatGPT integrated Slack bot for writing feedbacks. When clicking on a modal button in Slack, the bot should open and automatically start a conversation with the user. I've successfully ...
sss1703's user avatar
0 votes
0 answers
35 views

SSLCertificateVerifyFailed issue with Python and Slack API

I'm encountering an issue with SSL certificate verification while trying to connect my Python application to the Slack API. Here's the error message I'm receiving: ERROR .App to establish a ...
Roberto Sanabria's user avatar

15 30 50 per page
1
2 3 4 5
196