Personalize your welcome messages
You can now personalize your welcome message using a template tag:
{{ first_name | there }}
The tag consists of 2 parts, a identity property, and a fallback. In this example, if the visitor has not been identified, the fallback "there" will be used.
To identify your visitors, just add the following code snippet to your site once you're visitor has logged in:
(_sitespeak = window._sitespeak || []).push(['onReady', onSiteSpeakReady]);
function onSiteSpeakReady() {
sitespeak.identify('123456abcdef', {
'first_name': 'Herman',
'email': 'herman@sitespeak.ai'
});
}
This is the first step in some exciting customization options coming soon to SiteSpeakAI to make your chatbots even more personable.
From the blog

Using AI to make learning personal and increase your online course sales
Incorporating AI into your courses allows you to create a personalized learning environment that adapts to each student's needs. This personal touch doesn't just improve the learning experience; it also makes your courses more attractive and can increase sales. Let's explore how AI can make online courses more personal and commercially successful.

Herman Schutte
Founder

Revolutionizing University Engagement with AI Chatbots: A Look at SiteSpeakAI
Explore how universities are leveraging AI chatbots to enhance student engagement and streamline administrative tasks. Discover SiteSpeakAI, a tool that trains chatbots on website content to answer visitor queries.

Herman Schutte
Founder