Telegram keyboard button utilisation

(Asdar) #1

Hi,
I would use Telegram keyboard button in my flow, so I have created “custom request” like this https://flowxo.com/share/4e4eeppp
but how could I use the users button selection in my flow?
example: if user push line1 button1 show a message, if user push line1 button2 show another message

(Daniel Beckett) #2

Hi @Asdar

When using the custom request it doesn’t behave the same as a question would where an output is available. Instead the message is treated more like shortcuts. When the user clicks on one of the buttons it will send the text as a message to the bot. This means that you would need to trigger a new Flow based on the text by having a New Message trigger setup with a matching keyword.

1 Like