Initiation
# 🤝help
i
I'm looking to implement a feature in my bot that only responds when the user enters a specific command. For example, I want the bot to start its functionality only when a user inputs /start. Could anyone guide how to achieve this functionality? Thanks in advance for any help!
f
Hey there, You can use the expression card at the start of your flow. You can access the users latest message with event.preview So in the expression card you would have event.preview == '/start'
i
Thank you a ton ...:) Lemme try
f
You are very welcome, and let me know if it works
i
sure
Thank you, it's working
f
That is good to hear!