PromptPhone

If you ever need to get the user phone number, PromptPhone if the way to go.

keep in mind the phone number is store in the node state under 'phone_number'.

A simple node will do the trick:

Example

 get_phone:
   type: prompt
   prompt_type: phone
   messages:
     - 'Whats your phone number?'
   on_complete:
     go_to: get_email 

Properties

Last updated