Available system variables
List of all the system variables available and what they do.
Here are all the system variables that are available. If a variable is not present in your chatbot, you must import it.
chat_id
The unique identifier of the chat.
contact_company_name
Store a user’s company name in this variable to save them as a lead.
contact_email
Store a user’s email address in this variable to save them as a lead.
contact_job_title
Store a user’s job title in this variable to save them as a lead.
contact_name
Store a user’s full name in this variable to save them as a lead.
contact_phone_number
Store a user’s phone number in this variable to save them as a lead.
contact_website_url
Store a user’s website in this variable to save them as a lead.
conversation_content
The chat transcript (recent 25 messages).
current_date
The current date in UTC.
current_time
The current time in UTC.
locale
The user’s browser locale, such as en-US, en-CA, fr-FR, pt-BR, etc.
page_url
The URL of the page the user is currently on.
timestamp
The UNIX timestamp, which is the number of seconds since January 1, 1970 UTC.