Using buttons in slack

I have created buttons but can’t get them working on slack. I read somewhere that we have to define a URL for Interactive Components in slack.

I have tried by defining the URL for run_app (where the chatbot is running) and the action server but none of them made the buttons work.

How can I fix this problem? Or which URL is to be defined in the Interactive Components section in slack.

I am using RasaNLU - 0.13.8 and RasaCore - 0.13.0a2

I have used ngrok and the URL format for running chatbot for text conversation is ‘https://16ba50a0.ngrok.io/webhooks/slack/webhook

have a look at Slack buttons fail silently Hope that helps!

M

Hi which url did you use for the interactive components? And also do we have to make any changes in run_app.py?