System Variables

🕒 Estimated Reading Time: 1 Minute

In this article
  • 1. General subscriber variables
  • 2. Additional subscriber additional variables
  • 3. Page variables
  • 4. E-commerce cart variables
  • 5. E-commerce general variable
  • 6. E-commerce order variables

A lot of system variables are already accessible through the variable list inside the flow builder, but a few are hidden system fields. This is because previously these were not needed to be accessed.

Now that we allow to customize more and more sections of your bot we wanted to give you a list of all system variables we have.

We will have them divided in sections so you can easily find what you are looking for.

You will not see suggestions for all these variables on the flow builder, but you can access them at any time. If you want to send the data to Google Sheets or any similar built-in integration, and you don’t see System Variable on the list to choose, you can create a Custom field and transfer the System Variable to your Custom field using the action “Set Custom Field“.

General subscriber variables

{{first_name}}
{{last_name}}
{{full_name}}
{{gender}}
{{country}}
{{locale}}
{{email}}
{{phone}}
{{profile_pic}}
{{timezone}}
{{user_id}}
{{subscribed_date}}

Additional subscriber additional variables

{{fb_chat_link}}
{{inbox_link}}
{{last_btt_title}}
{{last_fb_comment}}
{{last_interaction}}
{{last_order}}
{{last_seen}}
{{last_text_input}}
{{total_new_tagged}}
{{total_tagged}}
{{consecutive_failed_reply}}
{{last_ref}}
{{user_channel}}

Page variables

{{page_address}}
{{page_id}}
{{page_name}}
{{page_user_name}}
{{page_api_key}}

eCommerce cart variables

{{cart_checkout_link}}
{{cart_last_item_name}}
{{cart_last_item_quantity}}
{{cart_num_items}}
{{cart_other_fees}}
{{cart_shipping_cost}}
{{cart_subtotal}}
{{cart_total}}
{{shop_link}}

eCommerce general variable

{{money_symbol}}

eCommerce order variables

{{order_coupon_code}}
{{order_coupon_discount}}
{{order_date_pageTimezone}}
{{order_date_timestamp}}
{{order_date_utc}}
{{order_discount}}
{{order_email}}
{{order_id}}
{{order_name}}
{{order_payment_method}}
{{order_phone}}
{{order_products}}
{{order_shipping_address1}}
{{order_shipping_address2}}
{{order_shipping_city}}
{{order_shipping_cost}}
{{order_shipping_state}}
{{order_shipping_zip}}
{{order_shipping}}
{{order_status}}
{{order_subtotal}}
{{order_taxes}}
{{order_total}}

You can use these variables inside of flows even when they are not showing in the variables overview. If you preview them you will see them working. 

That’s it! Enjoy…