Default response

(Govher Abbas Zade) #1

Hi. I want ask how can reply to default message diffrerently in telegram.
For example I set catch all and set send a message " Add your phone number"
If client writes wrong I want set automatic reply" Please add your number correctly"
If again wrong bot writes again any response.? Is it possible?

(Karen Barker) #2

Hi,

You could use an Ask a Question action for this and use a regular expression to validate the phone number given. If it doesn’t match the validation then you can customise the validation message to ask the user to try again.