1. AI agent automatically processes new leads end-to-end

Who it’s for AI agent developers, automation builders, sales ops teams. Problem Sales teams manually process inbound leads: check if they match ICP, find emails, add to CRM. This takes hours and doesn’t scale. What Generect enables Generect API becomes a data layer for AI agents — agent pulls leads, scores them, gets emails, pushes to CRM without human involvement. How it works
  1. Agent triggers on new lead signal (form fill, signup, etc.)
  2. Calls POST /preview/leads/ to check ICP match
  3. Calls POST /email/find/ for qualified leads only
  4. Pushes enriched contact to CRM via their API
  5. Notifies sales team in Slack
Input data ICP filters, lead_id, CRM credentials Outcome
  • Fully automated lead qualification pipeline
  • No manual research needed
  • Sales team gets only pre-qualified, enriched leads

2. AI agent pre-screens leads before spending credits (Preview API)

Who it’s for AI agent developers, automation builders, no-code platforms. Problem AI agents processing large ICP queries spend credits on every lead — including irrelevant ones. No way to “pre-screen” before committing budget. What Generect enables Agent calls Preview to get a broad list, applies its own logic (scoring, deduplication, CRM matching), then enriches only the best matches. How it works
  1. Agent sends broad ICP to POST /preview/leads/
  2. Gets 100+ masked leads for free
  3. Agent scores leads by title + seniority + industry match
  4. Enriches only top 10-20 via POST /enrich/database/lead/
Input data ICP filters, lead_id for enrichment Outcome
  • 5-10x lower spend per qualified lead
  • Agent autonomy in lead qualification
  • No wasted credits on irrelevant contacts

3. No-code automation: new signup → enrichment → CRM

Who it’s for Growth teams, marketers, ops teams using Make, n8n, Zapier. Problem When a new user signs up, teams manually look them up to understand who they are. Slow, inconsistent, doesn’t scale. What Generect enables Connect Generect to your automation platform via API. New signup triggers enrichment — and full profile lands in CRM automatically. How it works
  1. Trigger: new signup in your product
  2. Make/n8n calls POST /enrich/database/lead/ with email
  3. Gets full profile: title, company, seniority, industry
  4. Updates CRM record automatically
  5. Routes to right sales rep based on company size
Input data Email from signup form Outcome
  • Every new signup enriched in seconds
  • CRM always up to date
  • Automatic lead routing and scoring

4. Generect as a data source for outreach platforms

Who it’s for Outbound agencies, SDR teams using Instantly, Lemlist, Apollo, Smartlead. Problem Outreach platforms need fresh, verified lead lists. Teams manually export/import data between tools — error-prone and time-consuming. What Generect enables Build a pipeline: Generect API pulls targeted leads → validates emails → exports directly into your outreach tool via their API. How it works
  1. Call POST /search/database/leads/ with ICP
  2. Bulk validate emails via POST /email/validate/
  3. Filter valid contacts
  4. Push to outreach platform via their API
  5. Launch campaign
Input data ICP filters, outreach platform API credentials Outcome
  • Fresh, verified leads flowing directly into campaigns
  • No manual CSV exports
  • Higher deliverability from pre-validated emails

5. Enrich CRM contacts with phone numbers for Customer Success

Who it’s for Customer success teams, account managers. Problem Existing CRM contacts lack phone numbers. CS teams need direct lines for renewals and upsells but don’t want to pay for numbers that can’t be found. What Generect enables Use existing lead_id or name + company from CRM to find phone numbers. Only pay for successful lookups. How it works
  1. Export contacts from CRM
  2. For each contact, call POST /phone/find/ with available identifiers
  3. Update CRM with found numbers
  4. Zero cost for contacts where phone was not found
Input data lead_id, or first_name + last_name + company Outcome
  • Enriched CRM with direct phone numbers
  • Better reach rates for CS calls
  • Cost-effective — no payment for missing data

6. Get notified when async jobs complete (Webhooks API)

Who it’s for Data ops teams, SaaS platforms, automation builders, and backend teams running bulk jobs. Problem Polling every bulk job wastes requests and adds delay. Teams need their systems to react as soon as a bulk job finishes. What Generect enables Register a webhook endpoint and receive async notifications when bulk email, bulk phone, or enrich jobs complete. How it works
  1. Register your endpoint with POST /webhooks/
  2. Subscribe to events such as email.find.bulk.completed or phone.find.bulk.completed
  3. Verify incoming requests with the webhook signature
  4. Process completed job results in your system
Input data Webhook URL, event list, and signing secret Outcome
  • No polling loops for async jobs
  • Faster downstream automations
  • Secure delivery with request signatures