Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Slack Websocket API - Warning message in Slack when actioning Buttons #546

Closed
onestix opened this issue Jun 10, 2022 · 1 comment · Fixed by #547
Closed

Slack Websocket API - Warning message in Slack when actioning Buttons #546

onestix opened this issue Jun 10, 2022 · 1 comment · Fixed by #547
Labels

Comments

@onestix
Copy link

onestix commented Jun 10, 2022

Hi @guidone - I hope this finds you well.

I wanted to thank you again for having introduced the Slack Websocket API. It's been working really great for me so far.

There is however one tiny challenge I have and that is when implementing buttons, specifically when I click on them. I do successfully receive a "response" message in Node-red, but Slack however shows me a Warning message in the Chat UI:

image

I managed to find a ticket directly with Slack where this issue is also described:

slackapi/node-slack-sdk#869

Looking at the provided solution, I wonder if there is something that we are missing on our end, ie. confirming message receipt with Slack, once a button response has been received by Redbot? Or am I just missing a configuration on my setup?

My Node-red configuration looks the following:

1- Message is sent using a block:

image

2- Message (response, including blockid) is well received:

{"type":"response","chatId":"xx","userId":"xx","ts":null,"transport":"slack","inbound":true,"content":{"my_blockid":"my_value"}}
image

Thanks for your help and please let me know if you need further details.

@guidone guidone added the Triage label Jun 10, 2022
@guidone guidone linked a pull request Jun 13, 2022 that will close this issue
@guidone
Copy link
Owner

guidone commented Jun 13, 2022

FIxed in 0.19.20

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants