Replies: 1 comment
-
|
Please give more details for your code, slack app configurations. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi! I'm using the button example documentation to create a Slack message that has a button on it. While I got the button to work, how would I go about receiving the POST message from the server when it's pressed? The code
http.HandleFunc("/actions", buttonHandler) http.ListenAndServe(":3000", nil)never fires, even upon clicking the button within the message.
Beta Was this translation helpful? Give feedback.
All reactions