Craft high-converting greeting messages for your AI sales agent, including industry examples, A/B testing, timing strategies, and page-specific personalization.
The greeting message is the first thing a visitor sees when Synaptiq's chat widget opens. It sets the tone for the entire conversation and directly affects engagement rates. A generic "How can I help you?" converts at roughly half the rate of a greeting tailored to your audience and context.
Visitors decide within seconds whether to engage with a chat widget or dismiss it. Your greeting needs to accomplish three things quickly:
Strong greetings follow a simple structure:
[Context hook] + [Value statement] + [Low-friction question]
Example:
"Looks like you're checking out our enterprise plan -- want me to walk you through how it compares to what you're using now?"
Breaking it down:
Configure these under Admin Dashboard > Settings > AI Configuration > Greeting Messages.
"Hey! I see you're exploring our integrations page. Want me to check if we connect with the tools your team already uses?"
"Welcome back! Looking for something specific today, or want to see what's new this week?"
"Hi there -- searching for a place in [City]? I can help narrow things down based on what matters most to you."
"Welcome. If you have questions about our services or want help scheduling a visit, I'm here. No pressure at all."
"Hi -- exploring coverage options? I can help you figure out what level of protection makes sense for your situation."
"Thanks for stopping by. If you're evaluating firms for [service area], I can help you understand what we'd bring to the table."
"Hey! Thinking about the [Program Name] program? Happy to answer questions about curriculum, schedule, or admissions."
{visitor_name} if you want to insert the visitor's name when it's known (from a previous visit or login).You can insert variables into your greetings to personalize them automatically:
| Variable | Resolves To |
|---|---|
| {visitor_name} | The visitor's name if known, otherwise omitted gracefully |
| {page_title} | The title of the page the visitor is currently on |
| {company_name} | Your company name (from workspace settings) |
| {referral_source} | Where the visitor came from (Google, LinkedIn, direct, etc.) |
Synaptiq lets you run experiments on your greetings to find what resonates with your audience.
After your test has enough data (Synaptiq will tell you when results are statistically significant -- typically 200+ conversations per variant), check the results panel:
Focus on qualification rate over raw engagement. A greeting that gets lots of "hi" replies but few qualified leads is underperforming compared to one that gets fewer but higher-quality responses.
Once you have a winner, click Promote to Default on the winning variant. The losing variant is archived for reference.
Under AI Configuration > Greeting Messages > Timing, configure when the chat widget opens and delivers the greeting.
| Strategy | When to Use | |---|---| | Immediate (0s delay) | High-intent pages like pricing, demo request, or checkout | | Short delay (3-5s) | General product pages -- lets the visitor orient before engaging | | Scroll-triggered (after 40-60% scroll) | Blog posts and content pages -- catches engaged readers | | Exit-intent | Fires when cursor moves toward the browser's close/back area -- last chance to engage | | Time on page (15-30s) | Deep research pages where visitors spend time reading |
You can combine triggers. For example: show the greeting after 5 seconds OR on exit-intent, whichever comes first.
Visitors who come back deserve a different experience than first-timers. Under Greeting Messages > Returning Visitors, configure a separate greeting for people Synaptiq recognizes.
Example:
"Welcome back, ! Last time we talked about your migration timeline. Want to pick up where we left off?"
Synaptiq identifies returning visitors using browser cookies and, if integrated, your CRM data. The returning visitor greeting has access to additional variables:
| Variable | Resolves To |
|---|---|
| {last_visit_date} | When the visitor last chatted |
| {last_topic} | The primary topic from their previous conversation |
| {lead_status} | Their current status in your pipeline |
If the visitor is not recognized, Synaptiq falls back to your default first-visit greeting automatically.
Different pages signal different intent. A visitor on your pricing page has different needs than one reading a blog post.
Example rules:
| URL Pattern | Greeting |
|---|---|
| /pricing | "Comparing plans? I can help you figure out which tier fits your team's needs." |
| /blog/* | "Enjoying the read? If you have questions about anything we cover here, just ask." |
| /demo | "Ready to see it in action? I can answer questions while you wait, or help you prep for the demo." |
| /case-studies/* | "Want to hear how companies like yours got results? I can point you to the most relevant story." |
Page rules take priority over the default greeting. If a visitor lands on a page that matches multiple rules, the most specific match wins (exact match beats contains, which beats regex).
You can layer page-specific greetings with returning visitor logic. For example, set a rule so that a returning visitor on the pricing page sees: "Welcome back! Last time you were looking at the Pro plan -- want to compare it with Enterprise?" while a first-time visitor sees the standard pricing greeting.
Configure this under Page Rules > Advanced by toggling Differentiate by visitor type on any rule.
Was this page helpful?