Skip to main content

Intent Alerts

Intent alerts notify you when new domains matching your criteria are discovered by CronDB. Define your ideal lead profile once, and receive notifications automatically as matching domains appear.

🎬Intent AlertsStep 1 of 6
🕰️CronDB Dashboard
Intent Alerts
🔔+ New Alert
Get notified when domains match your criteria.
1
Click New Alert
Navigate to Intent Alerts and click "+ New Alert" to create a rule.

How Intent Alerts Work

  1. You create an alert rule with filter criteria
  2. CronDB continuously evaluates new domains against your rules
  3. When a match is found, you receive a notification
  4. Optionally, matched domains are saved to a lead list automatically

Creating an Alert Rule

  1. Navigate to Alerts & Notifications → Intent Alerts
  2. Click + New Alert
  3. Give it a name (e.g., "US SaaS with Stripe")
  4. Configure your filter criteria
  5. Choose delivery channels
  6. Click Save Alert

Filter Configuration

Build your alert rule using any combination of filters:

Basic Filters

FilterOperatorsExample
Industryis, is not, containsIndustry is "Technology"
Countryis, is notCountry is "US"
Business Typeis, is notBusiness Type is "B2B SaaS"
Confidencegreater thanConfidence > 0.85

Tech Stack Filters

FilterOperatorsExample
Uses technologyany of, all ofUses any of: "Stripe", "Chargebee"
Does not useany ofDoes not use: "Competitor"
Tech categoryhasHas: e-commerce platform
Tech countgreater thanMore than 5 detected technologies

Intent Signals

SignalDescription
New e-commerce setupDomain added an online store
Rapid tech adoption3+ new technologies in 30 days
Hiring signalsJob board or careers page detected
Funding signalsInvestor or funding page detected
Expansion signalsMulti-language or multi-region pages

Combining Filters

Filters use AND logic by default. Create OR groups for alternative conditions:

(Industry is "Technology" AND Country is "US" AND Uses "Stripe")
OR
(Industry is "E-commerce" AND Country is "GB" AND Uses "Shopify")

Delivery Channels

Choose how you receive alert notifications:

Email

  • Instant — One email per match (best for low-volume, high-value alerts)
  • Hourly digest — Summary of matches in the last hour
  • Daily digest — Summary sent once per day at your chosen time

Webhook

Send match data to your backend for automated processing:

{
"event": "alert.domain_matched",
"alert_id": "alt_abc123",
"alert_name": "US SaaS with Stripe",
"domain": "newstartup.com",
"industry": "Technology",
"country": "US",
"confidence": 0.91,
"matched_at": "2026-03-18T10:30:00Z"
}

In-App

A notification badge appears in the dashboard header. Click it to see recent matches.

Save to List

Automatically add matched domains to a lead list:

  1. Enable Auto-save to list in the alert settings
  2. Choose an existing list or create a new one
  3. Every match is added to the list automatically

Testing Your Alert

Before activating, click Test to:

  • See how many existing domains match your criteria
  • Preview a sample of 10 matches
  • Estimate daily match volume

This helps you refine your filters to avoid too many or too few matches.

Alert History

View past alerts in the History tab:

ColumnDescription
DateWhen the match occurred
DomainThe matched domain
IndustryAI-classified industry
CountryRegistrant country
ScoreLead score (if scoring rules are active)
ActionsAdd to list, view Domain 360, enroll in sequence

Managing Alerts

  • Edit — Change filters or delivery settings
  • Pause — Stop evaluating without deleting the rule
  • Resume — Reactivate a paused alert
  • Delete — Remove the alert permanently

Alert Limits

PlanMax Alert Rules
Free1
Starter5
Pro25
EnterpriseUnlimited
High-Value Alerts

Start with tight, specific filters. It is better to receive 5 highly relevant matches per day than 500 loosely relevant ones. You can always broaden the filters later.

Next Steps