OperationCode / operationcode_bot

Slack bot for responding to Slack events and handling interactive messages. (not currently in use)
MIT License
7 stars 37 forks source link

Add button action URL support #4

Closed rickr closed 7 years ago

rickr commented 7 years ago

When a user clicks a button we get a special payload back. It is not the same as the event payload.

See: https://api.slack.com/docs/message-buttons

rickr commented 7 years ago

Fixed via tons of commits