Why Self-Classification Works

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.

How It Works

  1. Create classification links in your sequence settings
  2. Insert placeholders into your email content
  3. Lead clicks the link that matches their situation
  4. System responds automatically:
  • Moves lead to target pipeline stage
  • Stops current sequence (optional)
  • Adds tag to subscriber record (optional)
  • Triggers stage-based entry rules (sequences, workflows)
  • Logs the click for reporting

All secured with signed tokens. Links expire after 30 days.

Creating Classification Links

Step 1: Set Up Your Pipeline Stages

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:

  • New Lead (default entry point)
  • Nurturing (not ready yet)
  • Qualified (sales-ready)
  • Not Interested (disqualified)

Each classification link maps to one stage.

Step 2: Create Links for Your Sequence

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

  • Example: "I'm ready to schedule a demo"
  • Example: "Not interested right now"
  • Example: "Send me more information"

Target Stage: The pipeline stage the lead moves to when clicked

Stop Current Sequence: (checkbox)

  • Check this to immediately stop the active sequence when clicked
  • Typical for "Ready to buy" or "Not interested" links
  • Leave unchecked for informational clicks that don't end the flow

Add Tag: (optional)

  • Tag to apply to the subscriber when link is clicked
  • Examples: "demo-requested", "nurture-long", "not-interested"
  • Tags can trigger conditions in other sequences

Save the link. Repeat for each classification option you want to offer.

Step 3: Get the Placeholder

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}}
```

Using Classification Links in Emails

Inline in Body Copy

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.

As Call-to-Action Buttons

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.

Multiple Choice Blocks

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.

Progressive Qualification

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.

What Happens When Someone Clicks

Immediate Actions

  1. Lead stage change: Lead moves from current stage to the target stage
  2. Click logging: System records the click with timestamp and IP address
  3. Stats update: Link's click count increments
  4. Sequence stop: If configured, all active sequences stop for this subscriber
  5. Tag application: If configured, the tag is added to subscriber record
  6. Stage entry rules: If the target stage has entry rules (e.g., "enroll in X sequence"), they trigger immediately

Confirmation Page

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.

Duplicate Clicks Handled Gracefully

If a lead clicks the same classification link twice (e.g., accidentally reopens the email), the system:

  • Logs the second click for analytics
  • Does NOT move the stage again (already in target stage)
  • Does NOT stop sequences again
  • Shows the same confirmation page

This prevents duplicate sequence stops or double-enrollment issues.

Connecting Classification to Automation

Stage Entry Rules

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

  • Example: Lead clicks "Ready for demo" → Moves to Qualified stage → Stage entry rule enrolls them in "Demo Scheduling" sequence

"When self-classification link clicked" → Display-only (shows which link triggered the move)

  • Used for analytics and reporting
  • No action required; the move already happened

This creates a seamless flow: Lead clicks → Moves stage → New sequence starts → Follow-up emails arrive.

Tag-Based Conditions

If you configured your classification links to add tags, use those tags as conditions in other sequences.

In any sequence, add a Condition step:

  • If subscriber has tag "demo-requested" → Send demo prep email
  • If subscriber has tag "not-interested" → Exit sequence
  • If subscriber has tag "nurture-long" → Add 7-day delay before next email

Tags from classification clicks work exactly like manually applied tags. Use them anywhere tags are supported.

Example: Full Qualification Flow

Pipeline Stages:

  • New Lead (default)
  • Nurturing (not ready)
  • Qualified (sales-ready)
  • Lost (not interested)

Sequence 1: "New Lead Qualification"

  • Email 1 (Day 0): Welcome + "Where are you in your search?"
  • {{classification:just-starting}} → Nurturing stage
  • {{classification:evaluating-options}} → Nurturing stage
  • {{classification:ready-to-buy}} → Qualified stage
  • {{classification:not-interested}} → Lost stage (stop sequence)

Stage Entry Rules:

  • Nurturing stage → "When lead enters" → Enroll in "Long Nurture" sequence
  • Qualified stage → "When lead enters" → Enroll in "Sales Demo" sequence
  • Lost stage → "When lead enters" → No sequence (end contact)

Result: One email, four classification links, three automated follow-up paths. Zero manual work.

Analytics and Reporting

Link Performance Metrics

Each classification link tracks:

Total Clicks: Number of times any lead clicked this link

  • Found in sequence detail page, Classification Links section
  • Higher clicks = clear label or compelling offer

Click-to-Stage Distribution: How many leads moved to each stage

  • View in Pipeline analytics
  • Shows which classification options are most popular

Identifying High-Intent Leads

Leads who self-classify as "ready to buy" or "need pricing" are high-intent. Track these by:

  1. Creating a classification link that adds tag "high-intent"
  2. Filtering leads by tag in Pipeline view
  3. Exporting high-intent leads for sales outreach

Testing Classification Options

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.

Common Use Cases

SaaS Trial Conversion

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:

  • all-set → Upgrade instructions + discount code
  • need-help → Onboarding call booking
  • more-time → Extended trial offer
  • not-fit → Feedback survey + nurture pause

E-commerce Abandoned Cart

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:

  • buy-now → Direct to checkout with cart restored
  • discount → Send 10% off code
  • questions → Product specialist outreach
  • not-now → Remove from cart recovery sequence

Lead Magnet Follow-Up

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:

  • ready-consult → Sales outreach triggered
  • more-content → Weekly content digest enrollment
  • share → Light-touch quarterly check-in
  • unsubscribe → Immediate suppression (respects preference)

Webinar Registration Segmentation

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:

  • loved-it → Content series on related topics
  • schedule-demo → Calendar booking link
  • share-recording → Recording + follow-up resources
  • not-relevant → Remove from topic-specific sequences

Troubleshooting

Link Not Clickable

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.

Click Doesn't Move Lead

Symptom: Lead clicks link but stage doesn't change.

Causes:

  1. Lead doesn't exist in system (subscriber without lead record)
  2. Target stage was deleted or renamed
  3. Link was deleted after email was sent

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).

Link Expired

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.

No Sequences Triggering After Click

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.

Classification Link Shows Wrong Label

Symptom: Email displays a different label than you configured.

Causes:

  1. Using custom label format: {{classification:123:Custom Label}}
  2. Link label was changed after email content was saved
  3. Cached version of email being viewed

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.

Multiple Clicks Causing Issues

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.

Best Practices

Make Options Mutually Exclusive

Bad:

  • "Send me more info"
  • "Schedule a call"
  • "Show me pricing"

Problem: A lead might want all three. They don't know which to click.

Good:

  • "Not ready yet, just gathering info"
  • "Ready to talk to sales in the next 30 days"
  • "Need pricing now to make a decision"

Each option represents a different stage in the buying journey. Clear progression.

Use Plain Language

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.

Limit to 3-5 Options

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.

Position Links Strategically

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.

Align Labels with Stage Names

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.

Test Link Functionality Before Going Live

Before activating your sequence:

  1. Create a test subscriber with a fake email (e.g., test@yourdomain.com)
  2. Manually send yourself the email via sequence test send
  3. Click each classification link
  4. Verify stage changes, tags applied, sequences stopped
  5. Check confirmation page displays correctly

Catch configuration errors before real leads see them.

Use Classification Early in Long Sequences

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.

Provide a "Not Interested" Option

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.

Advanced Patterns

Multi-Stage Progressive Qualification

Use classification links across multiple emails to gradually qualify leads without feeling like an interrogation.

Email 1: Industry selection

  • "What industry are you in?" → 4 classification links, one per industry
  • Each maps to a tag (e.g., "industry-saas", "industry-healthcare")

Email 2: Company size (sent 2 days later, uses industry tag to personalize content)

  • "How large is your team?" → 3 classification links for team size
  • Each maps to a different stage (Small → Nurturing, Medium → Qualified, Large → Enterprise)

Email 3: Timeline (sent only to Qualified and Enterprise stages)

  • "When are you looking to implement?" → 3 classification links
  • Each triggers different sales sequences based on urgency

Result: By email 3, you know their industry, size, and timeline without a single form. All from clicks.

Conditional Classification (Smart Forms Alternative)

Combine classification links with condition steps to create choose-your-own-adventure sequences:

```
Email 1: "What's your biggest challenge?"

  • {{classification:challenge-a}} → Challenge A path
  • {{classification:challenge-b}} → Challenge B path

↓ (3-day delay)

Email 2A (Challenge A path): Addresses Challenge A, offers classification:

  • {{classification:solved-a}} → Success case studies sequence
  • {{classification:more-help-a}} → Expert consultation booking

Email 2B (Challenge B path): Addresses Challenge B, offers classification:

  • {{classification:solved-b}} → Success case studies sequence
  • {{classification:more-help-b}} → Expert consultation booking
    ```

The sequence adapts to their self-identified needs. They feel heard without filling out a form.

Hybrid Form + Classification

For leads who need more detail than a simple click provides, combine classification with form submission:

Email: "Ready to see personalized pricing?"

  • {{classification:yes-pricing}} → "Great! Click here to tell us about your needs: [form link]"
  • {{classification:not-yet}} → Nurture sequence continues

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.

What's Next

Self-classification links eliminate qualification friction. Once you have them running:

  1. Monitor click distribution: Which classification options get the most clicks? This tells you where most leads are in their journey.
  2. Optimize link labels: Test different wording to see what resonates.
  3. Build stage-specific sequences: Create targeted follow-up sequences for each classification path.
  4. Connect to CRM: Sync classification data to your CRM so sales has context for outreach.
  5. Report on qualification velocity: Track how long it takes leads to self-classify from "Not ready" to "Ready to buy."

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.

Ready to lose the stack?

One platform. You approve. ILLIXIS executes. Marketing that just happens.

Join the waitlistNo spam, everUnsubscribe anytime
First 20 founding members: 50% off any plan for your first year.

Marketing, Unstacked.