I'm building a Slack bot that handles slash commands. I'm following the Slack documentation https://api.slack.com/interactivity/handling#message_responses and m
sql = sqlite3.connect('test1.db', check_same_thread=False) env_path = Path('.') / '.env' load_dotenv(dotenv_path=env_path) app = Flask(__name__) # SLACK_APP_T
I'm learning about using APIs in Python, so I'm trying to get a list of users from a Slack workspace that I'm the owner of. I don't get any errors or even any w
I have a situation where the approval logic in Ansible Tower workflow template is working fine, Slack notifications are also working fine, but, I want to send a
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
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'
I've a slack app that is sending to a service written in typescript that is forwarding the message to my python script where I'm trying to validate the request.
I've a slack app that is sending to a service written in typescript that is forwarding the message to my python script where I'm trying to validate the request.
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
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
I have created a message froma slash-command Map<String, Object> data = new HashMap<>(); data.put("channel", command.getChannelId()); data.put("blo
Is there a way to reduce the size of the text in slack messages just the way we have ways to make the text bold/italics?
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
On Slack's incoming webhook documentation, they mention including the thread_ts in the request body to start a thread. { "text": "Hello, world.", "thre
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
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
We are using PRTG to monitor a number of internal resources, and we have set it up to alert us on a Slack channel and/or via PagerDuty (depending on severity) u
Why am I getting an error 'no_text' ? The Json below is valid and is taken from the slack documentation example. In bot.postMessage(channel, '', params) if I
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
I'm trying to send an attachment using Slack's Python Client but whenever I do I fail. I tried sending it with the Tester too but it still didn't work. Either I