Questions tagged [slack-dialog]

49 questions
57
votes
6 answers

How does one make Slack threads less narrow?

Threads would be a very nice feature of Slack, except that they are way too narrow and I can't find any way to configure their width. Does anyone know how to expand a thread to make it take up all the screen real estate (within Slack)? Zooming in…
John Strong
  • 1,566
  • 1
  • 12
  • 17
8
votes
0 answers

We had some trouble connecting error when submitting slack dialog (Slack API)

I am building a slack app connected with a Symfony application that uses slash commands and dialogs as UI to create new users, accounts and projects and store them in a database. I use a slash command to trigger a dialog with input fields and store…
2
votes
2 answers

Add date-picker to slack dialog?

I want to add date-picker elements to slack dialog. It is clear that from documentation, we can only add input, text-area, and select elements. Is there any hack to use date-picker in the slack dialog?
Subbu
  • 466
  • 6
  • 17
1
vote
1 answer

SlackBot OpenModal Error: "Missing Charset"

I want to make an api Call via Zapier to open a Modal in Slack. But I always get the error: ok: false error: invalid_json warning: missing_charset response_metadata: warnings: 1: missing_charset This is my Request…
BlockchainProgrammer
  • 1,333
  • 2
  • 11
  • 30
1
vote
1 answer

Slack Dialog external data source filtering

I have a Slack dialog that has two SELECTs and both are pulling data from an external data source. However, the available options of the second SELECT are entirely depending on the selected value of the first SELECT. Is it possible that slack can…
badallen
  • 1,097
  • 9
  • 16
1
vote
1 answer

How to send channel messeges with data input from Slack modals

I'm trying to build a slack app that will enable publishing channel messages after filling in a form. To do so, I created a slash-command that invoke a modal. Now I have a problem how to access this input data and use it to compose a message that…
1
vote
1 answer

Slack API - input box with type password to hide the information

Is there anyway to hide the text entered in input box field (similar to HTML password type)?
1
vote
1 answer

Unable to detect action from multi-user-select using Slack bolt

Below is a simple node slack app that displays the built in multi user select block element to a user. I want to handle the action when the user clicks the submit button in the input so I've set the action_id in the block and added an action…
D-Money
  • 1,288
  • 4
  • 17
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
  • 822
  • 5
  • 18
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
  • 3,710
  • 2
  • 10
  • 22
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…
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
  • 195
  • 12
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
  • 5,412
  • 23
  • 86
  • 164
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
  • 6,991
  • 23
  • 73
  • 138
1
2 3 4