Questions tagged [slack-bot]
21 questions
0
votes
1 answer
I'm creating a Slackbot in Python and want to repeat the message until a reaction is added to that message. What am I doing wrong?
as the title states, I'm writing a Slack Bot in Python and using NGROK to host it locally. I'm not super experienced with decorators, and I can get the bot posting messages in slack, however I can't seem to handle two events at once. For example, I…

Mirage24
- 45
- 3
0
votes
1 answer
Why i am getting "error": "user_not_found" whenever i call "users.profile.get" slack API?
So, I created the slack bot and it was working completely fine but, When I distributed the slack bot app to another workspace I started facing the "user not found" error on API call of "users_profile_get" as I have also cross-checked the required…
0
votes
1 answer
How can I get the action button ID when developing the Slack app?
H :)
I am currently developing a slack app using nodejs and typescripts.
And I finished adding the button by creating rich message layouts.
{
"blocks": [
{
"type": "actions",
"elements": [
{
…

Steve Sung
- 1
- 2
0
votes
0 answers
Scrum master visibility in channel
In my team we have a rotation for the scrum master.
I want to update our channel's topic with the current scrum master (or other way that can me it more clear).
Is there a bot that can do it for me?
slack workflow builder...want to be able to update…
0
votes
1 answer
Nexudus Coworker desks fields have empty array value for the users who have their desks
I have integrated Nexudus to Slack bot, and I want to get the desks information of a coworker user from Nexudus.
I can user nexudus coworkers endpoint to get the full information of coworker, and it includes the Desks field in the response body.
But…

Ping Zhao
- 266
- 5
- 19
0
votes
1 answer
Slack API: Attach File Block in Modal
I am trying to develop a Slack app to open Tickets on a Kanban Board on Notion from Slack directly.
All good, except in the case the user wants to open a ticket with a file attached.
I haven't seen any action available for attaching files to include…

E. Faslo
- 325
- 5
- 19