Hey, i’m trying to create a slackbot using my workflow. the slack bot should ask the user questions and wait each time for the user input (they are usually yes/no questions)
I tried to use the send message and wait for response node but whenever i click approve buttons or try to add free text, it opens the form in a separate window and is pretty bad experience.
I saw the other option is to use just the regular send message slack nodes and use blocks for the ui which is nice but i’m not sure how in this case i can wait for the user response or listen to the changes at least or get their response somehow.. would really appreciate some help with this.
I’m using the slack socket mode community node by mbakgun for triggering the flow when a user mentions my bot.
thanks