Questions tagged [slack-dialog]
63 questions
1
vote
2 answers
How can users upload images to a Slack app?
To provide context i have a Slack bot that allows users to create ads, i am able to use a dialog to fetch the listing title, description and price. What am looking for is a way to allow users to also add images.
The file.upload seems to allow the…

Caleb Njiiri
- 1,563
- 1
- 11
- 20
1
vote
1 answer
Clicking select menu opens other one in slack modal view
I am creating a modal using views.open API of Slack. I have 1 channel picker and 1 user picker. Whenever I click on channel picker it opens the user picker instead as if I clicked it. Am I misusing the API or is this a bug?
Below is JSON code that…

user1589671
- 51
- 4
1
vote
1 answer
How can I get the information from slack dialog to store in google sheets?
I am trying to build a slack dialog that will accept responses from team members about what they are working on and store that information in google sheets. I have the dialog working, but I'm not sure how to capture the information in google sheets…

zz_helix
- 23
- 5
1
vote
1 answer
Open a Slack Dialog
I have created an interactive message button to open up a dialog.
This is the application code to the interaction message end-point.
$httpClient = new GuzzleHttp\Client();
$httpClient->post($interactionRequest->payload->response_url, [
'json'…

Tharaka Dilshan
- 4,371
- 3
- 14
- 28
1
vote
1 answer
Slack Dialog for search on external data source
I have couple of question on slack dialog. I developed a form to complete and submit. One field is using external data source and I am able to see the options in the drop down.
Further to enhance this, I would like to know if we can use a search…

Praveen Gunasekar
- 39
- 8
1
vote
1 answer
Slack slash command with local web service
I put a local web service (started with 10.xx) in the Request URL section of a Slack slash command setting.
When invoking in the channel, it gives me 503_service_error.
Our company is using Slack, and I'm in one of its workspaces, Is there any…

biao
- 311
- 3
- 10
1
vote
1 answer
Use mention in dialog Slack
I have developed a slack bot which purpose is to give details about the company's projects.
I tried to use slack dialog to ask for different information such as the name, a description and the people involved in the project.
To do the last part…

Romain Huber
- 205
- 4
- 14
1
vote
1 answer
Can't validate Slack dialog fields. response_url call always fails
I am trying to build a slack dialog, triggered by a slash command. The dialog pops up correctly, and when the user submits the data, slack hits an endpoints on my server.
From that moment there are two possible outcomes:
Everything is good and I…

JasonGenX
- 4,952
- 27
- 106
- 198
1
vote
0 answers
slack command to invoke a dialog
I am using slack APP with slack commands configured which post the message to my firebase functions. This is working fine. Now i have a requirement to launch a dialog. So, i did create a new slack command and pointed to my cloud functions. I am…

Vik
- 8,721
- 27
- 83
- 168
0
votes
0 answers
Slack MultiExternalSelectElement block suggestion handler taking 30 sec to respond (Slack SDK for Java)
I am using external multi select in a modal. Calling BlockSuggestionHandler when user enters some characters and calling external api in this handler with each user interaction. But the response from external api and conversion to List is taking…
0
votes
1 answer
Slack bolt Modal complex input field
I am pretty new to the Slack bolt SDK and modals but I am running into an issue that I can't seem to find an solution too.I have a Slack app that has a button (action) on the home page that loads a modal to prompt the user for some inputs. The modal…

Russell917
- 3
- 1
0
votes
0 answers
Update slack view generated on a view_submission event
I have a slack app which renders a form broken into multiple pages. For each modal form submission , I receive a view_submission event. I revert with a new view Object to this callback api.
Reference :…

Sanket Jain
- 21
- 3
0
votes
0 answers
Getting 'exchanged_trigger_id' error with Slack BoltJS when trying to reopen a modal
Good day!
I'm working on a slack app where you open a modal to view a list of goals.
Each goal has an edit button which pushes a new view onto the stack. When you submit that view it goes back to the first view and updates that with the new goal…

Wesley Smits
- 1,314
- 6
- 23
- 37
0
votes
0 answers
How to open form as dialog in Slack app with Slash Command and submit the form data to server using ASP.NET MVC
How to open form as dialog in Slack app with Slash Command and submit the form data to server using ASP.NET MVC.
I have created a controller in ASP.NET MVC and created these methods.
First method is to open the form and second method will be called…

Nityanand Yadav
- 1
- 1
0
votes
1 answer
Can't open modal using `trigger_id` from Slash Command in Slack Bot
My goal is to trigger modal open using Slack slash command.
I got the trigger_id from the slash command in my slack app, and trying to open modal using it, but getting following error though I can see valid trigger_id in my console logs.
Error in…

Ping Zhao
- 266
- 5
- 19