Skip to main content

July 30, 2026

Three new export destinations. Enriched records can now go straight to Airtable, Slack, and Notion.
  • New Airtable export: append enriched rows to any Airtable table. Pick your connected Airtable account, enter the base ID and table name, and rows are created in batches with automatic type coercion.
  • New Slack export: post a message to a Slack channel for each enriched record. Write your own message template with {{field}} placeholders, or leave it blank to post every column. Best paired with a Condition step so only the records you care about reach the channel.
  • New Notion export: create a page in a Notion database for each enriched record. Encrata reads the database schema and matches columns to properties by name, coercing values to the right property type (title, email, URL, number, select, and more).
  • Note All three connect from the Integrations page in one click with OAuth. Encrata never stores your third-party credentials.

July 29, 2026

Enrich files and send results to your apps. Upload a list, enrich every row, and push the results to Google Sheets, your CRM, a webhook, or a CSV.
  • New Bulk file enrichment: upload a list of emails (CSV, TXT, MD, XLS, or XLSX) to a workflow, enrich every row through your lookup steps, and download the results as a CSV. See Workflows.
  • New Export destinations: the new export step sends enriched records to a downloadable CSV, an inbound webhook (Zapier, Make, or any CRM), or a connected app. Field mapping is optional, so an empty mapping writes all enriched columns automatically.
  • New Integrations: connect apps like Google Sheets, HubSpot, and Salesforce on the Integrations page and write enriched rows to them from an Export step. Connections use OAuth with automatic token refresh, and Encrata never stores the third-party credentials. See the Workflow Integrations API.
  • New One-click Google Sheet creation from an Export step, so there is no spreadsheet ID to copy.
  • Changed Workflow secrets were removed in favor of Integrations. Webhook steps take the URL directly in their config.

July 27, 2026

Email Lookup is in public beta. Our full email suite is live over the API, AI agents, and bulk.
  • Beta Encrata is entering public beta with Email Lookup as the first generally available product. The full email suite is live: Email Validity, Email Identity, Check Breaches, and Password Breaches, each with single, agent (API-key), and bulk (up to 1M) access.
  • Docs The API Reference is now organized by lookup. Email Lookup is available today; Phone, IP, and Domain lookups roll out after beta.
  • Note Endpoints under a “Coming soon” badge are still documented for preview but are not yet part of the beta.

July 14, 2026

Smarter email validity. Every email now gets a clear status (valid, invalid, catch-all, or risky) with the reasons behind it.
  • New Email Validity now returns a full deliverability report instead of a single string. Every check resolves to one of four statuses valid, invalid, catch-all, or risky alongside metadata that explains it: reason, provider-calibrated confidence, a role flag, did_you_mean typo suggestions, domain_trust (an A–F grade from the SPF/DMARC/MTA-STS/TLS-RPT auth stack), person_signal (OSINT corroboration from HIBP, Gravatar, GitHub, GitLab and PGP keyservers), and raw smtp probe details.
  • New Catch-all disambiguation: a catch-all domain with a positive person signal is promoted to valid (reason=catchall_corroborated); a definitive SMTP verdict is never overridden.
  • Improved Explicit mail-route checks surface null_mx, no_dns, and no_mail_route reasons, and the SMTP probe now rotates source IPs, retries greylisting, and confirms catch-all with a double-random probe.
  • Improved The same structured result now powers the app endpoint and the agent endpoint (POST /api/agent/email-validity). validity is retained as a legacy mirror of status.
  • Dashboard Redesigned Email Validity page: an inline report with the verdict, provider, domain-trust grade, person footprint, and SMTP details, plus a redesigned bulk-upload flow.

July 10, 2026

Use-case map and AI advisor. Browse what Encrata can do, and let an assistant match it to your workflow.
  • New Use cases: a browsable commercial map of Encrata workflows (Sales, Marketing, Security, Fraud, E-commerce, Finance, Recruiting, AI, Data Ops and more), filterable by industry and function, each with a dedicated page covering what it means, when to use it, how Encrata powers it, and an example payload.
  • New Use-case advisor: an AI assistant on every use-case page that maps your product, team, risk workflow, data pipeline, or AI agent to the right Encrata lookups and a first workflow right in the browser.
  • Improved Marketing site polish: Across the home and use-case pages and a cleaner pure-white light theme.

June 25, 2026

Deeper IP intelligence. Passive DNS history, reputation over time, routing changes, TLS fingerprints, and C2 detection.
  • New Passive DNS history: IP lookups now return passive_dns the domains that have resolved to an IP with per-domain first_seen/last_seen, accumulated over time.
  • New Reputation over time: reputation_history returns a growing timeline of abuse score, malicious counts, and threat level on each lookup, plus an overall trend (improving/worsening/stable).
  • New Allocation & routing history: routing_history shows which ASNs have originated the IP over time, with origin_changes and a possible_hijack flag.
  • New TLS & certificate fingerprints: tls adds a live JARM hash, certificate SHA-256, subject/issuer/SANs, and self-signed / expired detection for pivoting to related infrastructure.
  • New C2 & honeypot detection: c2 flags known command-and-control / botnet controllers, and honeypot flags likely decoy systems.
  • New Named VPN/proxy provider: security.provider_name and security.provider_type identify the actual operator (e.g. NordVPN, Mullvad, Bright Data) instead of a generic flag.
  • Improved Open ports now include friendly services labels (port → service name + banner).

June 20, 2026

Richer domain intelligence. Subdomain ownership eras, more email-auth records, and agent-readiness discovery.
  • New Subdomain ownership era: subdomain rows now include first_seen and an owner_era flag (current / previous) so Certificate Transparency entries that predate the current registration are surfaced as likely prior-owner assets.
  • New Extended email-auth posture: the email sheet now reports CAA, BIMI, and TLS-RPT records alongside SPF, DKIM, DMARC, and MTA-STS, with a finding raised when no CAA record is published.
  • New Agent-readiness discovery: passive .well-known probing now detects llms.txt, ai-plugin.json, A2A agent-card.json, and openapi.json, surfaced as machine-readable product/API surfaces.
  • Improved Technology attribution: domain-verification TXT records now resolve to the actual vendor (e.g. Postman, Google Search Console, Amazon SES, Stripe) instead of a generic label, and hostnames are normalized to plain values.

June 18, 2026

Domain recon and company data. Domain search now returns a recon report and the company behind the domain.
  • New Domain Intelligence: Domain search now returns an intel recon report subdomain enumeration, live host probing, tech-stack & CDN detection, TLS details, and aggregate DNS. Powered by Encrata’s self-hosted, keyless recon engine.
  • New Company enrichment on domain search: A company object adds the organisation behind the domain industry, headquarters, social profiles, and registry data (LEI, company number, jurisdiction, officers).
  • Note Domain Intelligence runs in passive mode for API requests; no port scanning or intrusive probes are sent to the target.

June 1, 2026

Workflows and bulk operations. Build multi-step pipelines, run bulk lookups, and manage everything in one place.
  • New Workflows: Build automated multi-step OSINT pipelines with triggers, conditions, enrichment steps, delays, and webhook delivery.
  • New Workflow triggers: manual, webhook, schedule, file_upload, and monitor_event.
  • New Workflow step types: email_lookup, phone_lookup, domain_lookup, ip_lookup, condition, delay, webhook, transform.
  • New Workflow templates: Pre-built automations you can clone and customize.
  • New Workflow secrets: Encrypted key-value store for webhook step credentials.
  • New Workflow versioning: Immutable version history created on every update.
  • New Workflow audit log: Full trail of who created, updated, and ran each workflow.
  • New Public webhook ingest: Trigger workflows via a unique token URL without authentication.
  • New Bulk domain search: POST /api/bulk-domain-search up to 100 domains per request.
  • New Bulk IP search: POST /api/bulk-ip-search up to 100 IPs per request.
  • New Async bulk jobs: Upload CSV files for background processing (up to 10,000 rows) with progress tracking and download.
  • New AI chat: Conversational interface for lookups and workflow building.
  • New Settings integrated into app sidebar: All settings pages accessible from the main navigation without leaving the app.
  • Improved UI consistency: Standardized to 16px (text-base) across all sidebars, dropdowns, and menus.
  • Improved Removed breadcrumb clutter from settings pages.

May 26, 2026

Enriched views and social profiles. A visual view for every lookup, plus automatic social-profile detection.
  • New Enriched output mode: All sandbox lookups now support a visual “Enriched” view alongside raw JSON.
  • New Person enrichment: Additional intelligence sources integrated into email lookups.

May 22, 2026

Auto top-up and more data. Never run out of credits, with deeper domain results.
  • New Auto top-up: Automatically recharge credits when balance drops below your configured threshold.
  • New Domain lookup enhanced: DNS records, SSL certificates, host intelligence, and threat scoring now included.

May 17, 2026

CLI and developer docs. Run lookups from your terminal, with full docs and API-key auth.
  • New CLI: Look up emails, domains, phones, and more directly from your terminal.
  • New Developer docs: Errors, rate limits, pagination, credits, SDKs, and code examples.
  • New API key auth: All endpoints now use X-API-Key header (JWT removed).
  • New Careers page: Public job board with application support.

May 15, 2026

Monitor anything, not just emails. Track phones, domains, and IPs, with reusable lists.
  • New Multi-type monitors: Create monitors for phone numbers, domains, and IPs not just emails.
  • New Monitor types: email, phone, domain, ip each with type-specific enrichment and change tracking.
  • New Cross-monitor views: Aggregate Runs, Results, Targets, and Lists pages per lookup type in the dashboard sidebar.
  • New GET /api/monitoring/runs?type=X list all runs filtered by monitor type.
  • New GET /api/monitoring/results?type=X list all results filtered by monitor type, with changes_only filtering.
  • New GET /api/monitoring/targets?type=X list all tracked targets across monitors of a specific type.
  • New Contact lists with types: Create reusable target lists scoped to a type (POST /api/lists with type field).
  • New GET /api/lists?type=X filter contact lists by type.
  • New Frequency options expanded: weekly and biweekly schedules now available in addition to monthly/quarterly.
  • New Monitor targets API: GET/POST/DELETE /api/monitors/{id}/targets for managing non-email targets.
  • Improved Create monitor now accepts monitor_type and targets fields for non-email monitors.
  • Improved Dashboard sidebar shows full monitoring section (Monitors, Runs, Results, Targets, Lists) for each lookup type.

May 4, 2026

Monitors. Schedule recurring runs and get alerted when contacts change.
  • New Monitors: Schedule recurring enrichment runs on a list of emails track when contacts change jobs, companies, locations, and more.
  • New Monitor run history: View every past run with stats total records, changes detected, credits used, and duration.
  • New Change detection: Compare snapshots across runs with field-level diffs see exactly what changed for each email.
  • New Interactive email management: Add emails via comma-separated input or CSV upload, remove individually with one click.
  • New Edit monitor: Update name, frequency, change detection mode, and tracked fields from a settings dialog.
  • New Tracked fields: Choose which fields to monitor for changes (name, company, role, city, etc.) or track all by default.
  • New API-triggered runs: Trigger monitor runs programmatically via POST /api/agent/monitors/{id}/run with API key auth.
  • New Webhook event monitor.run.completed: Receive a callback when a monitor run finishes with changes detected.
  • New Bulk operations: Select multiple monitors to pause, resume, or delete in batch.
  • New CSV download: Export run results as CSV directly from the run detail page.
  • Improved Run results toggle between “changes only” and “all records” views.
  • Improved Delete confirmation dialogs on both list and detail pages.

May 2, 2026

Webhooks. Real-time event callbacks for your workspace.
  • New Webhooks: Receive real-time HTTP callbacks when events occur in your workspace lookup completions, API key changes, and credit alerts.
  • New Webhook management API: Full CRUD endpoints to create, list, update, delete, and test webhooks programmatically.
  • New Webhook delivery logs: Track every delivery attempt with status, response codes, and payload history.
  • New HMAC-SHA256 signature verification: Every webhook delivery is signed so you can verify authenticity.
  • New OTP verification for destructive actions: Delete account and leave workspace now require email OTP confirmation.
  • Improved Updated to Inter font across the entire UI for better readability.
  • Improved Lightened dialog backdrop overlay for less intrusive modals.
  • Fixed Dialog footer no longer shows a dark background strip.

May 19, 2025

Agent API and bulk streaming. A token-optimized endpoint for AI agents and streaming bulk lookups.
  • New Agent Lookup API: Token-optimized endpoint for AI agents with compact field keys and selective field retrieval.
  • New Bulk Lookup with SSE streaming: Look up up to 1,000 emails in a single request with real-time results.
  • New Breach detection: Lookups now return breach history compromised services, exposed data types, and breach dates.
  • New Email validation: Every lookup includes deliverability status valid, invalid, or disposable.
  • New Export to CSV & JSON: Download lookup results directly from the dashboard or via the API.

April 28, 2025

Dashboard, logs, and teams. Usage analytics, an activity feed, workspaces, and API key management.
  • New Dashboard & analytics: Lookup volume charts, validity breakdowns, and endpoint usage stats.
  • New Logs & activity feed: Detailed log of every API call, filterable by endpoint, validity, and date range.
  • New Team & workspace management: Invite members, manage roles, and collaborate in a shared workspace.
  • New API key management: Create, revoke, and manage multiple API keys with per-key usage tracking.
  • Improved Lookup response expanded to 30+ structured fields across identity, professional, education, and social categories.

April 7, 2025

Faster, more reliable lookups. Single email lookups are 40% faster with more consistent fields.
  • Improved Response time reduced by 40% for single email lookups.
  • Improved More consistent field formatting across all response objects.
  • Fixed Occasional timeout on lookups with uncommon email providers.

March 18, 2025

Encrata is live. The core Email Lookup API: pass any email, get structured intelligence about the person behind it.
  • Launch Encrata is live. Core Email Lookup API: pass any email, get structured intelligence about the person behind it.