Traditional qualification uses forms or manual research. Self-classification flips the model: leads tell you where they are in the buying journey by what they click.
Example: Send an email with three links: "Just browsing," "Ready in 3-6 months," and "Need pricing now." Each click moves the lead to a different pipeline stage and enrolls them in the matching nurture sequence.
The click reveals intent. The automation does the rest.
All secured with signed tokens. Links expire after 30 days.
Before creating classification links, ensure your pipeline stages match the segmentation you want.
Go to Email & Automation > Pipeline. Verify you have stages for each self-classification option. Example pipeline:
Each classification link maps to one stage.
Navigate to Email & Automation > Sequences. Select the sequence where you want to offer self-classification.
Scroll to the Classification Links section at the bottom of the sequence detail page or in the builder's left sidebar panel.
Click Add Classification Link.
Configure each link:
Label: The text subscribers will see in the email
Target Stage: The pipeline stage the lead moves to when clicked
Stop Current Sequence: (checkbox)
Add Tag: (optional)
Save the link. Repeat for each classification option you want to offer.
After saving, each link displays a placeholder code like:
```
{{classification:123}}
```
The number is the link's unique ID. Copy this placeholder to use in your email content.
Alternative formats:
Custom label (overrides the link's default label):
```
{{classification:123:Click here to continue}}
```
Reference by link label instead of ID:
```
{{classification_link:I'm ready to schedule a demo}}
```
Insert the placeholder directly into your email content where you want the link to appear:
```
If you're ready to move forward, {{classification:123}}.
Still have questions? {{classification:456}}.
Not the right time? {{classification:789}}.
```
The system replaces each placeholder with a styled, clickable link using the label you configured.
Wrap the placeholder in button HTML:
```html
Schedule My Demo
```
When the email is sent, the placeholder converts to the actual URL while preserving your button styling.
Present all classification options as a list:
```
Where are you in your decision process?
• {{classification:123}} → "Ready to buy now"
• {{classification:456}} → "Exploring options (3-6 months)"
• {{classification:789}} → "Just gathering information"
• {{classification:101}} → "Not interested right now"
```
Subscribers click the option that matches their situation. No form, no friction.
Use classification links across multiple emails to progressively qualify leads:
Email 1 (Day 1):
"Are you currently using a CRM? {{classification:yes}} | {{classification:no}}"
Email 2 (Day 3):
"How soon are you looking to switch? {{classification:0-30-days}} | {{classification:3-6-months}} | {{classification:not-sure}}"
Email 3 (Day 7):
"Ready to see pricing? {{classification:show-pricing}} | {{classification:more-info}}"
Each click refines your understanding and triggers more targeted follow-up.
The lead sees a confirmation page at app.illixis.io/automation/classify/:
```
Thank you for your response!
We've updated your preferences and you'll receive information
tailored to where you are in your decision process.
[Your tenant logo and branding]
```
Customize this template at email_automation/templates/email_automation/classification_confirmed.html.
If a lead clicks the same classification link twice (e.g., accidentally reopens the email), the system:
This prevents duplicate sequence stops or double-enrollment issues.
The real power of self-classification comes from stage entry rules. When a lead moves to a new stage via classification link, stage entry rules fire automatically.
Go to Email & Automation > Pipeline and select a stage. Click Add Entry Rule.
Rule types that trigger from self-classification:
"When lead enters this stage" → Enroll in sequence
"When self-classification link clicked" → Display-only (shows which link triggered the move)
This creates a seamless flow: Lead clicks → Moves stage → New sequence starts → Follow-up emails arrive.
If you configured your classification links to add tags, use those tags as conditions in other sequences.
In any sequence, add a Condition step:
Tags from classification clicks work exactly like manually applied tags. Use them anywhere tags are supported.
Pipeline Stages:
Sequence 1: "New Lead Qualification"
Stage Entry Rules:
Result: One email, four classification links, three automated follow-up paths. Zero manual work.
Each classification link tracks:
Total Clicks: Number of times any lead clicked this link
Click-to-Stage Distribution: How many leads moved to each stage
Leads who self-classify as "ready to buy" or "need pricing" are high-intent. Track these by:
Try different labels and see which get more clicks:
Test A: "I'm ready to talk to sales"
Test B: "Schedule my demo"
Test C: "Show me pricing"
Create three classification links pointing to the same target stage but with different labels. See which one converts better. Update your sequence to use only the winner.
Send email on Day 3 of trial:
"How's your trial going?
• {{classification:all-set}} → 'Already convinced, ready to subscribe'
• {{classification:need-help}} → 'Having trouble, need assistance'
• {{classification:more-time}} → 'Looks good, need more time to decide'
• {{classification:not-fit}} → 'Not the right fit for us'"
Each click triggers a different response:
Email subject: "Still interested in [Product Name]?"
"We saved your cart. What would help you complete your purchase?
• {{classification:buy-now}} → 'Ready to check out'
• {{classification:discount}} → 'Need a discount to decide'
• {{classification:questions}} → 'Have questions about the product'
• {{classification:not-now}} → 'Changed my mind'"
Actions:
Email subject: "Did [Lead Magnet Name] help?"
"Thanks for downloading our guide. What's your next step?
• {{classification:ready-consult}} → 'Want to discuss how to implement this'
• {{classification:more-content}} → 'Send me more resources like this'
• {{classification:share}} → 'This was useful, no follow-up needed'
• {{classification:unsubscribe}} → 'Not interested in future emails'"
Actions:
Post-webinar email:
"Thanks for attending [Webinar Topic]! What did you think?
• {{classification:loved-it}} → 'Great content, want to learn more'
• {{classification:schedule-demo}} → 'Ready to see how this applies to my business'
• {{classification:share-recording}} → 'Interested but need more time'
• {{classification:not-relevant}} → 'Not applicable to my situation'"
Actions:
Symptom: Placeholder appears as plain text in email instead of a clickable link.
Cause: Placeholder was modified or not copied exactly.
Fix: Verify you copied the exact placeholder including double curly braces: {{classification:123}}. No spaces inside the braces. Number must match a valid link ID.
Symptom: Lead clicks link but stage doesn't change.
Causes:
Fix: Check that the classification link still exists in your sequence settings and the target stage exists in your pipeline. Verify the subscriber has a lead record (check Email & Automation > Pipeline).
Symptom: Lead clicks link and sees "This link has expired" message.
Cause: Classification links expire after 30 days for security.
Fix: No fix needed. This is intentional. If a lead clicks an email older than 30 days, manually update their stage or send a fresh email. The 30-day window is long enough for active sequences; older emails likely aren't relevant anymore.
Symptom: Lead moves to new stage but no follow-up sequences start.
Cause: No stage entry rules configured for the target stage.
Fix: Go to Email & Automation > Pipeline, select the target stage, and add entry rule: "When lead enters this stage" → "Enroll in sequence [name]". Stage moves don't automatically start sequences unless you configure them to.
Symptom: Email displays a different label than you configured.
Causes:
{{classification:123:Custom Label}}Fix: If you want to update the label, edit the classification link settings, then re-save the email step content. Custom label syntax (with colon separator) overrides the configured label intentionally.
Symptom: Lead clicks multiple classification links and ends up in wrong stage.
Cause: Sequential clicks move the lead through multiple stages in rapid succession.
Explanation: This is expected behavior. Last click wins. If a lead clicks "Not interested" then immediately clicks "Ready to buy," they end up in the "Ready to buy" stage. The system logs both clicks.
Prevention: Design your classification options to be mutually exclusive and clearly worded. Most leads will only click once if the options are clear.
Bad:
Problem: A lead might want all three. They don't know which to click.
Good:
Each option represents a different stage in the buying journey. Clear progression.
Bad: "Advance to SQL stage"
Good: "I'm ready to talk to your sales team"
Your leads don't know your internal jargon. Use language they would use to describe their situation.
Too many choices cause decision paralysis. If you need more than 5 classification options, you're trying to do too much in one email. Split into multiple emails with progressive narrowing.
Early in email: If classification is the primary purpose of the email, put links near the top. Don't bury them after three paragraphs.
After providing value: If you're delivering educational content, put classification links at the end. Let them consume the content first, then ask "What's next?"
Repeat if long email: In longer emails, repeat the classification options at both middle and end. Don't make them scroll back to find the links.
If your pipeline stage is called "Qualified Lead," your classification link label should be similar: "Yes, I'm interested in learning more" or "Ready to move forward."
This makes it easier to understand the pipeline at a glance. When you see 50 leads in "Qualified Lead" stage, you know they all clicked something similar.
Before activating your sequence:
Catch configuration errors before real leads see them.
Don't wait until email 7 to ask about intent. Include a classification option in email 2 or 3:
"We have a lot more to share. How should we proceed?
• {{classification:full-series}} → 'Send me everything, I'll read it all'
• {{classification:highlights}} → 'Just the highlights, I'm busy'
• {{classification:not-now}} → 'Not the right time, pause for 3 months'"
This lets engaged leads self-select into deeper content while respecting those who want less contact.
Always give leads an easy exit. If you don't provide a "Not interested" classification link, they'll mark you as spam or manually unsubscribe.
Make it easy:
"Not ready to move forward? {{classification:not-interested}} and we'll stop reaching out."
You maintain a clean list and good deliverability. They appreciate the respect for their time.
Use classification links across multiple emails to gradually qualify leads without feeling like an interrogation.
Email 1: Industry selection
Email 2: Company size (sent 2 days later, uses industry tag to personalize content)
Email 3: Timeline (sent only to Qualified and Enterprise stages)
Result: By email 3, you know their industry, size, and timeline without a single form. All from clicks.
Combine classification links with condition steps to create choose-your-own-adventure sequences:
```
Email 1: "What's your biggest challenge?"
↓ (3-day delay)
Email 2A (Challenge A path): Addresses Challenge A, offers classification:
Email 2B (Challenge B path): Addresses Challenge B, offers classification:
The sequence adapts to their self-identified needs. They feel heard without filling out a form.
For leads who need more detail than a simple click provides, combine classification with form submission:
Email: "Ready to see personalized pricing?"
The classification link expresses initial interest. The form link (sent immediately after) collects details. Two steps, but the first step (classification) is frictionless.
This works better than asking for form submission first because it segments out the "not yet" leads before you ask them to invest time in a form.
Self-classification links eliminate qualification friction. Once you have them running:
Self-classification turns email responses into structured data without asking leads to fill out a single form. Start with one sequence, prove the concept, then expand to your entire nurture program.
Lead Pipeline Management is a Kanban-style visual board for tracking contacts through your sales process. Unlike traditional CRMs, it's simple, visual, and integrated with your email automation—no complexity, no learning curve.
ILLIXIS-hosted forms that capture leads and trigger email automation. Embeddable or shareable via direct links.
Add text messaging to your email automation sequences. Send appointment reminders, time-sensitive offers, and multi-channel nurture campaigns using Twilio.
Connect your CRM to trigger email sequences automatically when deals change stages. Supported platform: HubSpot.
Lead Nurturing Playbooks install complete email automation systems in one click. Each playbook includes pipeline stages, lead capture forms, email sequences, and SMS touchpoints pre-configured for a specific industry or use case.
One platform. You approve. ILLIXIS executes. Marketing that just happens.
Marketing, Unstacked.