Questions tagged [slack-dialog]
63 questions
0
votes
2 answers
How can I open slack modal during slack workflow execution step?
I am currently working on slack app with custom workflow step which is used to get some data from user during execution using modals,
I can do that using built-in forms from workflow builder like in the attached image.
Built in workflow form
However…
0
votes
1 answer
Using slack API to get conversation lists
I am trying to invoke following slack API to fetch private and public channels.
https://api.slack.com/methods/conversations.list
By default as per slack documentation 200 channels are returned at a time when limit is given 1000.
I am passing types=…

Khyati Savsani
- 1
- 1
0
votes
1 answer
How to get input from a modal or dialog in a slack workflow step?
I made a slack app to submit helpdesk tickets directly from a form on Slack.
I implemented my app using the interactivity and shortcuts feature, API Gateway and Lambda. Here's an overview of how the app works:
The user clicks on the shortcut to…
0
votes
1 answer
I want to add Share to Slack feature in my web app. Facing issue in showing the popup to select the receipients
I am adding share to slack functionality in my web app.
But I cannot find any solution by which I can show my app users to select a user/channel or team in slack to share the content with.
I have added Sharing on Teams also. In that I am able to…

pradeep
- 1
0
votes
1 answer
Stuck creating a Slack App for auto deleting profanity
I've been following tutorials with no experience, and am stuck in making a Slack Bot. My goal is to create a Slack Bot that listens to every message sent within a channel in my workspace, and to detect/ delete any messages that have swearing or…
0
votes
1 answer
Slack does not render properly a suer by userID through workflow
Save a userID in a google sheet doc.
Try to push a message in a chat with the userID (read from the doc) but instead of normal @AdamLol I see <@USERID123>.
Can I somehow see the real name?

Ivan
- 301
- 4
- 9
0
votes
1 answer
Slack client.views.update not maintaining selected input values
I am updating slack modal view but it doesn't maintain selected dropdown values, on every update modal is getting reinitialized.
I want to select dropdown one and based on selection looking to populate dropdown two and on update all selected values…

Brijesh Pant
- 1
- 1
0
votes
1 answer
Making slack modal hitting Request URL only during submit
I'm currently making a modal in slack via slack app (modal example below)
Based by their docs and instruction, each time any of the sections are changed it will send api request to my defined URL.
Are there any options that can disable that so…

DemiDust
- 313
- 1
- 3
- 19
0
votes
1 answer
Can a slack bot join automatically a channel?
I am building a slack application.
I added "incoming-webhook" to oauth scopes that let me choose the channel I want the App to post messages. However unless I ping the app in the channel to add it. I get a "channel not found" error.
Is it possible…

Léo Le Henaff
- 51
- 3
0
votes
1 answer
Slack ephemeral message from global shortcut
I want to post an "ephemeral" message to a user after a modal is submitted via a global shortcut. But in Slack, global shortcuts don't have the context of the channel the user had focused when the shortcut was invoked. The API body on the…

devlord
- 4,054
- 4
- 37
- 55
0
votes
1 answer
How to delete messages posted to slack after sometime?
I have a slack bot that is sending direct messages to users. I want to add a functionality that will delete the message automatically 10 minutes after it has been sent. Please help.
0
votes
1 answer
Python Slack Bot Dialog - Trouble Connecting
I'm starting to use the Slack API with Python.
So far I was able to connect it and send messages just fine.
I want to create a dialog option so users can input variables and I'm able to do it but when I try to submit the dialog, an error appears…

Nicolas Gandolfo
- 21
- 4
0
votes
1 answer
Obtaining Slack trigger_id from slash command
I'm looking to open a dialog in Slack based on the user executing a basic slash command. I can currently capture the payload from a slash command in my API, and action this accordingly, but my understanding is that in order to open a dialog I need a…
0
votes
1 answer
How to get the name of the slack channel from conversation menu?
I have added a slack conversation dropdown and in the response I want to save/show channel name (or conversation name). I'm able to get the public channels information through conversation.info API but for the private channels, I am not able to…

iibtisam
- 167
- 3
- 11
0
votes
1 answer
Slack: how to increase timeout time for loading the data for the Menu with external data source
For the dynamic menu in slack my servers respond back the result in 4-5 second(as there is some computation which will take some time) but it seems like the timeout of the request from slack app is around 3 second and that's why in the drop-down it…

iibtisam
- 167
- 3
- 11