How to connect sms verification

(Madi Kulesov) #1

which service in flowxo allow to send sms verification to user? and after he fill right code allow him to get more function?

(Karen Barker) #2

Hi Madi,

You could use a random number generator to create a code to send to the user and then use the Twilio service to send a text to the users account. You could then Ask a Question for the user to fill in the bot with the code you’ve sent. You’d need to then filter future actions on whether or not the answer to the question matches the randomly generated number or not.

(Madi Kulesov) #3

can you show example pls?

(Karen Barker) #4

Hi @Madi_Kulesov

There’s a flow here you can install which will show the basics of how this would work. :slight_smile: