I have a scenario started by a webhook, triggered by a button click in a slack message. Basically, the user can choose three options below a message and I want that button click to start a new scenario. That worked well with using a Slack URL button, but on the downside, it always opened a browser window. So I removed the url. Now, the whole payload gets send to my webhook.
How can I make the value from that payload usable?