List and Options
Last updated
Last updated
This section will allow you to use the previously attached variables and categorize them for tracking the information.
We currently have several variables available for classification based on your needs. First, you need to input values for these variables, which can be collected in various ways. Additionally, we provide a field for gathering information directly from your customers.
{{Customer.name}}: Assign a name to a variable.
{{Customer.access_token}}: Assign a dynamic value in fetching and inserting as a variable.
{{Customer.email}}: Assign an email to a variable.
{{Customer.phone_number}}: Assign a phone number to a variable.
{{Message.content}}: Assign a message content to a variable.
{{Customer.country}}: Assign a country to a variable.
For example, let's use the input variable {{Customer.country}}. By entering their country, the chatbot can identify the user's location and assign it to the appropriate variables, categorizing it into the previously established fields. If the user is from Europe, Asia, Africa, or Oceania, the chatbot will respond with the message, "From GMT+0 to GMT+12." If the user is from South America, North America, or Central America, it will respond with, "From GMT-12 to GMT-0." However, if the user does not meet either of these conditions, the chatbot will ask, "Where are you from? Tell me your GMT." (All the messages in the example are just for testing; you can freely set them up.)