Skip to main content
February 7th, 2026
New flow & People Enrich input
New flow: LinkedIn Find People Enrich
  • LinkedIn Find People Enrich — New flow to find a LinkedIn profile from a person’s name and company (or domain), then extract profile and company data and enrich with emails and phones. Inputs: full_name, company_name, domain, and optional job_title. Steps: find profile URL → extract people → extract company → full enrich (emails and phones).
LinkedIn People Enrich — new optional input: job_title
  • LinkedIn People Enrich — You can now pass an optional job_title on each input. Use it to attach a job title to the profile (e.g. for your own tracking or matching). The value is passed through with the flow run.
February 26th, 2026
Sales Nav Company, Limits & Flows

Flows

  • custom_data mapping — Added meta mapping for custom_data in flow outputs.
February 6th, 2026
Flow enrichment updates
Optional steps & output precedence

🔧 SN Search People

  • New optional steps — The Sales Navigator Search People flow now supports:
    • Extract LinkedIn People Skills (linkedin-extract-people-skills)
    • Extract LinkedIn People Experiences (linkedin-extract-people-experiences)
    • Extract LinkedIn People Educations (linkedin-extract-people-educations)
  • Output precedence — When present, outputs from these steps take precedence over those of linkedin-extract-people.

🔧 LinkedIn People Enrich

  • New optional step — The LinkedIn People Enrich flow now supports Extract LinkedIn People Education (linkedin-extract-people-educations).
  • Output precedence — Outputs from Extract LinkedIn People Skills, Extract LinkedIn People Experiences, and Extract LinkedIn People Educations take precedence over those of linkedin-extract-people when present.
  • Note — When using the optional linkedin-extract-people-experiences or linkedin-extract-people-skills steps, do not enable the skills and experiences parameters on the required linkedin-extract-people step, or the mandatory step’s data will override the optional steps’ outputs.
January 9th, 2026
v1.3.0
Schedule Your Flows via API

✨ New Features

  • Flow Scheduling API — Schedule flows to run automatically at specific times or on recurring schedules using cron expressions. Set it and forget it - schedule your LinkedIn outreach weeks in advance!
  • Callback Control — New on parameter in callbacks: choose "all" to stream outputs as they’re generated, or "final" for a single notification when the flow completes or errors

🚀 New Endpoints

  • Schedule Flow Run — Create scheduled or recurring flow runs with cron expressions (POST /flows/{flow_slug}/run/schedule)
  • List Schedules — View all your scheduled flow runs with filtering and sorting (GET /flows/schedules)
  • Get Schedule — Get detailed information about a specific schedule (GET /flows/schedules/{uid})
  • Manage Schedule — Pause, resume, or cancel scheduled flows (POST /flows/schedules/{uid}/{action})

🔄 API Changes

  • Async Run Endpoints — Flow run endpoints moved from /run to /run/async for clarity. The original /run endpoint is deprecated but remains fully functional for backward compatibility.
  • New Response Fields — Added output_count (number of outputs when finished) and scheduled_flow_run_uid (reference to parent schedule) to flow run responses
  • Enhanced Rate Limiting — Improved 429 error responses now include detailed rate limit headers (Retry-After, X-RateLimit-Limit, X-RateLimit-Reset, X-RateLimit-Type)
  • Optimized List Endpoint — Removed workflow.steps from list responses for improved performance. Use the GET /flows/runs/{uid} endpoint for detailed step information.
December 17th, 2025
v1.2.0
New Flows & API Improvements

✨ New Features

  • LinkedIn Content Search Enrich — New flow to search LinkedIn posts and enrich with author profiles, company data, and contact information
  • Google Maps Places Enrich — New flow to search Google Maps for businesses and extract detailed place information including contacts, reviews, and location data
  • Fullenrich Enrich People — New standalone action to enrich people with verified emails and phone numbers

🚀 New Endpoints

  • Get Flow Run Status — Lightweight endpoint to check flow run status (GET /flows/runs/{flow_run_uid}/status)
  • Resume Flow Run — Resume paused or blocked flow runs (POST /flows/runs/{flow_run_uid}/resume)
  • Cancel Flow Run — Cancel running or pending flow runs (POST /flows/runs/{flow_run_uid}/cancel)

🎨 Improvements

  • Enhanced Error Responses — Added standardized error responses (PaymentRequired, Forbidden, UnprocessableEntity, NotFound, TooManyRequests)
December 10th, 2025
v1.1.0
Credits, Webhooks & Platform Improvements

✨ New Features

  • Credits Consumption & Advanced Webhooks — Added credits consumption tracking and enhanced webhook configuration options
  • Sentry Integration — Clean implementation of error monitoring with Sentry

🐛 Bug Fixes

  • Flow Callbacks — Fixed callback payloads and deletion for flows
  • Security Patches — Resolved security issues
  • Download Feature — Fixed download functionality
  • Flow Inputs — Fixed input handling for flows
  • Flow Run Filtering — Fixed ?flow_run_id empty filter edge case

🎨 Improvements

  • Upload Limit — Increased upload capacity to 5,000 rows
  • Parameters Config UI — Improved parameters configuration for Flows and Array fields
  • Flow Naming — Switched from slug format to human-readable Flow names
  • UI Polish — Various minor UI improvements across the board
December 2nd, 2025
v1.0.0
Initial release of Edges Flows platform.Launch of the Edges Flows platform with comprehensive API documentation and flow presets for LinkedIn and Sales Navigator data extraction and enrichment.